UNPKG

266 BTypeScriptView Raw
1import { Types } from '@graphql-codegen/plugin-helpers';
2import { GraphQLSchema } from 'graphql';
3export declare function optimizeOperations(schema: GraphQLSchema, documents: Types.DocumentFile[], options?: {
4 includeFragments: boolean;
5}): Types.DocumentFile[];