UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

4 lines (3 loc) 223 B
import { GraphQLDirective, GraphQLSchema } from 'graphql'; import { Directive } from '../types'; export declare function transformDirectives(schema: GraphQLSchema, directives: ReadonlyArray<GraphQLDirective>): Directive[];