Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/graphql-tools/utils/fragments.d.ts
import { InlineFragmentNode } from 'graphql';
export declare function concatInlineFragments(type: string, fragments: Array<InlineFragmentNode>): InlineFragmentNode;
export declare function parseFragmentToInlineFragment(definitions: string): InlineFragmentNode;