feat: add pagination argument to optimize graphql relationships and use in local api (#482)

This commit is contained in:
Dan Ribbens
2022-03-16 14:58:41 -04:00
committed by GitHub
parent ad98b29398
commit 647db5122e
5 changed files with 76 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ You can specify more options within the Local API vs. REST or GraphQL due to the
| `overrideAccess` | Skip access control. By default, this property is set to false. |
| `user` | If you re-enable access control, you can specify a user to use against the access control checks. |
| `showHiddenFields` | Opt-in to receiving hidden fields. By default, they are hidden from returned documents in accordance to your config. |
| `pagination` | Set to false to return all documents and avoid querying for document counts. |
*There are more options available on an operation by operation basis outlined below.*