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