apollo
Version:
Command line tool for Apollo GraphQL
7 lines • 404 B
TypeScript
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