articles
Find articles
articles(
after: String
before: String
contentTypeIds: [ID!]
createdAt: DateTimeRange
deadline: DateTimeRange
filters: [InputFilter!]
first: Int
ids: [ID!]
isPublished: Boolean
last: Int
parameterOptionIds: [ID!]
portfolioIds: [ID!]
showCanceledCosts: Boolean = true
showEmptyBudgetData: Boolean = true
socialBlueprintIds: [ID!]
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
storyId: Int
updatedAt: DateTimeRange
): ArticleConnection
Arguments
articles.after ● String scalar
Returns the elements in the list that come after the specified cursor.
articles.before ● String scalar
Returns the elements in the list that come before the specified cursor.
articles.contentTypeIds ● [ID!] list scalar
Filter by content type ids
articles.createdAt ● DateTimeRange input
Filter by created at
articles.deadline ● DateTimeRange input
Filter by deadline
articles.filters ● [InputFilter!] list input
Filter entities by provided filters
articles.first ● Int scalar
Returns the first _n_ elements from the list.
articles.ids ● [ID!] list scalar
Filter by article ids
articles.isPublished ● Boolean scalar
Filter by published
articles.last ● Int scalar
Returns the last _n_ elements from the list.
articles.parameterOptionIds ● [ID!] list scalar
Filter by parameter option IDs
articles.portfolioIds ● [ID!] list scalar
Filter by portfolio ids
articles.showCanceledCosts ● Boolean scalar
Include entities with a canceled costs
articles.showEmptyBudgetData ● Boolean scalar
Include when budget data is empty
articles.socialBlueprintIds ● [ID!] list scalar
Filter by social blueprint IDs
articles.sort ● [Sort!] list input
Sort result
articles.storyId ● Int scalar
Filter by storyId
articles.updatedAt ● DateTimeRange input
Filter by updated at
Type
ArticleConnection object
The connection type for Article.