Studio Service

AppInstance

AppInstance

The app instance which created from app-install for each space in the organization.

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!
orgIdUUID!
appInstallIdUUID!
spaceIdUUID!
nameString
versionString
configJSON
stateJSON
tags[String]!
createdAtDatetime
updatedAtDatetime
createdByUUID
updatedByUUID
isTemplateBoolean!If this was created from a template this org created. (Note: nothing to do with common app instance templates).
statusAppInstanceStatus
thumbnailFileIdUUID
commonAppInstanceTemplateIdUUIDThe common app instance template this app was created from. This link is severed after create.
targetCommonAppInstanceTemplateIdUUIDThe common app instance template created from this app instance
appIdUUID!
isSharedBoolean
isSharedExplicitBoolean
isSharedAllBoolean
orgByOrgIdOrgReads a single `Org` that is related to this `AppInstance`.
appInstallByAppInstallIdAppInstallReads a single `AppInstall` that is related to this `AppInstance`.
userByCreatedByUserReads a single `User` that is related to this `AppInstance`.
userByUpdatedByUserReads a single `User` that is related to this `AppInstance`.
fileByThumbnailFileIdFileReads a single `File` that is related to this `AppInstance`.
commonAppInstanceTemplateByCommonAppInstanceTemplateIdCommonAppInstanceTemplateReads a single `CommonAppInstanceTemplate` that is related to this `AppInstance`.
commonAppInstanceTemplateByTargetCommonAppInstanceTemplateIdCommonAppInstanceTemplateReads a single `CommonAppInstanceTemplate` that is related to this `AppInstance`.
appByAppIdAppReads a single `App` that is related to this `AppInstance`.
associationsByFromAppInstanceAndOrgIdAssociationsConnection!Reads and enables pagination through a set of `Association`.
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[AssociationsOrderBy!]The method to use when ordering `Association`.
conditionAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterAssociationFilterA filter to be used in determining which values should be returned by the collection.
associationsByToAppInstanceAndOrgIdAssociationsConnection!Reads and enables pagination through a set of `Association`.
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[AssociationsOrderBy!]The method to use when ordering `Association`.
conditionAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterAssociationFilterA filter to be used in determining which values should be returned by the collection.
tagAssociationsByToAppInstanceAndOrgIdTagAssociationsConnection!Reads and enables pagination through a set of `TagAssociation`.
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[TagAssociationsOrderBy!]The method to use when ordering `TagAssociation`.
conditionTagAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterTagAssociationFilterA filter to be used in determining which values should be returned by the collection.
shareAssociationsByShareAppInstanceShareAssociationsConnection!Reads and enables pagination through a set of `ShareAssociation`.
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[ShareAssociationsOrderBy!]The method to use when ordering `ShareAssociation`.
conditionShareAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterShareAssociationFilterA filter to be used in determining which values should be returned by the collection.
shareAssociationsByShareAppInstanceAndOrgIdShareAssociationsConnection!Reads and enables pagination through a set of `ShareAssociation`.
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[ShareAssociationsOrderBy!]The method to use when ordering `ShareAssociation`.
conditionShareAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterShareAssociationFilterA filter to be used in determining which values should be returned by the collection.
screenContentHistoriesByAppInstanceIdAndOrgIdScreenContentHistoriesConnection!Reads and enables pagination through a set of `ScreenContentHistory`.
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[ScreenContentHistoriesOrderBy!]The method to use when ordering `ScreenContentHistory`.
conditionScreenContentHistoryConditionA condition to be used in determining which values should be returned by the collection.
filterScreenContentHistoryFilterA filter to be used in determining which values should be returned by the collection.
commonAppInstanceTemplatesBySourceAppInstanceIdCommonAppInstanceTemplatesConnection!Reads and enables pagination through a set of `CommonAppInstanceTemplate`.
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[CommonAppInstanceTemplatesOrderBy!]The method to use when ordering `CommonAppInstanceTemplate`.
conditionCommonAppInstanceTemplateConditionA condition to be used in determining which values should be returned by the collection.
filterCommonAppInstanceTemplateFilterA filter to be used in determining which values should be returned by the collection.
appVersionByAppInstanceIdAppVersion
castedScreenByAppInstanceIdScreensConnection!Get casted screen(s) by appInstance's id.
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.
filesByAppInstanceIdFilesConnection!Get files that contained in an app instance.
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.
sharedSpacesByAppInstanceIdSpacesConnection!Spaces that currently got shared access to this app instance.
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.