miscellaneous test coverage

This commit is contained in:
Ben Kraft
2021-04-02 16:34:15 -07:00
parent 4669ea00d0
commit 0432f3f434
6 changed files with 83 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
# SimpleMutation creates a user.
#
# It has a long doc-comment, to test that we handle that correctly.
# What a long comment indeed.
mutation SimpleMutation($name: String!) {
createUser(name: $name) {
id
name
}
}