UNPKG

apollo

Version:
7 lines 404 B
import { graphqlTypes } from "apollo-language-server"; export declare function validateHistoricParams({ validationPeriod, queryCountThreshold, queryCountThresholdPercentage, }: Partial<{ validationPeriod: string; queryCountThreshold: number; queryCountThresholdPercentage: number; }>): Partial<graphqlTypes.HistoricQueryParameters> | null; //# sourceMappingURL=validateHistoricParams.d.ts.map