INPUT_OBJECT

AllocateKeysForBountyInput

Input required to allocate keys for the bounty.

link GraphQL Schema definition

1input AllocateKeysForBountyInput {
4
2# Unique Identifier for the bounty.
3bountyID: ID!
7
5# UserID that is allocating keys for the bounty.
6userID: ID!
8}