Organization / Types/ object
InvoiceEdge
An edge that contains a node of type Invoice and a cursor.
Fields
2 fieldsid•ID!Unique primary key.
number•StringInvoice number
reference•StringOrder / invoice reference
currency•String!ISO 4217 currency code
value•String!Amount
currency•String!ISO 4217 currency code
value•String!Amount
dueAt•DateDue at
sentAt•DateSent at
createdAt•DateTimeTz!When the invoice was created.
updatedAt•DateTimeTz!When the invoice was last updated.
pageInfo•PageInfo!Pagination information about the list of edges.
edges•[InvoiceLineEdge!]!A list of InvoiceLine edges.
cursor•String!A unique cursor that can be used for pagination.