📄️ Overview
The schema definition in the Hugr engine is a crucial aspect that defines the structure and organization of data within the engine. The schema definition describes the data source structures, makes it possible to query and manipulate them by unified GraphQL API. Technically, the schema definition is a GraphQL SDL (Schema Definition Language) documents that specifies the tables, views, relations and functions provided by the data sources as GraphQL objects.
📄️ Data Types
Understanding the data types supported by Hugr
📄️ Functions
Defining and using functions in Hugr schema
🗃️ Data objects
11 items