summaryrefslogtreecommitdiff
path: root/tests/examplefiles/graphql/ex03_arguments1.graphql
blob: e46bcbe2a4453d97c3351f76730159ae17943478 (plain)
1
2
3
4
5
6
{
  human(id: "1000") {
    name
    height
  }
}