OBJECT
The connection type for Invoice.
type InvoiceConnection {# A list of edges.edges: [InvoiceEdge] # A list of nodes.nodes: [Invoice] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }