OBJECT

WorkAudience

An optional group of data elements which together describe an audience to which the work is directed

link GraphQL Schema definition

  • type WorkAudience {
  • # A code from [ONIX code list 203](https://ns.editeur.org/onix/en/203),
  • #
  • # ONIX adult audience rating
  • #
  • # Arguments
  • # applicableOnly: Whether to return only the applicable content
  • # warnings
  • contentWarnings(applicableOnly: Boolean): [ONIXCode!]!
  • # A free text description of the intended audience, to augment the ONIX audience
  • # codes
  • description: String
  • # Intended interest age range for the work, in years
  • interestAge: AgeRange
  • # Intended North American school/college grade range for the work
  • northAmericanSchoolGrades: NorthAmericanSchoolGradeRange
  • # A code from [ONIX code list 28](https://ns.editeur.org/onix/en/28),
  • #
  • # ONIX audience type
  • onixAudiences: [ONIXCode!]!
  • # Intended reading age range for the work, in years
  • readingAge: AgeRange
  • }