summaryrefslogtreecommitdiff
path: root/tests/examplefiles/graphql/ex01_field1.graphql
blob: d4aef93a1a957b1c600372734741c421871db070 (plain)
1
2
3
4
5
{
  hero {
    name
  }
}