For the complete documentation index, see llms.txt. This page is also available as Markdown.

invoiceForecast

Graphql fields and variables for the invoiceForecast query

Scope required:

For a complete list of possible response fields see the InvoiceForecast type.

query invoiceForecast ($id: ID) {
  invoiceForecast (id: $id) {
    accountId
    amount
    currencyId
    entityId
    id
    month
    recurringAmount
    usageAmount
  }
}

Arguments

Name
Type
Description

id

ID

Response

Last updated

Was this helpful?