Skip to main content

ContentTypeCreateInput

ContentType create input

input ContentTypeCreateInput {
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!]
}

Fields

ContentTypeCreateInput.archived ● Boolean scalar

Content type archived

ContentTypeCreateInput.isContentMaster ● Boolean scalar

Content type is_content_master

ContentTypeCreateInput.hasExpiry ● Boolean scalar

Content type has_expiry

ContentTypeCreateInput.showAnalyticsTab ● Boolean scalar

Content type show_analytics_tab

Content type show_link_shortener

ContentTypeCreateInput.updateArticlesContentType ● Boolean scalar

Content type update_articles_content_type

ContentTypeCreateInput.updateArticlesWithDefaultStory ● Boolean scalar

Content type update_articles_with_default_story

ContentTypeCreateInput.isFacebook ● Boolean scalar

Content type is_facebook

ContentTypeCreateInput.isTwitter ● Boolean scalar

Content type is_twitter

ContentTypeCreateInput.isLinkedin ● Boolean scalar

Content type is_linkedin

ContentTypeCreateInput.isYoutube ● Boolean scalar

Content type is_youtube

ContentTypeCreateInput.isTiktok ● Boolean scalar

Content type is_tiktok

ContentTypeCreateInput.isThreads ● Boolean scalar

Content type is_threads

ContentTypeCreateInput.isPinterest ● Boolean scalar

Content type is_pinterest

ContentTypeCreateInput.isInstagram ● Boolean scalar

Content type is_instagram

ContentTypeCreateInput.isXing ● Boolean scalar

Content type is_xing

ContentTypeCreateInput.isWhatsapp ● Boolean scalar

Content type is_whatsapp

ContentTypeCreateInput.isOtherSocial ● Boolean scalar

Content type is_other_social

ContentTypeCreateInput.isBlogpost ● Boolean scalar

Content type is_blogpost

ContentTypeCreateInput.isPage ● Boolean scalar

Content type is_page

ContentTypeCreateInput.isBlogOther ● Boolean scalar

Content type is_blog_other

ContentTypeCreateInput.isPresspage ● Boolean scalar

Content type is_presspage

ContentTypeCreateInput.isStaffbase ● Boolean scalar

Content type is_staffbase

ContentTypeCreateInput.color ● String scalar

Content type color

ContentTypeCreateInput.description ● String scalar

Content type description

ContentTypeCreateInput.icon ● String scalar

Content type icon

ContentTypeCreateInput.kind ● String scalar

Content type kind

ContentTypeCreateInput.name ● String scalar

Content type name

ContentTypeCreateInput.defaultStoryId ● ID scalar

Content type default_story_id

ContentTypeCreateInput.workflowProfileId ● ID scalar

Content type workflow_profile_id

ContentTypeCreateInput.customSignalTemplateIds ● [ID!] list scalar

Content type custom_signal_template_ids

ContentTypeCreateInput.divisionIds ● [ID!] list scalar

Content type division_ids

ContentTypeCreateInput.serviceIds ● [ID!] list scalar

Content type service_ids

ContentTypeCreateInput.platformIds ● [String!] list scalar

Content type platform_ids

ContentTypeCreateInput.standardPublishingTime ● ISO8601DateTime scalar

Content type standard_publishing_time

ContentTypeCreateInput.publishedAtInPlanning ● ISO8601DateTime scalar

Content type published_at_in_planning

ContentTypeCreateInput.articleTab ● [ArticleTab!] list input

Content type article_tab

ContentTypeCreateInput.contentTypesCustomFieldsAttributes ● [CustomFields!] list input

Content type content_types_custom_fields_attributes

ContentTypeCreateInput.contentTypesCustomFieldLocationNamesAttributes ● [CustomFieldLocationNames!] list input

Content type content_types_custom_field_location_names_attributes

Member Of

CreateContentTypeInput input