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
Added #[AsDoctrineReference] which can be used on FindBy, FindOneBy or FindComplex to pass appropriate metadata which will later force (in FindBy / FindOneBy) entities to be loaded through ids only as Doctrine references.
Fix displaying array of objects in api docs (#11)
* Fix displaying array of objects in api docs
* Add comments
---------
Co-authored-by: Bartosz Urbaniak <[email protected]>