InvoiceConnection
Please see the Connection interface
type InvoiceConnection implements Connection {
pageInfo: PageInfo!
totalCount: Int!
edges: [InvoiceEdge!]!
}
Fields
InvoiceConnection.pageInfo ● PageInfo! non-null object
InvoiceConnection.totalCount ● Int! non-null scalar
InvoiceConnection.edges ● [InvoiceEdge!]! non-null object
Interfaces
Connection interface
Relay Connection type, used to paginate list of element (Learn More)
Member Of
Account object