ContentTypeUpdateInput
Content type update input
input ContentTypeUpdateInput {
archived: Boolean
isContentMaster: Boolean
hasExpiry: Boolean
showAnalyticsTab: Boolean
showLinkShortener: Boolean
updateArticlesContentType: Boolean
updateArticlesWithDefaultStory: Boolean
isFacebook: Boolean
isTwitter: Boolean
isLinkedin: Boolean
isYoutube: Boolean
isTiktok: Boolean
isThreads: Boolean
isPinterest: Boolean
isInstagram: Boolean
isXing: Boolean
isWhatsapp: Boolean
isOtherSocial: Boolean
isBlogpost: Boolean
isPage: Boolean
isBlogOther: Boolean
isPresspage: Boolean
isStaffbase: Boolean
color: String
description: String
icon: String
kind: String
name: String
defaultStoryId: ID
workflowProfileId: ID
customSignalTemplateIds: [ID!]
divisionIds: [ID!]
serviceIds: [ID!]
platformIds: [String!]
standardPublishingTime: ISO8601DateTime
publishedAtInPlanning: ISO8601DateTime
articleTab: [ArticleTab!]
contentTypesCustomFieldsAttributes: [CustomFields!]
contentTypesCustomFieldLocationNamesAttributes: [CustomFieldLocationNames!]
id: ID!
}
Fields
ContentTypeUpdateInput.archived ● Boolean scalar
Content type archived
ContentTypeUpdateInput.isContentMaster ● Boolean scalar
Content type is_content_master
ContentTypeUpdateInput.hasExpiry ● Boolean scalar
Content type has_expiry
ContentTypeUpdateInput.showAnalyticsTab ● Boolean scalar
Content type show_analytics_tab
ContentTypeUpdateInput.showLinkShortener ● Boolean scalar
Content type show_link_shortener
ContentTypeUpdateInput.updateArticlesContentType ● Boolean scalar
Content type update_articles_content_type
ContentTypeUpdateInput.updateArticlesWithDefaultStory ● Boolean scalar
Content type update_articles_with_default_story
ContentTypeUpdateInput.isFacebook ● Boolean scalar
Content type is_facebook
ContentTypeUpdateInput.isTwitter ● Boolean scalar
Content type is_twitter
ContentTypeUpdateInput.isLinkedin ● Boolean scalar
Content type is_linkedin
ContentTypeUpdateInput.isYoutube ● Boolean scalar
Content type is_youtube
ContentTypeUpdateInput.isTiktok ● Boolean scalar
Content type is_tiktok
ContentTypeUpdateInput.isThreads ● Boolean scalar
Content type is_threads
ContentTypeUpdateInput.isPinterest ● Boolean scalar
Content type is_pinterest
ContentTypeUpdateInput.isInstagram ● Boolean scalar
Content type is_instagram
ContentTypeUpdateInput.isXing ● Boolean scalar
Content type is_xing
ContentTypeUpdateInput.isWhatsapp ● Boolean scalar
Content type is_whatsapp
ContentTypeUpdateInput.isOtherSocial ● Boolean scalar
Content type is_other_social
ContentTypeUpdateInput.isBlogpost ● Boolean scalar
Content type is_blogpost
ContentTypeUpdateInput.isPage ● Boolean scalar
Content type is_page
ContentTypeUpdateInput.isBlogOther ● Boolean scalar
Content type is_blog_other
ContentTypeUpdateInput.isPresspage ● Boolean scalar
Content type is_presspage
ContentTypeUpdateInput.isStaffbase ● Boolean scalar
Content type is_staffbase
ContentTypeUpdateInput.color ● String scalar
Content type color
ContentTypeUpdateInput.description ● String scalar
Content type description
ContentTypeUpdateInput.icon ● String scalar
Content type icon
ContentTypeUpdateInput.kind ● String scalar
Content type kind
ContentTypeUpdateInput.name ● String scalar
Content type name
ContentTypeUpdateInput.defaultStoryId ● ID scalar
Content type default_story_id
ContentTypeUpdateInput.workflowProfileId ● ID scalar
Content type workflow_profile_id
ContentTypeUpdateInput.customSignalTemplateIds ● [ID!] list scalar
Content type custom_signal_template_ids
ContentTypeUpdateInput.divisionIds ● [ID!] list scalar
Content type division_ids
ContentTypeUpdateInput.serviceIds ● [ID!] list scalar
Content type service_ids
ContentTypeUpdateInput.platformIds ● [String!] list scalar
Content type platform_ids
ContentTypeUpdateInput.standardPublishingTime ● ISO8601DateTime scalar
Content type standard_publishing_time
ContentTypeUpdateInput.publishedAtInPlanning ● ISO8601DateTime scalar
Content type published_at_in_planning
ContentTypeUpdateInput.articleTab ● [ArticleTab!] list input
Content type article_tab
ContentTypeUpdateInput.contentTypesCustomFieldsAttributes ● [CustomFields!] list input
Content type content_types_custom_fields_attributes
ContentTypeUpdateInput.contentTypesCustomFieldLocationNamesAttributes ● [CustomFieldLocationNames!] list input
Content type content_types_custom_field_location_names_attributes
ContentTypeUpdateInput.id ● ID! non-null scalar
Content type id
Member Of
UpdateContentTypeInput input