import { type ExecutionResult } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/deps.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.extensions
is reserved for adding non-standard properties.
Properties
optional
data: TData | nulloptional
extensions: TExtensions