Preview

invoices is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

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 or elements to return (page size)

    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.