UNPKG

@graphql-mesh/serve-runtime

Version:
6 lines (5 loc) 237 B
import type { GatewayPlugin } from '../types'; export interface UseContentEncodingOpts { subgraphs?: string[]; } export declare function useContentEncoding<TContext>({ subgraphs, }?: UseContentEncodingOpts): GatewayPlugin<TContext>;