Studio Service

AddFavoriteFolderPayload

AddFavoriteFolderPayload

The output of our addFavoriteFolder 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.
favoriteFavorite
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `Favorite`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `Favorite`.
fileByFileIdFileReads a single `File` that is related to this `Favorite`.
fileByFileIdAndOrgIdFileReads a single `File` that is related to this `Favorite`.
folderByFolderIdFolderReads a single `Folder` that is related to this `Favorite`.
folderByFolderIdAndOrgIdFolderReads a single `Folder` that is related to this `Favorite`.
playlistByPlaylistIdPlaylistReads a single `Playlist` that is related to this `Favorite`.
playlistByPlaylistIdAndOrgIdPlaylistReads a single `Playlist` that is related to this `Favorite`.
linkByLinkIdLinkReads a single `Link` that is related to this `Favorite`.
linkByLinkIdAndOrgIdLinkReads a single `Link` that is related to this `Favorite`.
userByUserIdUserReads a single `User` that is related to this `Favorite`.
userByUserIdAndOrgIdUserReads a single `User` that is related to this `Favorite`.
siteBySiteIdSiteReads a single `Site` that is related to this `Favorite`.
siteBySiteIdAndOrgIdSiteReads a single `Site` that is related to this `Favorite`.
favoriteEdgeFavoritesEdgeAn edge for our `Favorite`. May be used by Relay 1.
orderBy[FavoritesOrderBy!]The method to use when ordering `Favorite`.