UNPKG

graphql-validate-directive

Version:
5 lines (4 loc) 378 B
export declare const KeywordsForNumber: readonly ["maximum", "minimum", "exclusiveMaximum", "exclusiveMinimum", "multipleOf"]; export declare const KeywordsForString: readonly ["maxLength", "minLength", "pattern", "format"]; export declare const KeywordsForArray: readonly ["maxItems", "minItems", "uniqueItems"]; export declare const DefaultValidateDirectiveName = "validate";