Interface representing GraphQL response.
Signature:
export interface ExecuteGraphqlResponse<GraphqlResponse>
Properties
Property | Type | Description |
---|---|---|
data | GraphqlResponse | Data payload of the GraphQL response. |
ExecuteGraphqlResponse.data
Data payload of the GraphQL response.
Signature:
data: GraphqlResponse;