ENUM

ChannelMembershipType

Description

Channel membership type filter.

link GraphQL Schema definition

  • enum ChannelMembershipType {
  • # Used to retrieve both public and private channels.
  • ALL
  • # Used to retrieve only private channels.
  • PRIVATE
  • # Used to retrieve only public channels.
  • STANDARD
  • }