AppVersion
AppVersion
For storing and telling the information what app needed for each of its version.
Field | Argument | Type | Description |
---|---|---|---|
nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
id | UUID! | ||
appId | UUID! | ||
version | String | ||
betaFlag | Boolean | ||
stableFlag | Boolean | ||
manifestJson | JSON | ||
viewerUrl | String | ||
editorUrl | String | ||
mediaSandboxAccess | Boolean | To tell the Studio that the app required to access the sandbox storage or not. | |
configurationType | AppConfiguration | The type of configuration that the app required. | |
storeData | JSON | ||
createdAt | Datetime | ||
updatedAt | Datetime | ||
isLatest | Boolean! | Indicates the latest version of an app | |
isLatestStable | Boolean! | Indicates the latest stable version of an app | |
appByAppId | App | Reads a single `App` that is related to this `AppVersion`. |