| Interface | Description |
|---|---|
| ExecutionResult | |
| GraphQLError |
| Class | Description |
|---|---|
| Assert | |
| Directives | |
| ExceptionWhileDataFetching | |
| ExecutionResultImpl | |
| GraphQL | |
| GraphQL.Builder | |
| GraphQLError.Helper |
This little helper allows GraphQlErrors to implement
common things (hashcode/ equals) 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 | |
| TypeResolutionEnvironment |
See
TypeResolver.getType(TypeResolutionEnvironment) for how this is used |
| Enum | Description |
|---|---|
| ErrorType |
| Exception | Description |
|---|---|
| AssertException | |
| GraphQLException | |
| ShouldNotHappenException |
| Annotation Type | Description |
|---|---|
| Internal | |
| PublicApi | |
| PublicSpi |