OBJECT

BountyCampaignConnection

A list of bounty campaigns related to the subject.

link GraphQL Schema definition

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