Initial Save
This commit is contained in:
5
node_modules/graphql-tools/dist/transforms/transformSchema.d.ts
generated
vendored
Normal file
5
node_modules/graphql-tools/dist/transforms/transformSchema.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { GraphQLSchema } from 'graphql';
|
||||
import { Transform } from '../transforms/transforms';
|
||||
export default function transformSchema(targetSchema: GraphQLSchema, transforms: Array<Transform>): GraphQLSchema & {
|
||||
transforms: Array<Transform>;
|
||||
};
|
||||
Reference in New Issue
Block a user