You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
The backend for this should be fairly straightforward (the $lookup aggregation operator already returns an array), the frontend is more involved as we need to essentially manage arrays in the forms for the first time.
The type should then be inferred just as it currently is for reference fields, but as an array. The include property should need no changes.
An appropriate example for this feature would be adding a comment section to our blog example, which would also highlight server actions and collection-level access control.
The text was updated successfully, but these errors were encountered:
The backend for this should be fairly straightforward (the
$lookup
aggregation operator already returns an array), the frontend is more involved as we need to essentially manage arrays in the forms for the first time.The API would look something like:
The type should then be inferred just as it currently is for reference fields, but as an array. The
include
property should need no changes.An appropriate example for this feature would be adding a comment section to our blog example, which would also highlight server actions and collection-level access control.
The text was updated successfully, but these errors were encountered: