GraphQL console
The GraphQL console in CloudBeaver lets you test requests directly from your browser. To open the console, go to the following URL:
Replace ${serverAddress}
with the actual server host name.
You can explore public GraphQL API console on our demo server.
Info
GraphQL console is available only when the server is running in Development mode. Make sure develMode
is set to true
in your configuration to enable access.
For information on configuring these variables, see the Server configuration guide.