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