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