Andreas Sawatzki

Results 3 issues of Andreas Sawatzki

Hi folks, I'm trying to pass an int value as seconds scalar to my graphql-backend. My mutation looks like ``` updateS( sId: ID = null s: s = null ):...

The database container keeps restarting after a new installation. Even if there is no volume mapped in docker-compose.yml file. I'm using the default docker-compose.yml file from this repo: ``` db:...

Hi, I'm trying to render the badge inline (because it is hidden by the footer), but it does not work. Probably, I'm doing it wrong. Can you give me some...