Skip to main content

articles

Find articles

articles(
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
contentTypeIds: [ID!]
deadline: DateTimeRange
ids: [ID!]
isPublished: Boolean
parameterOptionIds: [ID!]
portfolioIds: [ID!]
serviceIds: [ID!]
socialBlueprintIds: [ID!]
storyId: Int
storyIds: [Int!]
after: String
before: String
first: Int
last: Int
): ArticleConnection

Arguments

articles.filters ● [InputFilter!] list input

Filter entities by provided filters

articles.showCanceledCosts ● Boolean scalar

Include entities with a canceled costs

articles.showEmptyBudgetData ● Boolean scalar

Include when budget data is empty

articles.createdAt ● DateTimeRange input

Filter by created at

articles.updatedAt ● DateTimeRange input

Filter by updated at

articles.applyDivisions ● Boolean scalar

Narrow results to the current user's division scope

articles.sort ● [Sort!] list input

Sort result

articles.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.

articles.contentTypeIds ● [ID!] list scalar

Filter by content type ids

articles.deadline ● DateTimeRange input

Filter by deadline

articles.ids ● [ID!] list scalar

Filter by article ids

articles.isPublished ● Boolean scalar

Filter by published

articles.parameterOptionIds ● [ID!] list scalar

Filter by parameter option IDs

articles.portfolioIds ● [ID!] list scalar

Filter by portfolio ids

articles.serviceIds ● [ID!] list scalar

Filter by connected social service (channel) IDs

articles.socialBlueprintIds ● [ID!] list scalar

Filter by social blueprint IDs

articles.storyId ● Int scalar

Filter by a single story. Combine with includeSecondary to also return articles that are secondary (supporting) to this story.

articles.storyIds ● [Int!] list scalar

Filter by multiple stories. Does not support includeSecondary.

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.first ● Int scalar

Returns the first _n_ elements from the list.

articles.last ● Int scalar

Returns the last _n_ elements from the list.

Type

ArticleConnection object

The connection type for Article.