Add fuzz testing to qcode

This commit is contained in:
Vikram Rangnekar
2019-04-18 21:08:14 -04:00
parent bdf76fcd5e
commit 7f8ab26218
10 changed files with 143 additions and 0 deletions

6
corpus/7 Normal file
View File

@ -0,0 +1,6 @@
query {
products(search: "Imperial") {
id
name
}
}