Initial Save
This commit is contained in:
5
node_modules/apollo-graphql/lib/schema/transformSchema.d.ts
generated
vendored
Normal file
5
node_modules/apollo-graphql/lib/schema/transformSchema.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { GraphQLSchema, GraphQLNamedType } from "graphql";
|
||||
declare type TypeTransformer = (type: GraphQLNamedType) => GraphQLNamedType | null | undefined;
|
||||
export declare function transformSchema(schema: GraphQLSchema, transformType: TypeTransformer): GraphQLSchema;
|
||||
export {};
|
||||
//# sourceMappingURL=transformSchema.d.ts.map
|
||||
Reference in New Issue
Block a user