Skip to main content

ContentGenerationSession

No description

type ContentGenerationSession implements Node {
id: ID!
messages: [ContentGenerationSessionMessage]!
organization: Organization!
cmsHub: CMSHub!
briefTemplate: ContentGenerationBriefTemplate!
author: ContentGenerationSessionAuthor!
label: String!
createdDate: DateTime!
}

Fields
Link copied!

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

ContentGenerationSession.messages ● [ContentGenerationSessionMessage]! non-null object
Link copied!

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

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

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

ContentGenerationSession.author ● ContentGenerationSessionAuthor! non-null object
Link copied!

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

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

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

createContentGenerationSession mutation ● updateContentGenerationSession mutation

Member of
Link copied!

ContentGenerationSessionEdge object