AgendaBillsFilters
Input to filter agenda bills
input AgendaBillsFilters {
FollowFilter: AgendaBillsFollowEnum
OnlyFollowed: Boolean
BillsImpact: [UserImpactEnum!]
Type: [AgendaBillsTypeEnum!]
}
Fields
FollowFilter ● AgendaBillsFollowEnum enum
Filter to return follow bills options
OnlyFollowed ● Boolean scalar
Filter to return only followed bills. This is a shortcut for
FollowFilter: MAIN_FOLLOWED. This will override FollowFilter argument.
BillsImpact ● [UserImpactEnum!] list enum
Filter bills by impact. This field only has effect if FollowFilter is present and different of ALL OR if OnlyFollowed is True
Type ● [AgendaBillsTypeEnum!] list enum
Filter bills by event type