InstallOrgAppPayload
InstallOrgAppPayload
The output of our installOrgApp
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. | |
appInstall | AppInstall | ||
query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
appByAppId | App | Reads a single `App` that is related to this `AppInstall`. | |
orgByOrgId | Org | Reads a single `Org` that is related to this `AppInstall`. | |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `AppInstall`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `AppInstall`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `AppInstall`. | |
appInstallEdge | AppInstallsEdge | An edge for our `AppInstall`. May be used by Relay 1. | |
orderBy | [AppInstallsOrderBy!] | The method to use when ordering `AppInstall`. |