Jakub Novák

Results 4 comments of Jakub Novák

It looks like this [issue](https://stackoverflow.com/questions/67642620/docker-credential-desktop-not-installed-or-not-available-in-path/68202428). Can you try open docker config in `~/.docker/config.json` and remove `credsStore` property and restart docker engine

I think you need to restart the docker service (probably `systemctl restart docker`) or restarting the computer should suffice.

Probably only python by the message, but needs to be checked

If I'm not mistaken, ariadne is schema first. We can then use [this tool](https://github.com/IBM/openapi-to-graphql) to get GQL. That should make it easier to keep everything in sync (and maybe to...