Skip to main content

AccountingAccountConnection

The connection type for AccountingAccount.

type AccountingAccountConnection {
edges: [AccountingAccountEdge]
nodes: [AccountingAccount]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

AccountingAccountConnection.edges ● [AccountingAccountEdge] list object common

A list of edges.

AccountingAccountConnection.nodes ● [AccountingAccount] list object accounting

A list of nodes.

AccountingAccountConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

AccountingAccountConnection.totalCount ● Int! non-null scalar common

Total count of items in the connection, without considering pagination.

Returned By

accountingAccounts query