mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 20:33:03 +00:00
Add autoPopulate to model docs (#8323)
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
parent
1983d50aca
commit
1b1c7ca746
@ -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).
|
- `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.
|
- `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
|
### Exceptions
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user