Skip to main content

stories

Find stories

stories(
after: String
applyAccessRights: Boolean = true
before: String
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" }]
topicId: Int
updatedAt: DateTimeRange
): StoryConnection

Arguments

stories.after ● String scalar

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

stories.applyAccessRights ● Boolean scalar

Provide access

stories.before ● String scalar

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

stories.createdAt ● DateTimeRange input

Filter by created at

stories.customerId ● Int scalar

Filter by customerId

stories.filters ● [InputFilter!] list input

Filter entities by provided filters

stories.first ● Int scalar

Returns the first _n_ elements from the list.

stories.last ● Int scalar

Returns the last _n_ elements from the list.

stories.parameterOptionIds ● [ID!] list scalar

Filter by parameter option IDs

stories.personaId ● Int scalar

Filter by personaId

stories.showCanceledCosts ● Boolean scalar

Include entities with a canceled costs

stories.showEmptyBudgetData ● Boolean scalar

Include when budget data is empty

stories.sort ● [Sort!] list input

Sort result

stories.topicId ● Int scalar

Filter by topicId

stories.updatedAt ● DateTimeRange input

Filter by updated at

Type

StoryConnection object

The connection type for Story.