CloudBeaver Documentation

DOWNLOAD pdf

Server API explorer

The CloudBeaver server provides rich web API. It is exposed via GraphQL protocol.

The GraphQL console can be accessed by URL http://localhost:${serverPort}/${serviceURI}/gql/console

See Server configuration for the variables description.

Note: API explorer is enabled only in Development mode (develMode: true).

Did we resolve your issue?