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.
Important
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.
You can explore public GraphQL API console on our demo server.
Tip
Run GraphQL requests without the browser using the built-in server CLI. It executes a single operation from a JSON file - useful for automation, CI/CD, or headless use. Read more about running GraphQL with the CLI.