GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

Update an existing groupMutation

Update an existing feed group

Request Parameters

  • id

    ID
    Required

    Unique ID of the feed group

  • updateFeedGroupInAccountInput UpdateFeedGroupInAccountInput

    Required

    New values to be applied to an existing feed group

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