UNPKG

133 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2export declare function makeBindingClass<T>({ schema }: {
3 schema: GraphQLSchema;
4}): T;