InvoiceEdge
An edge that contains a node of type Invoice and a cursor.
type InvoiceEdge {
node: Invoice!
cursor: String!
}
Fields
InvoiceEdge.node
● Invoice!
non-null object
The Invoice node.
InvoiceEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
InvoiceConnection
object