juniper
juniper copied to clipboard
GraphQL server library for Rust
I think this is a bug but I'm not sure... I've spent several days reading code and trying in vain to achieve this so I'd like a second opinion. Queries...
Hi, I want to translate the documentation for `juniper` into Ukrainian, maybe later also into Russian. What's the best way to do this?
**Is your feature request related to a problem? Please describe.** This one is very simple. Basically, currently, Juniper prints schemas like so (real [copy-pasted example](https://github.com/adeira/universe/blob/77ae651f38a294888105257a40a37a08cb410fcf/src/abacus/schema.graphql#L226-L241)): ```graphql """ This type should...
Hello, I've updated a server I had running, with more recent versions of juniper and juniper_warp. I ran into an error, which I have been able to reproduce in the...
**Is your feature request related to a problem? Please describe.** I’d like to be able to get performance feedback from my queries in case I want to identify which resolver...
This is a stab at #713. Considerations: - following the [tracing guidelines](https://github.com/tokio-rs/tracing#in-libraries) we should add a dependency only on `tracing`, - because we want to have this behind a feature...
Hello! I noticed the following strange formatting (pay attention to the `unitAmountCurrency` field how it sits behind the comment): ```graphql input ProductPriceInput { """ The unit amount in centavo to...
I would like to be able to use a `serde_json::Value` as an Input or Output value in the graph. This can work fine for output values, but doesn't work for...
Hello -- I need to add Google Analytics to a backend written in Juniper. Could anybody advise me on the best way to do this? I notice `async-graphql` has an...
**Is your feature request related to a problem? Please describe.** I'd like to issue 1 request and get back important data, but then have the less important data sent later,...