UNPKG

graphql-validate-directive

Version:
16 lines 401 B
export const KeywordsForNumber = [ 'maximum', 'minimum', 'exclusiveMaximum', 'exclusiveMinimum', 'multipleOf', ]; export const KeywordsForString = [ 'maxLength', 'minLength', 'pattern', 'format', ]; export const KeywordsForArray = ['maxItems', 'minItems', 'uniqueItems']; export const DefaultValidateDirectiveName = 'validate'; //# sourceMappingURL=constants.js.map