graphql-tools-monorepo / federation/src / GetSubschemasFromSupergraphSdlOpts
Interface: GetSubschemasFromSupergraphSdlOpts
federation/src.GetSubschemasFromSupergraphSdlOpts
Table of contents
Properties
Properties
batch
• Optional batch: boolean
Defined in
packages/federation/src/supergraph.ts:41
onExecutor
• Optional onExecutor: (opts: { endpoint: string ; subgraphName: string ; subgraphSchema: GraphQLSchema }) => Executor
Type declaration
▸ (opts): Executor
Parameters
| Name | Type |
|---|---|
opts | Object |
opts.endpoint | string |
opts.subgraphName | string |
opts.subgraphSchema | GraphQLSchema |
Returns
Defined in
packages/federation/src/supergraph.ts:36
supergraphSdl
• supergraphSdl: string | DocumentNode