move everything into snapshot-based testing; update it a bit

This commit is contained in:
Ben Kraft
2020-07-16 13:42:58 -07:00
parent cf7136ca65
commit 036d39622d
10 changed files with 176 additions and 199 deletions
+5
View File
@@ -0,0 +1,5 @@
query SimpleInputQuery($name: String!) {
user(query: {name: $name}) {
id
}
}