Uses of Class
graphql.GraphQLException
Packages that use GraphQLException
Package
Description
-
Uses of GraphQLException in graphql
Subclasses of GraphQLException in graphqlModifier and TypeClassDescriptionclassclassA base class for graphql runtime exceptions that also implementGraphQLErrorand can be used in a general sense direct or have specialisations made of it. -
Uses of GraphQLException in graphql.execution
Subclasses of GraphQLException in graphql.executionModifier and TypeClassDescriptionclassThis Exception indicates that the current execution should be aborted.classhttps://facebook.github.io/graphql/#sec-Input-Objects - This unordered map should not contain any entries with names not defined by a field of this input object type, otherwise an error should be thrown.classThis is thrown if a query is attempting to perform an operation not defined in the GraphQL schemaclassThis is thrown if a non nullable value is coerced to a null valueclassThe input map to One Of Input Types MUST only have 1 entry with a non null valueclassThe input map to One Of Input Types MUST only have 1 entryclassThis is thrown if multiple operations are defined in the query and the operation name is missing or there is no matching operation name contained in the GraphQL query.classThis is thrown if aTypeResolverfails to give back a concrete type or provides a type that doesn't implement the given interface or union. -
Uses of GraphQLException in graphql.parser
Subclasses of GraphQLException in graphql.parserModifier and TypeClassDescriptionclassThis exception is thrown by theParserif the graphql syntax is not valid -
Uses of GraphQLException in graphql.parser.exceptions
Subclasses of GraphQLException in graphql.parser.exceptionsModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of GraphQLException in graphql.schema
Subclasses of GraphQLException in graphql.schemaModifier and TypeClassDescriptionclassclassclass -
Uses of GraphQLException in graphql.schema.idl.errors
Subclasses of GraphQLException in graphql.schema.idl.errorsModifier and TypeClassDescription(package private) classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassA number of problems can occur when using the schema tools likeSchemaParserorSchemaGeneratorclasses and they are reported via this exception as a list ofGraphQLErrorsclassclassclassclassclassclassclass -
Uses of GraphQLException in graphql.schema.validation
Subclasses of GraphQLException in graphql.schema.validation