| Interface | Description |
|---|---|
| ExecutionResult |
This simple value class represents the result of performing a graphql query.
|
| GraphQLError |
| Class | Description |
|---|---|
| Assert | |
| Directives | |
| ExceptionWhileDataFetching | |
| ExecutionInput | |
| ExecutionInput.Builder | |
| ExecutionResultImpl | |
| GraphQL | |
| GraphQL.Builder | |
| GraphqlErrorHelper |
This little helper allows GraphQlErrors to implement
common things (hashcode/ equals ) and to specification more easily
|
| InvalidSyntaxError | |
| MutationNotSupportedError |
The graphql spec says that mutations are optional but it does not specify how to respond
when it is not supported.
|
| Scalars | |
| SerializationError | |
| TypeResolutionEnvironment |
See
TypeResolver.getType(TypeResolutionEnvironment) for how this is used |
| Enum | Description |
|---|---|
| ErrorType |
| Exception | Description |
|---|---|
| AssertException | |
| GraphQLException | |
| ShouldNotHappenException |
| Annotation Type | Description |
|---|---|
| Internal | |
| PublicApi | |
| PublicSpi |