OBJECT
InvoicesConnection
The connection type for Invoice.
link GraphQL Schema definition
- type InvoicesConnection {
- # A list of edges.
- InvoicesEdge] : [
- # A list of nodes.
- Invoice] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }