UNPKG

apollo-codegen-core

Version:
5 lines 284 B
import { SelectionSet, Fragment } from "../"; export declare function collectFragmentsReferenced(selectionSet: SelectionSet, fragments: { [fragmentName: string]: Fragment; }, fragmentsReferenced?: Set<string>): Set<string>; //# sourceMappingURL=collectFragmentsReferenced.d.ts.map