For the complete documentation index, see llms.txt. This page is also available as Markdown.

CQL - Cosmocloud Query Language

Cosmocloud implements a design query language, known as Cosmocloud Query Language (CQL), which helps users build complex APIs and flows in a much quicker and easier manner.

Cosmocloud Query Language (CQL) comprises of these 4 components -

JSON Objects - The Backbone

The backbone of CQL is the JSON specification, allowing us to extend JSON into Cosmocloud's own design query language.

You can build and merge JSON objects while building APIs and flows in Cosmocloud.

Last updated