INPUT_OBJECT

StartBountyInput

StartBountyInput includes the bounty a user is trying to start.

link GraphQL Schema definition

1input StartBountyInput {
4
2# Unique Identifier for the bounty.
3bountyID: ID!
7
5# Title of the stream for the bounty. Must start with #sponsored.
6title: String!
10
8# UserID of the user that will start the bounty.
9userID: ID!
11}