stats_for_programme {
approved_count
realized_count
completed_count
rank
}query OfficeStats {
officeStats(tag: "LC", programme_id: 7, direction: "incoming") {
rank
office {
name
}
approved_count
realized_count
completed_count
}
}