Interface GraphQLAPIResponse<T>

A class which extends the default Response one, it includes a parse method.

Type Parameters

  • T = any

Hierarchy

Properties

body: null | ReadableStream<Uint8Array>
bodyUsed: boolean
headers: Headers
ok: boolean
redirected: boolean
status: number
statusText: string
type: ResponseType
url: string

Accessors

Methods

Generated using TypeDoc