UpdateShareLinkToAllSpacesPayload
UpdateShareLinkToAllSpacesPayload
The output of our updateShareLinkToAllSpaces
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. | |
link | Link | ||
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 `Link`. | |
fileByFileId | File | Reads a single `File` that is related to this `Link`. | |
fileByFileIdAndOrgId | File | Reads a single `File` that is related to this `Link`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `Link`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `Link`. | |
linkEdge | LinksEdge | An edge for our `Link`. May be used by Relay 1. | |
orderBy | [LinksOrderBy!] | The method to use when ordering `Link`. |