Skip to main content

ContentGenerationModel

No description

type ContentGenerationModel implements Node {
id: ID!
label: String!
description: String!
}

Fields
Link copied!

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

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

ContentGenerationModel.description ● String! non-null scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Member of
Link copied!

HubContentGenerationModel object