diff options
Diffstat (limited to 'src/graphql/hello/schema.graphql')
| -rw-r--r-- | src/graphql/hello/schema.graphql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphql/hello/schema.graphql b/src/graphql/hello/schema.graphql new file mode 100644 index 00000000..d3dba234 --- /dev/null +++ b/src/graphql/hello/schema.graphql @@ -0,0 +1,3 @@ +type Query { + hello: String! +} |