InvoiceConnection
No description
type InvoiceConnection implements Connection {
pageInfo: PageInfo!
edges: [InvoiceEdge]
totalCount: Int
}
Fields
InvoiceConnection.pageInfo ● PageInfo! non-null object
InvoiceConnection.edges ● [InvoiceEdge] list object
InvoiceConnection.totalCount ● Int scalar
Interfaces
Connection interface
The Connection type wraps the list of items in the paginated response.
Member Of
Contract object