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
- Boolean): [ONIXCode!]! ( :
- # A free text description of the intended audience, to augment the ONIX audience
- # codes
- String :
- # Intended interest age range for the work, in years
- AgeRange :
- # Intended North American school/college grade range for the work
- NorthAmericanSchoolGradeRange :
- # A code from [ONIX code list 28](https://ns.editeur.org/onix/en/28),
- #
- # ONIX audience type
- ONIXCode!]! : [
- # Intended reading age range for the work, in years
- AgeRange :
- }