GraphQLResponse
interface GraphQLResponse {
data: GraphQLData | null;
errors?: GraphQLError[];
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | GraphQLData | null | |
errors | Optional | GraphQLError[] |
interface GraphQLResponse {
data: GraphQLData | null;
errors?: GraphQLError[];
}| Name | Required | Type | Description |
|---|---|---|---|
data | Required | GraphQLData | null | |
errors | Optional | GraphQLError[] |