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