Bastien PELLETIER

Results 6 comments of Bastien PELLETIER

it's **OK for Fields** but i don't find for Queries and Types documentation. Thks @Oleg-Anatolievich !

For **Types**, add function getDescription() to your AbstractObjectType Example : ``` public function getDescription() { return 'Description of my Type'; } ```

The same for **Queries**, add function getDescription to your AbstractContainerAwareField Example : `public function getDescription() { return "Get data from ..."; }`

If this can help you, in my services.yml **I create new em** `em_other: class: Doctrine\ORM\EntityManager factory: ['@doctrine', 'getManager'] arguments: ["other"]` **and new resolver base** `resolver.other: class: AppBundle\Resolver\AbstractResolver abstract: true calls:...

Hi, same for me on Linux Mint 21.2

My terminal returns this error message when i click on "Toggle Lyrebird" ```log > lyrebird [info] Starting Lyrebird v1.2.0 [info] Audio server: None Échec : Échec lors de l’initialisation du...