invoices
Retrieve invoices
This page contains
Arguments
| scope String! | The scope of the requested invoices. One of CLUSTER, MARKETPLACE, COMPANY, USER, RESELLER |
| filter InvoiceFilter PREVIEW | Filters applied to the invoice query |
| first Int | Number of elements to return (page size) |
| sort InvoiceSort PREVIEW | Sorting criteria for the invoices |
| after String | Returns elements after specified cursor, mutually exclusive with before |
| before String | Returns elements before specified cursor, mutually exclusive with after |
Return Fields
| InvoiceConnection! PREVIEW |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.