Current section

Files

Jump to
common_graphql_client priv npm node_modules graphql-tools utils fragments.d.ts
Raw

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;