Skip to main content

CMSHub

No description

type CMSHub implements Node {
id: ID!
commerceRepositories: [CommerceRepository]!
contentGenerationBriefTemplates: [ContentGenerationBriefTemplate]!
contentGenerationAudiences(
before: String
after: String
first: Int
last: Int
): ContentGenerationAudienceConnection!
contentGenerationBrandVoices(
before: String
after: String
first: Int
last: Int
): ContentGenerationBrandVoiceConnection!
contentGenerationTones(
before: String
after: String
first: Int
last: Int
): ContentGenerationToneConnection!
contentGenerationModels: [HubContentGenerationModel]!
contentGenerationSessions(
allAuthors: Boolean
before: String
after: String
first: Int
last: Int
): ContentGenerationSessionConnection!
cmsHubId: String
status: CMSHubStatus
label: String
name: String
repositories: [CMSRepository!]!
userPermissions: [CMSHubPermission!]!
}

Fields
Link copied!

CMSHub.id ● ID! non-null scalar
Link copied!

The ID of the object

CMSHub.commerceRepositories ● [CommerceRepository]! non-null interface
Link copied!

CMSHub.contentGenerationBriefTemplates ● [ContentGenerationBriefTemplate]! non-null object
Link copied!

CMSHub.contentGenerationAudiences ● ContentGenerationAudienceConnection! non-null object
Link copied!

CMSHub.contentGenerationAudiences.before ● String scalar
Link copied!
CMSHub.contentGenerationAudiences.after ● String scalar
Link copied!
CMSHub.contentGenerationAudiences.first ● Int scalar
Link copied!
CMSHub.contentGenerationAudiences.last ● Int scalar
Link copied!

CMSHub.contentGenerationBrandVoices ● ContentGenerationBrandVoiceConnection! non-null object
Link copied!

CMSHub.contentGenerationBrandVoices.before ● String scalar
Link copied!
CMSHub.contentGenerationBrandVoices.after ● String scalar
Link copied!
CMSHub.contentGenerationBrandVoices.first ● Int scalar
Link copied!
CMSHub.contentGenerationBrandVoices.last ● Int scalar
Link copied!

CMSHub.contentGenerationTones ● ContentGenerationToneConnection! non-null object
Link copied!

CMSHub.contentGenerationTones.before ● String scalar
Link copied!
CMSHub.contentGenerationTones.after ● String scalar
Link copied!
CMSHub.contentGenerationTones.first ● Int scalar
Link copied!
CMSHub.contentGenerationTones.last ● Int scalar
Link copied!

CMSHub.contentGenerationModels ● [HubContentGenerationModel]! non-null object
Link copied!

CMSHub.contentGenerationSessions ● ContentGenerationSessionConnection! non-null object
Link copied!

CMSHub.contentGenerationSessions.allAuthors ● Boolean scalar
Link copied!
CMSHub.contentGenerationSessions.before ● String scalar
Link copied!
CMSHub.contentGenerationSessions.after ● String scalar
Link copied!
CMSHub.contentGenerationSessions.first ● Int scalar
Link copied!
CMSHub.contentGenerationSessions.last ● Int scalar
Link copied!

CMSHub.cmsHubId ● String scalar
Link copied!

Hub ID

CMSHub.status ● CMSHubStatus enum
Link copied!

Hub status

CMSHub.label ● String scalar
Link copied!

Hub label

CMSHub.name ● String scalar
Link copied!

Hub name

CMSHub.repositories ● [CMSRepository!]! non-null object
Link copied!

CMSHub.userPermissions ● [CMSHubPermission!]! non-null enum
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Member of
Link copied!

BigCommerceCommerceRepository object ● CommerceRepository interface ● CommercetoolsCommerceRepository object ● ContentGenerationSession object ● Organization object ● SalesforceCommerceRepository object ● ShopifyCommerceRepository object