Skip to main content

costs

Find costs

costs(
after: String
articleId: Int
before: String
canceled: Boolean
filters: [InputFilter!]
first: Int
last: Int
resourceId: Int
resourceType: String
showCanceledCosts: Boolean = true
showEmptyBudgetData: Boolean = true
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "cost_types.name" }]
): CostConnection

Arguments

costs.after ● String scalar

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

costs.before ● String scalar

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

costs.canceled ● Boolean scalar

Filter canceled costs

costs.filters ● [InputFilter!] list input

Filter entities by provided filters

costs.first ● Int scalar

Returns the first _n_ elements from the list.

costs.last ● Int scalar

Returns the last _n_ elements from the list.

costs.resourceId ● Int scalar

Filter by resource_id

costs.resourceType ● String scalar

Filter by resource_type

costs.showCanceledCosts ● Boolean scalar

Include entities with a canceled costs

costs.showEmptyBudgetData ● Boolean scalar

Include when budget data is empty

costs.sort ● [Sort!] list input

Sort result

Show deprecated

Type

CostConnection object

The connection type for Cost.