Skip to content

Server API explorer

dbeaver-devops edited this page May 29, 2025 · 15 revisions

The GraphQL console in CloudBeaver lets you test requests directly from your browser. To open the console, go to the following URL:

https://${serverAddress}/api/gql/console

Replace ${serverAddress} with the actual server host name.

You can explore public GraphQL API console on our demo server.

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.

CloudBeaver Documentation

Clone this wiki locally