Documentation
API Reference
Interfaces
ExternalObject

graphql-tools-monorepo / delegate/src / ExternalObject

Interface: ExternalObject<TContext>

delegate/src.ExternalObject

Type parameters

NameType
TContextRecord<string, any>

Indexable

▪ [key: string]: unknown

Table of contents

Properties

Properties

[FIELD_SUBSCHEMA_MAP_SYMBOL]

[FIELD_SUBSCHEMA_MAP_SYMBOL]: Record<string, GraphQLSchema | SubschemaConfig<any, any, any, TContext>>

Defined in

packages/delegate/src/types.ts:220


[OBJECT_SUBSCHEMA_SYMBOL]

[OBJECT_SUBSCHEMA_SYMBOL]: GraphQLSchema | SubschemaConfig<any, any, any, TContext>

Defined in

packages/delegate/src/types.ts:219


[UNPATHED_ERRORS_SYMBOL]

[UNPATHED_ERRORS_SYMBOL]: GraphQLError[]

Defined in

packages/delegate/src/types.ts:224


__typename

__typename: string

Defined in

packages/delegate/src/types.ts:217


key

key: any

Defined in

packages/delegate/src/types.ts:218