Alex Hampu

Results 8 comments of Alex Hampu

I had the same issue, and I found out what was causing it by running the Steam version, without any modifications and it had the same problem. I have a...

Until this is merged, you could send the image version through environment variables: `DRONE_DIGITALOCEAN_IMAGE=docker-20-04`

I am aware of the following issues: - https://github.com/overblog/GraphQLBundle/issues/501 (if I enable public, it still doesn't work) - https://github.com/overblog/GraphQLBundle/issues/1080 (I already have a provider with mutation, tried with a query...

Hello @Vincz, Thank you for taking your time to help. Even if I add Provider and Query attributes to the `GetTenantQuery` class, it still throws the error that I don't...

It looks like the providers are not discovered, even though I can see them as services in `php bin/console debug:container` as well as `bin/console graphql:debug` when I extend the `QueryInterface`...

Hello @Vincz , this issue still happens and I have found no fix for it. I have also tried it on a fresh project.

First, let me thank you @Vincz for coming back to try to help me. I have tried with the following setup: **config/services.yaml** ```yaml # This file is the entry point...

Finally it's working, thank you @Vincz. I followed the docs and either I missed this information, or it wasn't here. Thank you very much for your time!