3 GraphQL API overview
dbeaver-devops edited this page 2025-09-15 15:36:04 +00:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Table of contents

CloudBeaver offers a powerful web API through the GraphQL protocol, enabling advanced server interactions and data manipulation.

Authentication

GraphQL API uses tokens for authentication.

See how to get and use a token.

API documentation

For a full list of available queries, mutations, and types, see the GraphQL API documentation.

Console

The built-in GraphQL console lets you explore the schema, run queries, and test interactions directly in the browser.

Read more about GraphQL console.

CLI

Use the built-in server CLI to run a single GraphQL operation from a file - perfect for automation, CI/CD, or headless environments.

Read more about running GraphQL with the CLI.

Examples

See usage examples in the cloudbeaver-graphql-examples repository.

Youll find queries for signing in, connecting to databases, running SQL scripts, and managing sessions.