| 接口 | 说明 |
|---|---|
| GraphQLOperationRequest |
The contract for GraphQL request
|
| GraphQLParametrizedInput |
The implementation class should contain the input values of the field definition.
|
| 类 | 说明 |
|---|---|
| GraphQLError | |
| GraphQLErrorSourceLocation | |
| GraphQLRequest |
Class which represents GraphQL Request
|
| GraphQLRequestSerializer | |
| GraphQLResponseField |
Class which contains all information about a field which should
be returned back to the client.
|
| GraphQLResponseProjection |
The implementation class should basically contain the fields of the particular type which
should be returned back to the client.
|
| GraphQLResult<T> |
GraphQL response.
|
| 枚举 | 说明 |
|---|---|
| GraphQLErrorType | |
| GraphQLOperation |
| 异常错误 | 说明 |
|---|---|
| UnableToBuildJsonQueryException |