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
+1
View File
@@ -8,6 +8,7 @@ input UserQueryInput {
name: String
id: ID
role: Role
names: [String]
}
type AuthMethod {