Skip to main content

UpdateContentGenerationAudienceInput

No description

input UpdateContentGenerationAudienceInput {
id: ID!
label: String!
ageRangeMin: Int!
ageRangeMax: Int!
gender: String!
}

Fields
Link copied!

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

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

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

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

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

Member of
Link copied!

updateContentGenerationAudience mutation