InvoiceEdge
No description
type InvoiceEdge implements Edge {
node: Invoice
cursor: String!
}
Fields
InvoiceEdge.node ● Invoice object
InvoiceEdge.cursor ● String! non-null scalar
Interfaces
Edge interface
The Edge type is a wrapper around the node type and contains a cursor.
Member Of
InvoiceConnection object