AccountingVendorConnection
The connection type for AccountingVendor.
type AccountingVendorConnection {
edges: [AccountingVendorEdge]
nodes: [AccountingVendor]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
AccountingVendorConnection.edges ● [AccountingVendorEdge] list object common
A list of edges.
AccountingVendorConnection.nodes ● [AccountingVendor] list object accounting
A list of nodes.
AccountingVendorConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
AccountingVendorConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Returned By
accountingVendors query