import { type ExecutionResult } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.ts";
The result of GraphQL execution.
errors
is included when any errors occurred as a non-empty array.data
is the result of a successful execution of the query.
Properties
optional
errors: ReadonlyArray<GraphQLError>