UNPKG

@apollo/gateway

Version:
12 lines (9 loc) 250 B
import { GraphQLSchemaExtensions } from 'graphql'; interface ApolloGatewayExtensions { version?: string; } export interface ApolloGraphQLSchemaExtensions extends GraphQLSchemaExtensions { apollo?: { gateway?: ApolloGatewayExtensions; } }