OBJECT

CommunitySettings

Community settings

link GraphQL Schema definition

  • type CommunitySettings {
  • # True if the community is enabled for this project
  • isCommunityEnabled: Boolean!
  • # Set to true to automatically send a message on conversation starts
  • isCommunityStartMessageEnabled: Boolean!
  • # The url used for the community FAQ
  • communityFaqUrl: String
  • }

link Require by