OBJECT
BountyCampaignConnection
A list of bounty campaigns related to the subject.
link GraphQL Schema definition
1 type BountyCampaignConnection { 2 3 # The campaigns. 4 : [BountyCampaignEdge] 5 6 # Information about pagination in this connection. 7 : PageInfo! 8 9 }