UNPKG

@txstate-mws/graphql-server

Version:

A simple graphql server designed to work with typegraphql.

8 lines (7 loc) 350 B
/** * Adapted from https://github.com/mercurius-js/mercurius while it was displaying an MIT license. * This adaptation is also MIT licensed. */ import { GraphQLSchema } from 'graphql'; export declare function buildFederationSchema(schema: GraphQLSchema): GraphQLSchema; export declare function ResolveReference(typename: string): MethodDecorator;