mirror of
https://github.com/rjNemo/federation
synced 2026-06-10 20:16:39 +00:00
3 lines
No EOL
190 B
TypeScript
3 lines
No EOL
190 B
TypeScript
import { DocumentNode } from 'graphql';
|
|
export declare function getFragmentQueryDocument(document: DocumentNode, fragmentName?: string): DocumentNode;
|
|
//# sourceMappingURL=fragments.d.ts.map
|