{ movies(where: { title: "The Matrix" }) { title actorsAggregate { node { born { average } } } } }