-
- Notifications
You must be signed in to change notification settings - Fork 941
Open
Labels
Description
Example
use ApiPlatform\Metadata\QueryParameter; class Foo { #[QueryParameter(key: 'q', property: 'hydra:freetextQuery', required: true)] public $q; }See also #6244.
DavidBadura