Studio Service

UpdateShareSiteToAllSpacesPayload

UpdateShareSiteToAllSpacesPayload

The output of our updateShareSiteToAllSpaces 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.
siteSite
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `Site`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `Site`.
fileByThumbnailIdFileReads a single `File` that is related to this `Site`.
fileByThumbnailIdAndOrgIdFileReads a single `File` that is related to this `Site`.
userByCreatedByUserReads a single `User` that is related to this `Site`.
userByUpdatedByUserReads a single `User` that is related to this `Site`.
siteEdgeSitesEdgeAn edge for our `Site`. May be used by Relay 1.
orderBy[SitesOrderBy!]The method to use when ordering `Site`.