Skip to main content

ContentGenerationJob

No description

type ContentGenerationJob implements Node {
id: ID!
status: ContentGenerationJobStatus!
author: ContentGenerationJobAuthor!
briefContent: ContentGenerationJobBriefContent!
content: String
createdDate: DateTime!
expiryDate: DateTime!
}

Fields
Link copied!

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

ContentGenerationJob.status ● ContentGenerationJobStatus! non-null object
Link copied!

ContentGenerationJob.author ● ContentGenerationJobAuthor! non-null object
Link copied!

ContentGenerationJob.briefContent ● ContentGenerationJobBriefContent! non-null object
Link copied!

ContentGenerationJob.content ● String scalar
Link copied!

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

ContentGenerationJob.expiryDate ● DateTime! non-null scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

contentGenerationJob query ● submitContentGenerationJob mutation