UNPKG

@graphql-mesh/serve-runtime

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