Uses of Class
graphql.GraphQLException
Packages that use GraphQLException
Package
Description
-
Uses of GraphQLException in graphql
Subclasses of GraphQLException in graphqlModifier and TypeClassDescriptionclass
class
A base class for graphql runtime exceptions that also implementGraphQLError
and 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 TypeClassDescriptionclass
This Exception indicates that the current execution should be aborted.class
https://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.class
This is thrown if a query is attempting to perform an operation not defined in the GraphQL schemaclass
This is thrown if a non nullable value is coerced to a null valueclass
The input map to One Of Input Types MUST only have 1 entry with a non null valueclass
The input map to One Of Input Types MUST only have 1 entryclass
This 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.class
This is thrown if aTypeResolver
fails 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 TypeClassDescriptionclass
This exception is thrown by theParser
if the graphql syntax is not valid -
Uses of GraphQLException in graphql.parser.exceptions
Subclasses of GraphQLException in graphql.parser.exceptionsModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of GraphQLException in graphql.schema
Subclasses of GraphQLException in graphql.schemaModifier and TypeClassDescriptionclass
class
class
-
Uses of GraphQLException in graphql.schema.idl.errors
Subclasses of GraphQLException in graphql.schema.idl.errorsModifier and TypeClassDescription(package private) class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
A number of problems can occur when using the schema tools likeSchemaParser
orSchemaGenerator
classes and they are reported via this exception as a list ofGraphQLError
sclass
class
class
class
class
class
class
-
Uses of GraphQLException in graphql.schema.validation
Subclasses of GraphQLException in graphql.schema.validation