API Overview
The Minyu API provides bidirectional programmatic access to all schema-defined data.
The API is GraphQL-based and generated directly from the configured schema.
All API access is executed in the context of the authenticated user.
The same authentication mechanisms are used as for regular interactive users.
In production setups, organizations typically use a dedicated API user to isolate integration access from human user accounts.
Execution Model
- Request--response
- Fully transactional per request
- Evaluated against live data
- Supports relational reads and mutations
Control Model
- Read rules are enforced
- Write rules are enforced