ENUM

CreditType

Types of non-fiat currencies.

link GraphQL Schema definition

1enum CreditType {
2
3# Indicates that there is no specific type of Credit in this model.
4NO_CREDIT_TYPE
5
6# A sub token type.
7SUB_TOKEN
8}