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
The problem with current implementation is that ApiPlatform and Doctrine share everything, which could be a problem if we don't want to expose some properties to Api.
In complexe legacy app it cuols be hard to use ApiPlatform with the current implementation. So the separation of concern is, once again, a good thing !
Now the problem is how to implement this ???
The text was updated successfully, but these errors were encountered:
Here is the documentation about this:
The problem with current implementation is that ApiPlatform and Doctrine share everything, which could be a problem if we don't want to expose some properties to Api.
In complexe legacy app it cuols be hard to use ApiPlatform with the current implementation. So the separation of concern is, once again, a good thing !
Now the problem is how to implement this ???
The text was updated successfully, but these errors were encountered: