On this page

LoadSchemaOptions

The LoadSchemaOptions type alias exported by @graphql-tools/load.

LoadSchemaOptions = BuildSchemaOptions & LoadTypedefsOptions & Partial<IExecutableSchemaDefinition> & object

Defined in: packages/load/src/schema.ts:28

Type Declaration

includeSources?

optional includeSources?: boolean

Adds a list of Sources in to extensions.sources

Disabled by default.