OBJECT

CreateContentTagsPayload

Result of mutation is the updated tags.

link GraphQL Schema definition

1type CreateContentTagsPayload {
2
3# Content which tags have been added to.
4content: TaggedContent
5
6}