Studio Service

UpdateShareLinkToAllSpacesPayload

UpdateShareLinkToAllSpacesPayload

The output of our updateShareLinkToAllSpaces 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.
linkLink
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `Link`.
fileByFileIdFileReads a single `File` that is related to this `Link`.
fileByFileIdAndOrgIdFileReads a single `File` that is related to this `Link`.
userByCreatedByUserReads a single `User` that is related to this `Link`.
userByUpdatedByUserReads a single `User` that is related to this `Link`.
linkEdgeLinksEdgeAn edge for our `Link`. May be used by Relay 1.
orderBy[LinksOrderBy!]The method to use when ordering `Link`.