OBJECT

UpdateContentTagsPayload

Result of mutation is the contentID.

link GraphQL Schema definition

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