PublishDraftPlaylistPayload
PublishDraftPlaylistPayload
The output of our publishDraftPlaylist mutation.
| Field | Argument | Type | Description |
|---|---|---|---|
| clientMutationId | String | The exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations. | |
| playlist | Playlist | ||
| query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `Playlist`. | |
| spaceBySpaceId | Space | Reads a single `Space` that is related to this `Playlist`. | |
| playlistByDraftOf | Playlist | Reads a single `Playlist` that is related to this `Playlist`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `Playlist`. | |
| userByUpdatedBy | User | Reads a single `User` that is related to this `Playlist`. | |
| userByPublishedBy | User | Reads a single `User` that is related to this `Playlist`. | |
| playlistEdge | PlaylistsEdge | An edge for our `Playlist`. May be used by Relay 1. | |
| orderBy | [PlaylistsOrderBy!] | The method to use when ordering `Playlist`. | |