Document that __debug must be last field

This commit is contained in:
Alex Rattray 2016-05-18 23:08:38 -07:00
parent 3d66159826
commit 3a69146d8a

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.