Package graphql.schema.validation
-
Interface Summary Interface Description SchemaValidationErrorClassification Error in graphql schema validation can have a classification, and all the error classifications implement this interface. -
Class Summary Class Description AppliedDirectiveArgumentsAreValid AppliedDirectivesAreValid DefaultValuesAreValid DeprecatedInputObjectAndArgumentsAreValid InputAndOutputTypesUsedAppropriately Schema validation rule ensuring no input type forms an unbroken non-nullable recursion, as such a type would be impossible to satisfyNoUnbrokenInputCycles Schema validation rule ensuring no input type forms an unbroken non-nullable recursion, as such a type would be impossible to satisfyOneOfInputObjectRules SchemaValidationError SchemaValidationErrorCollector SchemaValidator TypeAndFieldRule The validation about GraphQLObjectType, GraphQLInterfaceType, GraphQLUnionType, GraphQLEnumType, GraphQLInputObjectType, GraphQLScalarType.TypesImplementInterfaces Schema validation rule ensuring object and interface types have all the fields that they need to implement the interfaces they say they implement. -
Enum Summary Enum Description SchemaValidationErrorType -
Exception Summary Exception Description InvalidSchemaException