Package | Description |
---|---|
graphql.schema.validation |
Modifier and Type | Class and Description |
---|---|
class |
NoUnbrokenInputCycles
Schema validation rule ensuring no input type forms an unbroken non-nullable recursion,
as such a type would be impossible to satisfy
|
class |
ObjectsImplementInterfaces
Schema validation rule ensuring object types have all the fields that they need to implement the interfaces
they say they implement
|
Modifier and Type | Method and Description |
---|---|
List<SchemaValidationRule> |
SchemaValidator.getRules() |
Copyright © 2019. All rights reserved.