André Johansson

Results 30 issues of André Johansson

How can I extend the schema manually when using wundergraph? Example from the [juniper book](https://graphql-rust.github.io/juniper/current/schema/schemas_and_mutations.html#the-query-root): ```rust #[juniper::object] impl Root { fn personFromCurrentUser() -> FieldResult { // Look up logged in...

According to #8 and the commit [here](https://github.com/weiznich/wundergraph/commit/73259534c5c14cf669127fba6b7e9e5008d81482) it should be possible to rename the graphql entity using ``#[wundergraph(graphql_name = "MyNewName")]`` however, it does not seem to work for me. I...

Maybe its expected since it´s not written any support, but it could be good to know that it doesnt work in git bash on windows, it fails: ``Unhandled Exception: System.IO.IOException:...

Unfortunately Panda Endpoint Protection considers this as a virus. :-(

Hello, Thank you for your article and this code. I'm having a bit of a trouble getting it to work though. I'm using SvelteKit with the cloudflare adapter and I...

**Describe the bug** Was trying the windows build but it got blocked by windows defender. Could be worth to know. **To Reproduce** Download, extract, try to use. **Expected behavior** No...

bug

Do you have an example of using this with basic auth? Without basicauth I get this to work, but if I add the following I get 500 internal server error....

First: Thank you for this tool! Similar to #9 if you convert an excel document and a cell contains commas or the quote character. They should be escaped according to...

We have a cross platform build job for our rust app, it builds on the following targets but fails on windows and linux after I started to use the magika...

Is there any way I can use the autocomplete functionality on things that isn´t strings? Eg. I want to hit an api that returns objects with ids + names. When...