OBJECT

PayableStatus

Payout Status is the payout status of the creator for all non-earnings related issues.

link GraphQL Schema definition

1type PayableStatus {
2
3# Whether or not the user is able to be paid out.
4isPayable: Boolean!
5
6}