GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

Get feed groupsQuery

Get a list of feed groups

Request Parameters

  • first

    Int
    Optional

    Used for pagination to specify the number of items returned, should not be used in conjunction with last

  • last

    Int
    Optional

    Used for pagination to specify the number of items returned, should not be used in conjunction with first

  • before

    String
    Optional

    Used for pagination to get the previous page of data before the specified cursor

  • after

    String
    Optional

    Used for pagination to get the next page of data after the specified cursor

  • Optional

    Used to determine how to sort the response. By default response is sorted based on feed group name in ascending order

  • accountId

    Int
    Required

    The account ID for which you want to retrieve feed groups from

  • includeArchived

    Boolean
    Optional

    Flag on whether or not to include archived feed groups in response

Response Fields

FeedGroupConnection
  • totalCount

    Int

    Total number of feed groups

  • pageInfo

    PageInfo

    Page info

  • edges
    List

    FeedGroupEdge

    Feed group edges