AccountType
No description
type AccountType {
id: ID!
name: String!
order: Int!
}
Fields
AccountType.id ● ID! non-null scalar
AccountType.name ● String! non-null scalar
AccountType.order ● Int! non-null scalar
Returned By
accountTypes query
Member Of
Account object


