Studio Service

AddLinkToPlaylistPayload

AddLinkToPlaylistPayload

The output of our addLinkToPlaylist 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.
playlistPlaylist
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `Playlist`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `Playlist`.
playlistByDraftOfPlaylistReads a single `Playlist` that is related to this `Playlist`.
userByCreatedByUserReads a single `User` that is related to this `Playlist`.
userByUpdatedByUserReads a single `User` that is related to this `Playlist`.
userByPublishedByUserReads a single `User` that is related to this `Playlist`.
playlistEdgePlaylistsEdgeAn edge for our `Playlist`. May be used by Relay 1.
orderBy[PlaylistsOrderBy!]The method to use when ordering `Playlist`.