Interface GraphQLResponse<T>

GraphQL response

Type Parameters

  • T = any

Hierarchy

  • GraphQLResponse

Properties

Properties

data?: T

Response data

errors?: GraphQLError[]

Response errors

Generated using TypeDoc