Farid Movsumov

Results 4 issues of Farid Movsumov

Hello, I am trying to build a query for the following mutation, already spent hours but something is wrong. This is my code Really appreciate it if someone can help.

I get the following error Fatal error: Uncaught Symfony\Component\Config\Definition\Exception\InvalidConfigurationException: Unrecognized option "enable_wordpress_listener" under "ekino_wordpress" in ******/symfony/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php on line 314 Symfony Version 2.8 I solved this problem by removing "enable_wordpress_listener" form...

Can I extend model classes?

I found an edge case where an error happens if we have a parameter without a value in the query string. ![Image](https://github.com/user-attachments/assets/ecb9e067-6c92-49fd-a7ff-6a4c19b4a6da) ![Image](https://github.com/user-attachments/assets/cdfc7153-1d43-42e0-bf68-58e23a75366f) And when I debug it, I noticed...