Luca Steeb

Results 155 comments of Luca Steeb

Can you elaborate what you are using this function for? Like why do you want to get raw json data instead of a type like User? Also, can you elaborate...

Can you be more specific? Can't you just use an additional `OrderBy` in your query?

Thanks for the detailed report, especiall the gql diff, and thanks for your patience, looking into it

This _is_ upsert – it's really just about minimising code if you want to update and create/update all fields in both cases.

this may be invalidated by https://github.com/prisma/prisma-client-go/issues/491

Thanks for the suggestion. We thought about this as well, but we don't want to make the parameter optional because it should be enforced everywhere (or not). I think .ExecBackground...

Can I ask what kind of application you are writing or why you don't care about the context?

So you are writing a REST API server, or are you using one with a REST client? In the case of the server, couldn't you use `r.Context()` as the context...

If the microservices have a any kind of API then you would also use the http's requests context. You could do that even in a CLI, where sending a SIGINT...