CustomAppRelease
Type: Object
Represents a specific, versioned release of a custom application. In a production environment, managing software deployments is critical. This resource acts as a manifest for a deployable software bundle. It tracks the version number, contains the compiled application code (the 'bundle'), and manages its status (e.g., active, in development). This allows for controlled rollouts, easy rollbacks, and a clear history of all changes made to a custom application. It is the cornerstone of maintaining stability and reliability for the bespoke tools that power the shop floor.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| active | Boolean! | Whether this release is currently active (used for rendering) | ||
| createdAt | DateTime! | |||
| customApp | CustomApp! | The custom app this release belongs to | ||
| customAppId | ID! | |||
| devMode | Boolean! | Whether this release is in development mode | ||
| devUrl | String | Development URL for this release (for external apps) | ||
| id | ID! | |||
| updatedAt | DateTime! | |||
| version | Int! | Version number for this release |