OBJECT
type ConversationTagSettings {# Whether a user is allowed to tag a conversation or notuserCanTag: Boolean! # Whether a user must tag a conversation or notuserMustTag: Boolean! # Whether a user can create a taguserCanCreateTag: Boolean! }