UNPKG

212 BTypeScriptView Raw
1import { FragmentDefinitionNode, GraphQLSchema } from 'graphql';
2import { Fragment } from '../types';
3export declare function transformFragment(schema: GraphQLSchema, fragment: FragmentDefinitionNode): Fragment;