Skip to main content

costSums

Get an cost sums by the resource

costSums(
after: String
before: String
costTypeIds: [Int!]
filters: [InputFilter!]
first: Int
last: Int
resourceId: Int!
resourceType: String!
showCanceledCosts: Boolean = true
showEmptyBudgetData: Boolean = true
): CostSumConnection!

Arguments

costSums.after ● String scalar

Returns the elements in the list that come after the specified cursor.

costSums.before ● String scalar

Returns the elements in the list that come before the specified cursor.

costSums.costTypeIds ● [Int!] list scalar

Target cost type ids

costSums.filters ● [InputFilter!] list input

Filter entities by provided filters

costSums.first ● Int scalar

Returns the first _n_ elements from the list.

costSums.last ● Int scalar

Returns the last _n_ elements from the list.

costSums.resourceId ● Int! non-null scalar

Id of the resource

costSums.resourceType ● String! non-null scalar

Type of the resource

costSums.showCanceledCosts ● Boolean scalar

Include entities with a canceled costs

costSums.showEmptyBudgetData ● Boolean scalar

Include when budget data is empty

Type

CostSumConnection object

The connection type for CostSum.