diff --git a/graphql/helloWorld.gql b/graphql/helloWorld.gql new file mode 100644 index 000000000..48e690573 --- /dev/null +++ b/graphql/helloWorld.gql @@ -0,0 +1,3 @@ +query helloWorld ($hello: String) { + helloWorld(hello: $hello) +}