Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/core/Models/GraphQlModels/mod.ts>GraphQlRequestResponseModel

Various HTTP clients for miscellaneous use.
Latest
interface GraphQlRequestResponseModel
import { type GraphQlRequestResponseModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Models/GraphQlModels/mod.ts";

Represents a request response from a GraphQL request.

Properties

data: any

The data returned from the request.

optional
message: string

The message returned from the request.

optional
errors: ErrorModel[]

The errors returned from the request.