Skip to content

Interface: GraphQLResponse

Defined in: types/common.ts:20

GraphQL response wrapper

Type Parameter
T
PropertyTypeDefined in
dataT | nulltypes/common.ts:21
errors?{ message: string; path?: string[]; }[]types/common.ts:22