This repo contains examples of using GraphQL API for CloudBeaver Enterprise, CloudBeaver AWS, and DBeaver Team Edition.
CloudBeaver and Team Edition communicate with their web browser frontends by exposing a GraphQL API. In some cases, users may want to leverage the same API to enable advanced use cases by automating certain operations usually done using UI. To explore the API, you can use an embedded GraphiQL console. You can look at the real examples of using the API in this repository.
- The curl folder contains examples using
curl
command line tool. - The go folder contains examples for the Go programming language.
- The operations folder contains raw examples. They are used by projects from other folders.
- The python3 includes examples for Python 3.