Uses of Class
graphql.GraphQLException
-
Packages that use GraphQLException Package Description graphql graphql.execution graphql.parser graphql.parser.exceptions graphql.schema graphql.schema.idl.errors graphql.schema.validation -
-
Uses of GraphQLException in graphql
Subclasses of GraphQLException in graphql Modifier and Type Class Description class
AssertException
class
GraphqlErrorException
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.execution Modifier and Type Class Description class
AbortExecutionException
This Exception indicates that the current execution should be aborted.class
InputMapDefinesTooManyFieldsException
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
MissingRootTypeException
This is thrown if a query is attempting to perform an operation not defined in the GraphQL schemaclass
NonNullableValueCoercedAsNullException
This is thrown if a non nullable value is coerced to a null valueclass
OneOfNullValueException
The input map to One Of Input Types MUST only have 1 entry with a non null valueclass
OneOfTooManyKeysException
The input map to One Of Input Types MUST only have 1 entryclass
UnknownOperationException
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
UnresolvedTypeException
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.parser Modifier and Type Class Description class
InvalidSyntaxException
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.exceptions Modifier and Type Class Description class
InvalidUnicodeSyntaxException
class
MoreTokensSyntaxException
class
ParseCancelledException
class
ParseCancelledTooDeepException
class
ParseCancelledTooManyCharsException
-
Uses of GraphQLException in graphql.schema
Subclasses of GraphQLException in graphql.schema Modifier and Type Class Description class
CoercingParseLiteralException
class
CoercingParseValueException
class
CoercingSerializeException
-
Uses of GraphQLException in graphql.schema.idl.errors
-
Uses of GraphQLException in graphql.schema.validation
Subclasses of GraphQLException in graphql.schema.validation Modifier and Type Class Description class
InvalidSchemaException
-