ENUM
MoneyTransactionType
Type of a MoneyTransaction.
link GraphQL Schema definition
- enum MoneyTransactionType {
- }
link Require by
- MoneyTransactionA `MoneyTransaction` is a money related turnover belonging to a `MoneyAccount`.
- MoneyTransactionConditionA condition to be used against `MoneyTransaction` object types. All fields are tested for equality and combined with a logical ‘and.’
- QueryThe root query type which gives access points into the data universe.