OBJECT

BountyEdge

Information about the relationship to the bounty and the subject. Also includes the bounty itself.

link GraphQL Schema definition

1type BountyEdge {
2
3# Uniquely identifies this bounty's position in a connection.
4cursor: Cursor!
5
6# The bounty.
7node: Bounty
8
9}