miscellaneous test coverage
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user