UNPKG

273 BTypeScriptView Raw
1import { GraphQLSchema } from 'graphql';
2/**
3 * Removes "temp__" field from schema added
4 * because of "merge-graphql-schemas" library issues.
5 **/
6export declare function removeTempField(schema: GraphQLSchema): GraphQLSchema;
7//# sourceMappingURL=remove-temp.util.d.ts.map
\No newline at end of file