Skip to main content

ContentType

Content Type

type ContentType {
accountId: Int!
archived: Boolean!
articleTab: [String!]!
color: String
createdAt: ISO8601DateTime!
customSignalTemplates(
after: String
before: String
first: Int
last: Int
): CustomSignalTemplateConnection
description: String
hasExpiry: Boolean!
icon: String
id: Int
isBlogOther: Boolean!
isBlogpost: Boolean!
isContentMaster: Boolean!
isFacebook: Boolean!
isGoogle: Boolean!
isInstagram: Boolean!
isLinkedin: Boolean!
isOtherSocial: Boolean!
isPage: Boolean!
isPinterest: Boolean!
isPresspage: Boolean!
isStaffbase: Boolean!
isTwitter: Boolean!
isWhatsapp: Boolean!
isXing: Boolean!
isYoutube: Boolean!
kind: String
multipost: Boolean
name: String!
networks: [String!]!
order: Int!
platforms(after: String, before: String, first: Int, last: Int): PlatformConnection
publishedAtInPlanning: Boolean!
showAboveText: String!
showAnalyticsTab: Boolean!
showLinkShortener: Boolean!
standardPublishingTime: ISO8601DateTime!
updatedAt: ISO8601DateTime!
workflowProfileId: Int
}

Fields

ContentType.accountId ● Int! non-null scalar

Account id

ContentType.archived ● Boolean! non-null scalar

Is archived

ContentType.articleTab ● [String!]! non-null scalar

Article tab

ContentType.color ● String scalar

Color

ContentType.createdAt ● ISO8601DateTime! non-null scalar

Created at

ContentType.customSignalTemplates ● CustomSignalTemplateConnection object

Custom signal templates

ContentType.customSignalTemplates.after ● String scalar

Returns the elements in the list that come after the specified cursor.

ContentType.customSignalTemplates.before ● String scalar

Returns the elements in the list that come before the specified cursor.

ContentType.customSignalTemplates.first ● Int scalar

Returns the first _n_ elements from the list.

ContentType.customSignalTemplates.last ● Int scalar

Returns the last _n_ elements from the list.

ContentType.description ● String scalar

Description

ContentType.hasExpiry ● Boolean! non-null scalar

Has expiry

ContentType.icon ● String scalar

Icon

ContentType.id ● Int scalar

Id

ContentType.isBlogOther ● Boolean! non-null scalar

Is blog other

ContentType.isBlogpost ● Boolean! non-null scalar

Is blogpost

ContentType.isContentMaster ● Boolean! non-null scalar

Is content master

ContentType.isFacebook ● Boolean! non-null scalar

Is facebook

ContentType.isGoogle ● Boolean! non-null scalar

Is google

ContentType.isInstagram ● Boolean! non-null scalar

Is instagram

ContentType.isLinkedin ● Boolean! non-null scalar

Is linkedin

ContentType.isOtherSocial ● Boolean! non-null scalar

Is other social

ContentType.isPage ● Boolean! non-null scalar

Is page

ContentType.isPinterest ● Boolean! non-null scalar

Is pinterest

ContentType.isPresspage ● Boolean! non-null scalar

Is Presspage

ContentType.isStaffbase ● Boolean! non-null scalar

Is staffbase

ContentType.isTwitter ● Boolean! non-null scalar

Is twitter

ContentType.isWhatsapp ● Boolean! non-null scalar

Is whatsapp

ContentType.isXing ● Boolean! non-null scalar

Is xing

ContentType.isYoutube ● Boolean! non-null scalar

Is youtube

ContentType.kind ● String scalar

Kind

ContentType.multipost ● Boolean scalar

Is multipost

ContentType.name ● String! non-null scalar

Name

ContentType.networks ● [String!]! non-null scalar

Networks enabled for this content type

ContentType.order ● Int! non-null scalar

Order

ContentType.platforms ● PlatformConnection object

Platforms

ContentType.platforms.after ● String scalar

Returns the elements in the list that come after the specified cursor.

ContentType.platforms.before ● String scalar

Returns the elements in the list that come before the specified cursor.

ContentType.platforms.first ● Int scalar

Returns the first _n_ elements from the list.

ContentType.platforms.last ● Int scalar

Returns the last _n_ elements from the list.

ContentType.publishedAtInPlanning ● Boolean! non-null scalar

Is published at in planning

ContentType.showAboveText ● String! non-null scalar

Show above text

ContentType.showAnalyticsTab ● Boolean! non-null scalar

Show analytics tab

Show link shortener

ContentType.standardPublishingTime ● ISO8601DateTime! non-null scalar

Standard publishing time

ContentType.updatedAt ● ISO8601DateTime! non-null scalar

Updated at

ContentType.workflowProfileId ● Int scalar

Workflow profile id

Returned By

contentType query

Member Of

Article object ● ContentTypeConnection object ● ContentTypeEdge object ● CreateContentTypePayload object ● DeleteContentTypePayload object ● UpdateContentTypePayload object