Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GraphQlClient

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

Properties

Private connection

connection: ClientConnection

Methods

mutation

  • mutation(mutation: string, vars: Record<string, unknown>): Promise<string | Record<string, unknown>>

query

  • query(query: string, vars: Record<string, unknown>): Promise<string | Record<string, unknown>>

Object literals

Private DEFAULT_ERROR

DEFAULT_ERROR: object

status

status: number = 403

data

data: object

errors

errors: { code: string; level: string; message: string }[] = [{code: 'UNKNOWN',level: 'ERROR',message: 'Unknown error',},]

Legend

  • Constructor
  • Property
  • Method
  • Private property
  • Private method
  • Property
  • Inherited property
  • Protected property

Generated using TypeDoc