Interface HasuraAxiosResponse

Hierarchy

  • AxiosResponse
    • HasuraAxiosResponse

Properties

config: InternalAxiosRequestConfig<any>
data: any
error?: string
headers: AxiosResponseHeaders | Partial<RawAxiosHeaders & {
    Cache-Control: AxiosHeaderValue;
    Content-Encoding: AxiosHeaderValue;
    Content-Length: AxiosHeaderValue;
    Content-Type: AxiosHeaderValue;
    Server: AxiosHeaderValue;
} & {
    set-cookie: string[];
}>
request?: any
status: number
statusText: string

Generated using TypeDoc