UNPKG

typegraphql-nestjs

Version:

Basic integration of TypeGraphQL in NestJS. Allows to use TypeGraphQL features while integrating with NestJS modules system and dependency injector.

4 lines (3 loc) 208 B
import { FederationVersion } from "@nestjs/graphql"; import { GraphQLSchema } from "graphql"; export declare function printSubgraphSchema(schema: GraphQLSchema, federationVersion: FederationVersion): string;