stories
Find stories
stories(
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
customerId: Int
parameterOptionIds: [ID!]
personaId: Int
topicId: Int
after: String
before: String
first: Int
last: Int
): StoryConnection
Arguments
stories.filters ● [InputFilter!] list input
Filter entities by provided filters
stories.showCanceledCosts ● Boolean scalar
Include entities with a canceled costs
stories.showEmptyBudgetData ● Boolean scalar
Include when budget data is empty
stories.createdAt ● DateTimeRange input
Filter by created at
stories.updatedAt ● DateTimeRange input
Filter by updated at
stories.applyDivisions ● Boolean scalar
Narrow results to the current user's division scope
stories.sort ● [Sort!] list input
Sort result
stories.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.
stories.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
stories.applyAccessRights ● Boolean scalar
Provide access
stories.customerId ● Int scalar
Filter by customerId
stories.parameterOptionIds ● [ID!] list scalar
Filter by parameter option IDs
stories.personaId ● Int scalar
Filter by personaId
stories.topicId ● Int scalar
Filter by a single topic. Combine with includeSecondary to also return stories that are secondary (supporting) to this topic.
stories.after ● String scalar
Returns the elements in the list that come after the specified cursor.
stories.before ● String scalar
Returns the elements in the list that come before the specified cursor.
stories.first ● Int scalar
Returns the first _n_ elements from the list.
stories.last ● Int scalar
Returns the last _n_ elements from the list.
Type
StoryConnection object
The connection type for Story.