Package graphql.schema.idl.errors
package graphql.schema.idl.errors
-
Exception ClassesClassDescriptionA number of problems can occur when using the schema tools like
SchemaParser
orSchemaGenerator
classes and they are reported via this exception as a list ofGraphQLError
sAn exception that is throw whenRuntimeWiring.Builder.strictMode(boolean)
orTypeRuntimeWiring.Builder.strictMode(boolean)
is true and something gets redefined.