-
Notifications
You must be signed in to change notification settings - Fork 502
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
develModeis set totruein your configuration to enable access. For information on configuring these variables, see the Server configuration guide.
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
-
AI Smart assistance
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development