From 1b1c7ca7466e5ea3df055bc20b26a57de476abb7 Mon Sep 17 00:00:00 2001 From: DMehaffy Date: Wed, 14 Oct 2020 08:51:52 -0700 Subject: [PATCH] Add autoPopulate to model docs (#8323) Signed-off-by: Derrick Mehaffy --- docs/v3.x/concepts/models.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/v3.x/concepts/models.md b/docs/v3.x/concepts/models.md index 0e9af98692..5c69640368 100644 --- a/docs/v3.x/concepts/models.md +++ b/docs/v3.x/concepts/models.md @@ -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