invoiceForecasts
Graphql fields and variables for the invoiceForecasts query
query invoiceForecasts ($filter: String, $sort: String, $after: String, $before: String, $first: Int, $last: Int) {
invoiceForecasts (filter: $filter, sort: $sort, after: $after, before: $before, first: $first, last: $last) {
edges {
cursor
node {
accountId
amount
currencyId
entityId
id
month
recurringAmount
usageAmount
}
}
totalCount
pageInfo {
startCursor
endCursor
hasNextPage
hasPreviousPage
}
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
