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