@morojs/moro / GraphQLResponse
Interface: GraphQLResponse
Defined in: src/core/graphql/types.ts:196
GraphQL response
Properties
data?
optionaldata:any
Defined in: src/core/graphql/types.ts:197
errors?
optionalerrors: readonlyGraphQLError[]
Defined in: src/core/graphql/types.ts:198
extensions?
optionalextensions:Record<string,any>
Defined in: src/core/graphql/types.ts:199