GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

Create a new feed group for a given enterprise ID and account IDMutation

Create a new feed group

Request Parameters

Response Fields

FeedGroup
  • id

    ID

    The feed group id

  • The posts in the feed group

  • name

    String

    Name of the feed group

  • account

    Account

    Account type

  • mandatory

    Boolean
    Deprecated

    Marks a feed group as mandatory or optional. True if mandatory, false if optional

    Deprecation date 30 Oct 2023

  • feedGroupAudienceType

    FeedGroupAudienceType

    Marks a feed group as mandatory or optional and further indicates if what the default state will be for new users

    • MANDATORY
    • OPTIONAL_SUBSCRIBED_BY_DEFAULT
    • OPTIONAL_UNSUBSCRIBED_BY_DEFAULT
  • archived

    Boolean

    Marks a feed group as archived or not. True if archived, false if not