INPUT_OBJECT

StopBountyInput

StopBountyInput includes the bounty a user is trying to stop.

link GraphQL Schema definition

1input StopBountyInput {
4
2# Unique Identifier for the bounty.
3bountyID: ID!
7
5# UserID of the user that will stop the bounty.
6userID: ID!
8}