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
+4
View File
@@ -61,3 +61,7 @@ type Query {
root: Topic!
randomLeaf: LeafContent!
}
type Mutation {
createUser(name: String!, email: String): User
}