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