Consumer API · type

LedgerAccount

Generated schema definition for LedgerAccount.

Definition

graphql
type LedgerAccount {
children: [LedgerAccount!]
classification: LedgerAccountClassificationEnum!
createdAt: Date!
id: ID!
isArchived: Boolean!
level: Int!
name: String!
path: String!
slug: String!
subType: LedgerAccountSubTypeEnum
type: LedgerAccountTypeEnum!
updatedAt: Date!
}