Studio Service

UninstallSpaceAppPayload

UninstallSpaceAppPayload

The output of our uninstallSpaceApp 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.
appInstallAppInstall
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
appByAppIdAppReads a single `App` that is related to this `AppInstall`.
orgByOrgIdOrgReads a single `Org` that is related to this `AppInstall`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `AppInstall`.
userByCreatedByUserReads a single `User` that is related to this `AppInstall`.
userByUpdatedByUserReads a single `User` that is related to this `AppInstall`.
appInstallEdgeAppInstallsEdgeAn edge for our `AppInstall`. May be used by Relay 1.
orderBy[AppInstallsOrderBy!]The method to use when ordering `AppInstall`.