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