Skip to main content

ContentGenerationExample

No description

type ContentGenerationExample implements Node {
id: ID!
organization: Organization!
cmsHub: CMSHub!
briefTemplate: ContentGenerationBriefTemplate!
brandVoice: ContentGenerationBrandVoice!
label: String!
createdDate: DateTime!
briefInputs: String!
folder: ContentGenerationExampleFolder
output: String!
}

Fields
Link copied!

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

ContentGenerationExample.organization ● Organization! non-null object
Link copied!

ContentGenerationExample.cmsHub ● CMSHub! non-null object
Link copied!

ContentGenerationExample.briefTemplate ● ContentGenerationBriefTemplate! non-null object
Link copied!

ContentGenerationExample.brandVoice ● ContentGenerationBrandVoice! non-null object
Link copied!

ContentGenerationExample.label ● String! non-null scalar
Link copied!

ContentGenerationExample.createdDate ● DateTime! non-null scalar
Link copied!

ContentGenerationExample.briefInputs ● String! non-null scalar
Link copied!

ContentGenerationExample.folder ● ContentGenerationExampleFolder object
Link copied!

ContentGenerationExample.output ● String! non-null scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

contentGenerationExample query ● createContentGenerationExample mutation ● updateContentGenerationExample mutation

Member of
Link copied!

ContentGenerationExampleEdge object