hive-router 0.2.0

GraphQL router for Federation, part of the Hive platform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
query someData {
  allPandas {
    name
    favoriteFood
  }
  allProducts {
    id
    name
    createdBy {
      email
      name
    }
  }
}