import { GraphQLSchema } from 'graphql'; import { GraphQLQueryHandler } from '../graphql'; import { ExtendedGraphqlContext } from './ContentGraphQLContextFactory'; export type ContentQueryHandler = GraphQLQueryHandler; export declare class ContentQueryHandlerFactory { private readonly debug; constructor(debug: boolean); create(graphQlSchema: GraphQLSchema): ContentQueryHandler; } //# sourceMappingURL=ContentQueryHandlerFactory.d.ts.map