ENUM

BountyModerationStatus

The moderation status of the bounty.

link GraphQL Schema definition

1enum BountyModerationStatus {
2
3# The bounty has passed the moderation check.
4PASS
5
6# The bounty is waiting for moderation check.
7PENDING_REVIEW
8
9# The bounty has failed the moderation check.
10FAIL
11}