| Interface | Description |
|---|---|
| GraphQLOperationRequest |
The contract for GraphQL request
|
| GraphQLParametrizedInput |
The implementation class should contain the input values of the field definition.
|
| Class | Description |
|---|---|
| GraphQLError |
A class describing GraphQL error
|
| GraphQLErrorSourceLocation |
Source location of GraphQL error in the schema
|
| GraphQLRequest |
Class which represents GraphQL Request
|
| GraphQLRequests |
Class which represents multiple GraphQL Requests
|
| GraphQLRequestSerializer |
Serializer of GraphQL request.
|
| GraphQLResponse |
Generic class having content of GraphQL response
|
| GraphQLResponseField |
Class which contains all information about a field which should
be returned back to the client.
|
| GraphQLResponseProjection |
The implementation class should contain the fields of the particular type that should be returned to the client.
|
| GraphQLResult<T> |
GraphQL response.
|
| Pair<K,V> |
Class that represents a key-value pair.
|
| Enum | Description |
|---|---|
| GraphQLErrorType |
Possible types of GraphQL errors
Copied from graphql-java library
|
| GraphQLOperation |
GraphQL operations
|
| Exception | Description |
|---|---|
| UnableToBuildJsonQueryException |
Exception is thrown when it is unable to serialize GraphQL request to a string
|