summaryrefslogtreecommitdiff
path: root/tests/examplefiles/graphql/ex04_arguments2.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/graphql/ex04_arguments2.graphql')
-rw-r--r--tests/examplefiles/graphql/ex04_arguments2.graphql6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/examplefiles/graphql/ex04_arguments2.graphql b/tests/examplefiles/graphql/ex04_arguments2.graphql
new file mode 100644
index 00000000..f406f637
--- /dev/null
+++ b/tests/examplefiles/graphql/ex04_arguments2.graphql
@@ -0,0 +1,6 @@
+{
+ human(id: "1000") {
+ name
+ height(unit: FOOT)
+ }
+}