Preview

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

paymentsByCompanyId

Paginated list of payments scoped to a specific company

This page contains

    Arguments

    first Int

    Number of elements to return (page size)

    after String

    Returns elements after specified cursor

    before String

    Returns elements before specified cursor

    companyId ID!

    Company identifier

    orderBy [PaymentOrderBy] PREVIEW

    Specifies the fields by which to order and the direction

    filter PaymentsFilter PREVIEW

    Filter payments based on different criteria

    Return Fields

    PaymentConnection! 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.