import { Logger } from '@nestjs/common'; import { ConfigResolverService } from '../../api/config.resolver.service'; import { UUID } from '@fusionauth/typescript-client'; import { HttpService } from '@nestjs/axios'; export declare class HasuraService { private readonly configResolverService; private readonly httpService; protected readonly logger: Logger; constructor(configResolverService: ConfigResolverService, httpService: HttpService); query(applicationId: UUID, mutationKey: string, payload: object): Promise; } //# sourceMappingURL=hasura.service.d.ts.map