On this page

loadSchemaSync

The loadSchemaSync function exported by @graphql-tools/load.

loadSchemaSync(schemaPointers, options): GraphQLSchema

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

Synchronously loads a schema from the provided pointers.

Parameters

schemaPointers

UnnormalizedTypeDefPointer | UnnormalizedTypeDefPointer[]

Pointers to the sources to load the schema from

options

LoadSchemaOptions

Additional options

Returns

GraphQLSchema