UNPKG

visual-graphql

Version:

A lightweight GraphQL schema visualization tool built with SolidJS

6 lines (4 loc) 235 B
import { GraphQLSchema } from '../../../node_modules/graphql'; type TypeTransformer = (type: any) => any; export declare function transformSchema(schema: GraphQLSchema, _typeTransformers: TypeTransformer[]): GraphQLSchema; export {};