UNPKG

@graphql-mesh/utils

Version:
5 lines (4 loc) 370 B
import type { GraphQLSchema } from 'graphql'; import type { Logger, OnDelegateHook, RawSourceOutput } from '@graphql-mesh/types'; export declare const MESH_API_CONTEXT_SYMBOL: unique symbol; export declare function getInContextSDK(unifiedSchema: GraphQLSchema, rawSources: RawSourceOutput[], logger: Logger, onDelegateHooks: OnDelegateHook<any>[]): Record<string, any>;