Studio Service

AppInstall

AppInstall

The installed app for each organization and space.

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!
appIdUUID!
orgIdUUID!
spaceIdUUID
createdAtDatetime
updatedAtDatetime
createdByUUID
updatedByUUID
appByAppIdAppReads a single `App` that is related to this `AppInstall`.
orgByOrgIdOrgReads a single `Org` that is related to this `AppInstall`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `AppInstall`.
userByCreatedByUserReads a single `User` that is related to this `AppInstall`.
userByUpdatedByUserReads a single `User` that is related to this `AppInstall`.
appInstancesByAppInstallIdAppInstancesConnection!Reads and enables pagination through a set of `AppInstance`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[AppInstancesOrderBy!]The method to use when ordering `AppInstance`.
conditionAppInstanceConditionA condition to be used in determining which values should be returned by the collection.
filterAppInstanceFilterA filter to be used in determining which values should be returned by the collection.
allAppInstancesByAppInstallIdAndSpaceIdAppInstancesConnection!Get all app instances by app install ID and space ID.
spaceIdUUID
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
availableAppInstancesByAppInstallIdAndSpaceAppInstancesConnection!Get available app instances for the current space and app install ID including global app instances and shared app instances.
spaceIdUUID
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[AppInstancesOrderBy!]The method to use when ordering `AppInstance`.
conditionAppInstanceConditionA condition to be used in determining which values should be returned by the collection.
filterAppInstanceFilterA filter to be used in determining which values should be returned by the collection.
latestAppVersionByAppInstallIdAppVersion
stableAppVersionByAppInstallIdAppVersion