OBJECT

DeleteContentTagsPayload

Result of mutation is the contentID.

link GraphQL Schema definition

1type DeleteContentTagsPayload {
2
3# Content which tags have been deleted from.
4content: TaggedContent
5
6}