AccountType
No description
type AccountType {
id: Int
isDefault: Boolean
name: String
order: Int
}
Fields
AccountType.id
● Int
scalar
AccountType.isDefault
● Boolean
scalar
AccountType.name
● String
scalar
AccountType.order
● Int
scalar
Returned by
accountTypes
query
Member of
Account
object ● AccountDefaultOptions
object ● ActivityAccount
object