Package | Description |
---|---|
graphql | |
graphql.execution | |
graphql.execution.batched | |
graphql.parser | |
graphql.schema | |
graphql.schema.idl.errors | |
graphql.schema.validation |
Modifier and Type | Class and Description |
---|---|
class |
AssertException |
Modifier and Type | Class and 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 schema
|
class |
NonNullableValueCoercedAsNullException
This is thrown if a non nullable value is coerced to a null value
|
class |
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 a
TypeResolver fails to give back a concrete type
or provides a type that doesn't implement the given interface or union. |
Modifier and Type | Class and Description |
---|---|
class |
BatchAssertionFailed
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidSyntaxException |
Modifier and Type | Class and Description |
---|---|
class |
CoercingParseLiteralException |
class |
CoercingParseValueException |
class |
CoercingSerializeException |
Modifier and Type | Class and Description |
---|---|
class |
InvalidSchemaException |
Copyright © 2019. All rights reserved.