AppInstance
AppInstance
The app instance which created from app-install for each space in the organization.
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! | ||
orgId | UUID! | ||
appInstallId | UUID! | ||
spaceId | UUID! | ||
name | String | ||
version | String | ||
config | JSON | ||
state | JSON | ||
tags | [String]! | ||
createdAt | Datetime | ||
updatedAt | Datetime | ||
createdBy | UUID | ||
updatedBy | UUID | ||
isTemplate | Boolean! | If this was created from a template this org created. (Note: nothing to do with common app instance templates). | |
status | AppInstanceStatus | ||
thumbnailFileId | UUID | ||
commonAppInstanceTemplateId | UUID | The common app instance template this app was created from. This link is severed after create. | |
targetCommonAppInstanceTemplateId | UUID | The common app instance template created from this app instance | |
appId | UUID! | ||
isShared | Boolean | ||
isSharedExplicit | Boolean | ||
isSharedAll | Boolean | ||
orgByOrgId | Org | Reads a single `Org` that is related to this `AppInstance`. | |
appInstallByAppInstallId | AppInstall | Reads a single `AppInstall` that is related to this `AppInstance`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `AppInstance`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `AppInstance`. | |
fileByThumbnailFileId | File | Reads a single `File` that is related to this `AppInstance`. | |
commonAppInstanceTemplateByCommonAppInstanceTemplateId | CommonAppInstanceTemplate | Reads a single `CommonAppInstanceTemplate` that is related to this `AppInstance`. | |
commonAppInstanceTemplateByTargetCommonAppInstanceTemplateId | CommonAppInstanceTemplate | Reads a single `CommonAppInstanceTemplate` that is related to this `AppInstance`. | |
appByAppId | App | Reads a single `App` that is related to this `AppInstance`. | |
associationsByFromAppInstanceAndOrgId | AssociationsConnection! | Reads and enables pagination through a set of `Association`. | |
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 | [AssociationsOrderBy!] | The method to use when ordering `Association`. | |
condition | AssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | AssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
associationsByToAppInstanceAndOrgId | AssociationsConnection! | Reads and enables pagination through a set of `Association`. | |
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 | [AssociationsOrderBy!] | The method to use when ordering `Association`. | |
condition | AssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | AssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
tagAssociationsByToAppInstanceAndOrgId | TagAssociationsConnection! | Reads and enables pagination through a set of `TagAssociation`. | |
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 | [TagAssociationsOrderBy!] | The method to use when ordering `TagAssociation`. | |
condition | TagAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | TagAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
shareAssociationsByShareAppInstance | ShareAssociationsConnection! | Reads and enables pagination through a set of `ShareAssociation`. | |
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 | [ShareAssociationsOrderBy!] | The method to use when ordering `ShareAssociation`. | |
condition | ShareAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ShareAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
shareAssociationsByShareAppInstanceAndOrgId | ShareAssociationsConnection! | Reads and enables pagination through a set of `ShareAssociation`. | |
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 | [ShareAssociationsOrderBy!] | The method to use when ordering `ShareAssociation`. | |
condition | ShareAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ShareAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
screenContentHistoriesByAppInstanceIdAndOrgId | ScreenContentHistoriesConnection! | Reads and enables pagination through a set of `ScreenContentHistory`. | |
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 | [ScreenContentHistoriesOrderBy!] | The method to use when ordering `ScreenContentHistory`. | |
condition | ScreenContentHistoryCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ScreenContentHistoryFilter | A filter to be used in determining which values should be returned by the collection. | |
commonAppInstanceTemplatesBySourceAppInstanceId | CommonAppInstanceTemplatesConnection! | Reads and enables pagination through a set of `CommonAppInstanceTemplate`. | |
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 | [CommonAppInstanceTemplatesOrderBy!] | The method to use when ordering `CommonAppInstanceTemplate`. | |
condition | CommonAppInstanceTemplateCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | CommonAppInstanceTemplateFilter | A filter to be used in determining which values should be returned by the collection. | |
appVersionByAppInstanceId | AppVersion | ||
castedScreenByAppInstanceId | ScreensConnection! | Get casted screen(s) by appInstance's id. | |
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. | |
filesByAppInstanceId | FilesConnection! | Get files that contained in an app instance. | |
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. | |
sharedSpacesByAppInstanceId | SpacesConnection! | Spaces that currently got shared access to this app instance. | |
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. |