introduce no limit

This commit is contained in:
Wyatt Johnson
2018-02-07 13:29:59 -07:00
parent 2407cb9594
commit 74a2ed4a41
3 changed files with 55 additions and 44 deletions
+7 -1
View File
@@ -486,4 +486,10 @@ Used to set the key for use with
[Apollo Engine](https://www.apollographql.com/engine/){:target="_blank"} for
tracing of GraphQL requests.
**Note: Apollo Engine is a premium service, charges may apply.**
**Note: Apollo Engine is a premium service, charges may apply.**
## ALLOW_NO_LIMIT_QUERIES
Setting this to `TRUE` will allow queries to execute without a limit (returns
all documents). This introduces a significant performance regression, and should
be used with caution. (Default `FALSE`)