property GraphqlExecutionResult.data

The data returned by the execution, or null if an error occurred.

Type

Record<string, unknown> | null

Usage

import { type GraphqlExecutionResult } from "common/src/index.ts";