Skip to main content

topics

Find topics

topics(
after: String
applyAccessRights: Boolean = true
before: String
categoryId: Int
createdAt: DateTimeRange
customerId: Int
filters: [InputFilter!]
first: Int
last: Int
parameterOptionIds: [ID!]
personaId: Int
showCanceledCosts: Boolean = true
showEmptyBudgetData: Boolean = true
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
updatedAt: DateTimeRange
): TopicConnection

Arguments

topics.after ● String scalar

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

topics.applyAccessRights ● Boolean scalar

Provide access

topics.before ● String scalar

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

topics.categoryId ● Int scalar

Filter by categoryId

topics.createdAt ● DateTimeRange input

Filter by created at

topics.customerId ● Int scalar

Filter by customerId

topics.filters ● [InputFilter!] list input

Filter entities by provided filters

topics.first ● Int scalar

Returns the first _n_ elements from the list.

topics.last ● Int scalar

Returns the last _n_ elements from the list.

topics.parameterOptionIds ● [ID!] list scalar

Filter by parameter option IDs

topics.personaId ● Int scalar

Filter by personaId

topics.showCanceledCosts ● Boolean scalar

Include entities with a canceled costs

topics.showEmptyBudgetData ● Boolean scalar

Include when budget data is empty

topics.sort ● [Sort!] list input

Sort result

topics.updatedAt ● DateTimeRange input

Filter by updated at

Type

TopicConnection object

The connection type for Topic.