UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

4 lines (3 loc) 242 B
import { FragmentDefinitionNode, GraphQLSchema } from 'graphql'; import { Fragment } from '../types'; export declare function transformFragment(schema: GraphQLSchema, fragment: FragmentDefinitionNode, overrideName?: string | null): Fragment;