UpdateSpacePayload
UpdateSpacePayload
The output of our updateSpace
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. | |
space | Space | ||
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 `Space`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `Space`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `Space`. | |
billingCustomerByBillingCustomerId | BillingCustomer | Reads a single `BillingCustomer` that is related to this `Space`. | |
folderByRootFolderId | Folder | Reads a single `Folder` that is related to this `Space`. | |
spaceEdge | SpacesEdge | An edge for our `Space`. May be used by Relay 1. | |
orderBy | [SpacesOrderBy!] | The method to use when ordering `Space`. |