DeleteAppInstancePayload
DeleteAppInstancePayload
The output of our deleteAppInstance
mutation.
Field | Argument | Type | Description |
---|---|---|---|
clientMutationId | String | The exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations. | |
appInstance | AppInstance | ||
query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
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`. | |
appInstanceEdge | AppInstancesEdge | An edge for our `AppInstance`. May be used by Relay 1. | |
orderBy | [AppInstancesOrderBy!] | The method to use when ordering `AppInstance`. |