topics
Find topics
topics(
filters: [InputFilter!]
showCanceledCosts: Boolean = true
showEmptyBudgetData: Boolean = true
createdAt: DateTimeRange
updatedAt: DateTimeRange
applyDivisions: Boolean = false
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
includeSecondary: Boolean = false
hideEmpty: [StorylineEmptyScope!] = []
applyAccessRights: Boolean = true
categoryId: Int
customerId: Int
parameterOptionIds: [ID!]
personaId: Int
after: String
before: String
first: Int
last: Int
): TopicConnection
Arguments
topics.filters ● [InputFilter!] list input
Filter entities by provided filters
topics.showCanceledCosts ● Boolean scalar
Include entities with a canceled costs
topics.showEmptyBudgetData ● Boolean scalar
Include when budget data is empty
topics.createdAt ● DateTimeRange input
Filter by created at
topics.updatedAt ● DateTimeRange input
Filter by updated at
topics.applyDivisions ● Boolean scalar
Narrow results to the current user's division scope
topics.sort ● [Sort!] list input
Sort result
topics.includeSecondary ● Boolean scalar
Also return objects that are secondary (supporting) to the given single parent (categoryId / storyId / topicId). Additive: primary objects are always returned. Ignored when no single parent argument is provided.
topics.hideEmpty ● [StorylineEmptyScope!] list enum
Hide rows of the listed levels that are older than one day and have no child visible under the active filters
topics.applyAccessRights ● Boolean scalar
Provide access
topics.categoryId ● Int scalar
Filter by a single category. Combine with includeSecondary to also return topics that are secondary (supporting) to this category.
topics.customerId ● Int scalar
Filter by customerId
topics.parameterOptionIds ● [ID!] list scalar
Filter by parameter option IDs
topics.personaId ● Int scalar
Filter by personaId
topics.after ● String scalar
Returns the elements in the list that come after the specified cursor.
topics.before ● String scalar
Returns the elements in the list that come before the specified cursor.
topics.first ● Int scalar
Returns the first _n_ elements from the list.
topics.last ● Int scalar
Returns the last _n_ elements from the list.
Type
TopicConnection object
The connection type for Topic.