AccountingAccountEdge
An edge in a connection.
type AccountingAccountEdge {
cursor: String!
node: AccountingAccount
}
Fields
AccountingAccountEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
AccountingAccountEdge.node ● AccountingAccount object accounting
The item at the end of the edge.
Member Of
AccountingAccountConnection object