isUserOnClaimableSetsAllowList

This query declares if the user is on the claimable sets allow list.

General Pattern

query{
    isUserOnClaimableSetsAllowList(claimableSetID: "UUID"){
    field_1
    field_2 {
       nested_field_1
       ...
    }
  }
}

Sample Query

query{
  isUserOnClaimableSetsAllowList(claimableSetID:"e842b8b9-e4a2-436e-8f6f-c992ff0368c3")
}

Sample Response

Argument

NameTypeDescription
claimableSetIDUUIDThe ID that is given to specific claimable set.

Field

NameTypeDescription
N/ABooleanThe confirmation if the user is on the allow list.

Example

Confirm if the user is on the claimable set allow list: