UNPKG

apollo-codegen-core

Version:
8 lines 316 B
import { Operation, Fragment } from "../"; export declare function generateOperationId(operation: Operation, fragments: { [fragmentName: string]: Fragment; }, fragmentsReferenced?: Iterable<string>): { operationId: string; sourceWithFragments: string; }; //# sourceMappingURL=generateOperationId.d.ts.map