OBJECT

BountyConnection

A list of bounty related to the subject.

link GraphQL Schema definition

1type BountyConnection {
2
3# The bounties.
4edges: [BountyEdge!]
5
6# Information about pagination in this connection.
7pageInfo: PageInfo!
8
9}