OBJECT

SchoolsByCountry

link GraphQL Schema definition

  • type SchoolsByCountry {
  • countryId: Int
  • countryName: String
  • schools: [School]!
  • }