Add autoPopulate to model docs (#8323)

Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
DMehaffy 2020-10-14 08:51:52 -07:00 committed by GitHub
parent 1983d50aca
commit 1b1c7ca746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,6 +218,7 @@ To improve the Developer Experience when developing or using the administration
- `private` (boolean) — If true, the attribute will be removed from the server response. (This is useful to hide sensitive data).
- `configurable` (boolean) - If false, the attribute isn't configurable from the Content Type Builder plugin.
- `autoPopulate` (boolean) - If false, the related data will not populate within REST responses. (This will not stop querying the relational data on GraphQL)
### Exceptions