move everything into snapshot-based testing; update it a bit
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
query ListInputQuery($names: [String]) {
|
||||
user(query: {names: $names}) {
|
||||
id
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user