The execution result as specified by the GraphQL spec.
The data returned by the execution, or null if an error occurred.
optional
errors: GraphqlFormattedError[]
Errors encountered during execution, or undefined if none.
The execution result as specified by the GraphQL spec.
The data returned by the execution, or null if an error occurred.
errors: GraphqlFormattedError[]
Errors encountered during execution, or undefined if none.
import { type GraphqlExecutionResult } from "graphql-plugin/src/index.ts";