UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

7 lines 273 B
import { GraphQLSchema } from 'graphql'; /** * Removes "temp__" field from schema added * because of "merge-graphql-schemas" library issues. **/ export declare function removeTempField(schema: GraphQLSchema): GraphQLSchema; //# sourceMappingURL=remove-temp.util.d.ts.map