Studio Service

UpdateShareFolderToSpacesPayload

UpdateShareFolderToSpacesPayload

The output of our updateShareFolderToSpaces 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.
folderFolder
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `Folder`.
folderByParentIdFolderReads a single `Folder` that is related to this `Folder`.
userByCreatedByUserReads a single `User` that is related to this `Folder`.
userByUpdatedByUserReads a single `User` that is related to this `Folder`.
folderEdgeFoldersEdgeAn edge for our `Folder`. May be used by Relay 1.
orderBy[FoldersOrderBy!]The method to use when ordering `Folder`.