Skip to main content

ArticleUpdateInput

Attributes for article update

input ArticleUpdateInput {
archived: Boolean
contentTypeId: ID
deadline: WorkflowDue
deferred: Boolean
id: ID!
name: String
statusId: ID
storyId: ID
}

Fields

ArticleUpdateInput.archived ● Boolean scalar

Archive the article

ArticleUpdateInput.contentTypeId ● ID scalar

Content type id

ArticleUpdateInput.deadline ● WorkflowDue scalar

Article deadline

ArticleUpdateInput.deferred ● Boolean scalar

Defer the article

ArticleUpdateInput.id ● ID! non-null scalar

Article id

ArticleUpdateInput.name ● String scalar

Article name

ArticleUpdateInput.statusId ● ID scalar

Status id

ArticleUpdateInput.storyId ● ID scalar

Story id

Member Of

UpdateArticleInput input