CommonAppInstanceTemplate
CommonAppInstanceTemplate
App Instance Templates for e.g. Canvas app.
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! | ||
name | String | ||
version | String | ||
config | JSON | ||
state | JSON | ||
tags | [String]! | ||
createdAt | Datetime | ||
updatedAt | Datetime | ||
status | AppInstanceStatus | ||
thumbnailFileId | UUID | ||
isPublished | Boolean! | ||
isDeprecated | Boolean! | ||
sourceOrgId | UUID | ||
sourceAppInstanceId | UUID | ||
appId | UUID! | ||
commonFileByThumbnailFileId | CommonFile | Reads a single `CommonFile` that is related to this `CommonAppInstanceTemplate`. | |
orgBySourceOrgId | Org | Reads a single `Org` that is related to this `CommonAppInstanceTemplate`. | |
appInstanceBySourceAppInstanceId | AppInstance | Reads a single `AppInstance` that is related to this `CommonAppInstanceTemplate`. | |
appByAppId | App | Reads a single `App` that is related to this `CommonAppInstanceTemplate`. | |
appInstancesByCommonAppInstanceTemplateId | AppInstancesConnection! | Reads and enables pagination through a set of `AppInstance`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [AppInstancesOrderBy!] | The method to use when ordering `AppInstance`. | |
condition | AppInstanceCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | AppInstanceFilter | A filter to be used in determining which values should be returned by the collection. | |
appInstanceByTargetCommonAppInstanceTemplateId | AppInstance | Reads a single `AppInstance` that is related to this `CommonAppInstanceTemplate`. |