Catch the highlights of GraphQLConf 2023! Click for recordings. Or check out our recap blog post.
Docs
API Reference
Interfaces
FormattedIncrementalDeferResult

graphql-tools-monorepo / executor/src / FormattedIncrementalDeferResult

Interface: FormattedIncrementalDeferResult<TData, TExtensions>

executor/src.FormattedIncrementalDeferResult

Type parameters

NameType
TDataRecord<string, unknown>
TExtensionsRecord<string, unknown>

Hierarchy

Table of contents

Properties

Properties

data

Optional data: null | TData

Inherited from

FormattedExecutionResult.data

Defined in

packages/executor/src/execution/execute.ts:131


errors

Optional errors: readonly GraphQLFormattedError[]

Inherited from

FormattedExecutionResult.errors

Defined in

packages/executor/src/execution/execute.ts:130


extensions

Optional extensions: TExtensions

Inherited from

FormattedExecutionResult.extensions

Defined in

packages/executor/src/execution/execute.ts:132


label

Optional label: string

Defined in

packages/executor/src/execution/execute.ts:196


path

Optional path: readonly (string | number)[]

Defined in

packages/executor/src/execution/execute.ts:195