Skip to main content

ContentGenerationExampleFolder

No description

type ContentGenerationExampleFolder implements Node {
id: ID!
label: String!
createdDate: String
brandVoice: ContentGenerationBrandVoice!
briefTemplate: ContentGenerationBriefTemplate!
parent: ContentGenerationExampleFolder
subFolders(
before: String
after: String
first: Int
last: Int
): ContentGenerationExampleFolderConnection!
examples(
before: String
after: String
first: Int
last: Int
): ContentGenerationExampleConnection!
}

Fields
Link copied!

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

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

ContentGenerationExampleFolder.createdDate ● String scalar
Link copied!

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

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

ContentGenerationExampleFolder.parent ● ContentGenerationExampleFolder object
Link copied!

ContentGenerationExampleFolder.subFolders ● ContentGenerationExampleFolderConnection! non-null object
Link copied!

ContentGenerationExampleFolder.subFolders.before ● String scalar
Link copied!
ContentGenerationExampleFolder.subFolders.after ● String scalar
Link copied!
ContentGenerationExampleFolder.subFolders.first ● Int scalar
Link copied!
ContentGenerationExampleFolder.subFolders.last ● Int scalar
Link copied!

ContentGenerationExampleFolder.examples ● ContentGenerationExampleConnection! non-null object
Link copied!

ContentGenerationExampleFolder.examples.before ● String scalar
Link copied!
ContentGenerationExampleFolder.examples.after ● String scalar
Link copied!
ContentGenerationExampleFolder.examples.first ● Int scalar
Link copied!
ContentGenerationExampleFolder.examples.last ● Int scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

contentGenerationExampleFolder query ● createContentGenerationExampleFolder mutation ● updateContentGenerationExampleFolder mutation

Member of
Link copied!

ContentGenerationExample object ● ContentGenerationExampleFolder object ● ContentGenerationExampleFolderEdge object