UNPKG

graphql-codegen-core

Version:

GraphQL types and code generator based on schema

4 lines (3 loc) 215 B
import { GraphQLInterfaceType, GraphQLSchema } from 'graphql'; import { Interface } from '../types'; export declare function transformInterface(schema: GraphQLSchema, gqlInterface: GraphQLInterfaceType): Interface;