The execution result as specified by the GraphQL spec.
optional
data: Record<string, unknown> | null
The data returned by the execution, or null if an error occurred.
optional
errors: GraphqlFormattedError[]
Errors encountered during execution, or undefined if none.