AppInstall
AppInstall
The installed app for each organization and space.
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! | ||
orgId | UUID! | ||
spaceId | UUID | ||
createdAt | Datetime | ||
updatedAt | Datetime | ||
createdBy | UUID | ||
updatedBy | UUID | ||
appByAppId | App | Reads a single `App` that is related to this `AppInstall`. | |
orgByOrgId | Org | Reads a single `Org` that is related to this `AppInstall`. | |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `AppInstall`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `AppInstall`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `AppInstall`. | |
appInstancesByAppInstallId | 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. | |
allAppInstancesByAppInstallIdAndSpaceId | AppInstancesConnection! | Get all app instances by app install ID and space ID. | |
spaceId | UUID | ||
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. | |
availableAppInstancesByAppInstallIdAndSpace | AppInstancesConnection! | Get available app instances for the current space and app install ID including global app instances and shared app instances. | |
spaceId | UUID | ||
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. | |
latestAppVersionByAppInstallId | AppVersion | ||
stableAppVersionByAppInstallId | AppVersion |