Interface: GraphQLResponse
Defined in: types/common.ts:20
GraphQL response wrapper
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
T |
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
data | T | null | types/common.ts:21 |
errors? | { message: string; path?: string[]; }[] | types/common.ts:22 |