config.graphql.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-common Show documentation
Show all versions of graphql-common Show documentation
A shared utility module for GraphQL
# 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