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