import { type GraphQlRequestResponseModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.14/core/Models/mod.ts";
Represents a request response from a GraphQL request.
Properties
optional
errors: ErrorModel[]The errors returned from the request.