Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GraphQLRequest<TResult>

Presents the GraphQL request to be sent to the endpoint. Responsible for defining the request, and parsing the response.

Type parameters

  • TResult

    Response data type

Hierarchy

  • GraphQLRequest

Implemented by

Index

Properties

Methods

Properties

query

query: string

variables

variables: object | undefined

Methods

parseResponse

  • parseResponse(rawData: object): TResult

Generated using TypeDoc