DeleteCommonAppInstanceTemplateByIdPayload
DeleteCommonAppInstanceTemplateByIdPayload
The output of our deleteCommonAppInstanceTemplateById 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. | |
| commonAppInstanceTemplate | CommonAppInstanceTemplate | ||
| query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
| commonFileByThumbnailFileId | CommonFile | Reads a single `CommonFile` that is related to this `CommonAppInstanceTemplate`. | |
| orgBySourceOrgId | Org | Reads a single `Org` that is related to this `CommonAppInstanceTemplate`. | |
| appInstanceBySourceAppInstanceId | AppInstance | Reads a single `AppInstance` that is related to this `CommonAppInstanceTemplate`. | |
| appByAppId | App | Reads a single `App` that is related to this `CommonAppInstanceTemplate`. | |
| commonAppInstanceTemplateEdge | CommonAppInstanceTemplatesEdge | An edge for our `CommonAppInstanceTemplate`. May be used by Relay 1. | |
| orderBy | [CommonAppInstanceTemplatesOrderBy!] | The method to use when ordering `CommonAppInstanceTemplate`. | |