OBJECT

ConversationTagSettings

link GraphQL Schema definition

  • type ConversationTagSettings {
  • # Whether a user is allowed to tag a conversation or not
  • userCanTag: Boolean!
  • # Whether a user must tag a conversation or not
  • userMustTag: Boolean!
  • # Whether a user can create a tag
  • userCanCreateTag: Boolean!
  • }

link Require by