ENUM
TransactionType
All transaction types
link GraphQL Schema definition
- enum TransactionType {
- }
link Require by
- AccountAccount interface shared by all kind of accounts (Bot, Collective, Event, User, Organization)
- BotThis represents a Bot account
- CollectiveThis represents a Collective account
- CreditThis represents a Credit transaction
- DebitThis represents a Debit transaction
- EventThis represents an Event account
- FundThis represents an Project account
- HostThis represents an Host account
- IndividualThis represents an Individual account
- OrganizationThis represents an Organization account
- ProjectThis represents an Project account
- QueryThis is the root query
- TransactionTransaction interface shared by all kind of transactions (Debit, Credit)