Skip to content

GraphQL API overview

dbeaver-devops edited this page Sep 15, 2025 · 3 revisions

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.

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

CloudBeaver Documentation

Clone this wiki locally