UNPKG

@commitspark/graphql-api

Version:

GraphQL API to store and manage structured data with Git

4 lines 260 B
import { IExecutableSchemaDefinition } from '@graphql-tools/schema'; import { ApolloContext } from '../client'; export declare function generateSchema(context: ApolloContext): Promise<IExecutableSchemaDefinition>; //# sourceMappingURL=schema-generator.d.ts.map