UNPKG

@graphql-mesh/serve-runtime

Version:
5 lines (4 loc) 328 B
import type { GraphQLSchema } from 'graphql'; import type { MaybePromise } from '@graphql-tools/utils'; import type { GatewayPlugin } from '../types'; export declare function useChangingSchema(getSchema: () => MaybePromise<GraphQLSchema>, setSchemaCallback: (setSchema: (schema: GraphQLSchema) => void) => void): GatewayPlugin;