High-level schema

How it works
Custom objects come from metadata tables that determine the shape, name, and type of the objects. All this information is present in the metadata schema database, consisting of tables:- DataSource: Details where the data is present.
- Object: Describes the object and links to a DataSource.
- Field: Outlines an Object’s fields and connects to the Object.

To fetch data, the process involves making queries through the /graphql endpoint and passing them through the Query Resolver.
