UNPKG

215 BTypeScriptView Raw
1import { GraphQLInterfaceType, GraphQLSchema } from 'graphql';
2import { Interface } from '../types';
3export declare function transformInterface(schema: GraphQLSchema, gqlInterface: GraphQLInterfaceType): Interface;