OBJECT
InvoiceAmendmentsConnection
The connection type for InvoiceAmendment.
link GraphQL Schema definition
- type InvoiceAmendmentsConnection {
- # A list of edges.
- InvoiceAmendmentsEdge] : [
- # A list of nodes.
- InvoiceAmendment] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- }