Refactor Super Graph into a library #26

This commit is contained in:
Vikram Rangnekar
2020-04-10 02:27:43 -04:00
parent e102da839e
commit 7831d27345
200 changed files with 3590 additions and 4447 deletions

6
core/corpus/6 Normal file
View File

@ -0,0 +1,6 @@
query {
product(id: 15) {
id
name
}
}