All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.graphql-validator.yml Maven / Gradle / Ivy

# A light-graphql-4j framework specific validator configuration. It is introduced to support multiple
# frameworks in the same server instance and it is recommended. The old validator.yml will be loaded
# if graphql-validator.yml cannot be found for backward compatibility and it might be removed in the
# next major release.
---
# Enable request validation against the specification
enabled: ${graphql-validator:true}
# Log error message if validation error occurs
logError: ${graphql-validator:true}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy