Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface GraphQlRequestResponseModel
import { type GraphQlRequestResponseModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.12/core/Models/GraphQlModels/GraphQlRequestResponseModel.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.