Skip to main content

ContentGenerationAudience

No description

type ContentGenerationAudience implements Node {
id: ID!
label: String!
ageRangeMin: Int!
ageRangeMax: Int!
gender: String!
}

Fields
Link copied!

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

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

ContentGenerationAudience.ageRangeMin ● Int! non-null scalar
Link copied!

ContentGenerationAudience.ageRangeMax ● Int! non-null scalar
Link copied!

ContentGenerationAudience.gender ● String! non-null scalar
Link copied!

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

createContentGenerationAudience mutation ● updateContentGenerationAudience mutation

Member of
Link copied!

ContentGenerationAudienceEdge object