Initial Save
This commit is contained in:
7
node_modules/graphql-tools/dist/transforms/RenameRootFields.d.ts
generated
vendored
Normal file
7
node_modules/graphql-tools/dist/transforms/RenameRootFields.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { GraphQLField, GraphQLSchema } from 'graphql';
|
||||
import { Transform } from './transforms';
|
||||
export default class RenameRootFields implements Transform {
|
||||
private transformer;
|
||||
constructor(renamer: (operation: 'Query' | 'Mutation' | 'Subscription', name: string, field: GraphQLField<any, any>) => string);
|
||||
transformSchema(originalSchema: GraphQLSchema): GraphQLSchema;
|
||||
}
|
||||
Reference in New Issue
Block a user