Studio Service

UpdateAppInstancePayload

UpdateAppInstancePayload

The output of our updateAppInstance mutation.

FieldArgumentTypeDescription
clientMutationIdStringThe exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.
appInstanceAppInstance
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
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`.
appInstanceEdgeAppInstancesEdgeAn edge for our `AppInstance`. May be used by Relay 1.
orderBy[AppInstancesOrderBy!]The method to use when ordering `AppInstance`.