OBJECT

AllocateKeysForBountyPayload

Payload from the mutation.

link GraphQL Schema definition

1type AllocateKeysForBountyPayload {
2
3# The bounty with allocated keys.
4bounty: Bounty
5
6# The possible error returned from the service.
7error: AllocateKeysForBountyError
8
9}