Skip to Content
GraphQL Tools
DocumentationAPIPackagesloaders-apollo-engine

@graphql-tools/apollo-engine-loader

Classes

Interfaces

Variables

Variables

SCHEMA_QUERY

Const SCHEMA_QUERY: "\n query GetSchemaByTag($tag: String!, $id: ID!) {\n service(id: $id) {\n ... on Service {\n __typename\n schema(tag: $tag) {\n document\n }\n }\n }\n }\n"

Defined in

packages/loaders/apollo-engine/src/index.ts:103