Skip to main content

AccountBudget

No description

type AccountBudget {
amountLeft(filters: [InputFilter!]): BigInt!
totalBudget: BigInt!
totalCosts(filters: [InputFilter!]): BigInt!
}

Fields

AccountBudget.amountLeft ● BigInt! non-null scalar

AccountBudget.amountLeft.filters ● [InputFilter!] list input

Filter amount_left by provided filters

AccountBudget.totalBudget ● BigInt! non-null scalar

AccountBudget.totalCosts ● BigInt! non-null scalar

AccountBudget.totalCosts.filters ● [InputFilter!] list input

Filter total_costs by provided filters

Returned By

accountBudget query