OBJECT
EdgeLendingOrders
The Edge type contains an associated DomainType and meta information, e.g. the position within all pages
link GraphQL Schema definition
- type EdgeLendingOrders {
- # The DomainEntity associacted with this edge.
- : LENDINGORDER!
- # The current position within all pages.
- : Int!
- }