CustomApp
Type: Object
Represents a bespoke application built to run on the platform. In the print industry, workflows are often highly specialized. This resource acts as the primary definition for a custom-built application, whether it's a complex production scheduling tool, a specialized pre-press automation, or a unique customer-facing portal. It defines the application's identity, its type (e.g., a simple embedded component or an externally hosted tool), and its configuration. This model is central to the platform's extensibility, allowing it to adapt and grow by incorporating new, purpose-built functionalities as operational needs evolve.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| activeRelease | CustomAppRelease | The active release of this custom app | ||
| config | CustomAppType! | The setup for how this app should be displayed | ||
| createdAt | DateTime! | |||
| handle | String! | |||
| icon | String | |||
| id | ID! | |||
| kind | CustomAppKindEnum | Where this app should be displayed | ||
| name | String! | |||
| releases | [CustomAppRelease!]! | filter: CustomAppReleaseFilterInputlimit: Intoffset: Intsort: [CustomAppReleaseSortInput] | The releases/versions of this custom app | |
| updatedAt | DateTime! |