OBJECT

SetContentTagsPayload

Result of mutation is the contentID.

link GraphQL Schema definition

1type SetContentTagsPayload {
2
3# Content which tags have been updated.
4content: TaggedContent
5
6}