Type Alias: GraphQLResponseErrors
type GraphQLResponseErrors = object[];
Type Declaration
| Name | Type |
|---|---|
message | string |
locations? | object[] |
path? | (string | number)[] |
type GraphQLResponseErrors = object[];
| Name | Type |
|---|---|
message | string |
locations? | object[] |
path? | (string | number)[] |