Merge pull request #169 from rattrayalex/patch-1

Document that __debug must be last field
This commit is contained in:
Syrus Akbary 2016-05-19 01:45:33 -07:00
commit 605e8233b0

View File

@ -49,3 +49,4 @@ You can query it for outputing all the sql transactions that happened in the Gra
}
}
```
Note that the `__debug` field must be the last field in your query.