config.graphql.yml Maven / Gradle / Ivy
# GraphQL configuration
---
# The path of GraphQL endpoint for both GET and POST
path: /graphql
# Enable GraphiQL for development environment only. It will allow you to test from your Browser.
enableGraphiQL: true
# Path to the websocket endpoint to handle subscription requests.
subscriptionsPath: /subscriptions
© 2015 - 2025 Weber Informatics LLC | Privacy Policy