feat: add pagination argument to optimize graphql relationships and use in local api (#482)
This commit is contained in:
@@ -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.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user