OBJECT
type AgeGroup implements Node {id: ID! name: String createdAt: Time! updatedAt: Time! illustrations: [Illustration!] }