OBJECT
AccountingInstructionsEdge
A AccountingInstruction edge in the connection.
link GraphQL Schema definition
- type AccountingInstructionsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `AccountingInstruction` at the end of the edge.
- : AccountingInstruction!
- }