Initial Save
This commit is contained in:
6
node_modules/graphql-tools/dist/makeExecutableSchema.d.ts
generated
vendored
Normal file
6
node_modules/graphql-tools/dist/makeExecutableSchema.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { GraphQLSchema } from 'graphql';
|
||||
import { IExecutableSchemaDefinition, ILogger } from './Interfaces';
|
||||
export declare function makeExecutableSchema<TContext = any>({ typeDefs, resolvers, connectors, logger, allowUndefinedInResolve, resolverValidationOptions, directiveResolvers, schemaDirectives, parseOptions, inheritResolversFromInterfaces }: IExecutableSchemaDefinition<TContext>): GraphQLSchema;
|
||||
export declare function addCatchUndefinedToSchema(schema: GraphQLSchema): void;
|
||||
export declare function addErrorLoggingToSchema(schema: GraphQLSchema, logger: ILogger): void;
|
||||
export * from './generate';
|
||||
Reference in New Issue
Block a user