INPUT_OBJECT

CancelBountyInput

CancelBountyInput includes the bounty a user is trying to cancel.

link GraphQL Schema definition

1input CancelBountyInput {
4
2# Unique Identifier for the bounty.
3bountyID: ID!
7
5# Reason that the user canceled the bounty.
6reason: String
10
8# UserID of the user that will cancel the bounty.
9userID: ID!
11}