Package graphql.schema.validation
package graphql.schema.validation
-
ClassDescriptionSchema validation rule ensuring no input type forms an unbroken non-nullable recursion, as such a type would be impossible to satisfySchema validation rule ensuring no input type forms an unbroken non-nullable recursion, as such a type would be impossible to satisfyError in graphql schema validation can have a classification, and all the error classifications implement this interface.The validation about GraphQLObjectType, GraphQLInterfaceType, GraphQLUnionType, GraphQLEnumType, GraphQLInputObjectType, GraphQLScalarType.Schema validation rule ensuring object and interface types have all the fields that they need to implement the interfaces they say they implement.