wire up example by way of testing

This commit is contained in:
Ben Kraft
2019-12-24 16:05:10 -05:00
parent 9a157470b3
commit 9d4b5559f4
5 changed files with 41 additions and 6 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# GetViewer gets the current user's name.
query GetViewer {
# getViewer gets the current user's name.
query getViewer {
Viewer: viewer {
Name: name
}