juniper
juniper copied to clipboard
GraphQL server library for Rust
Hi all, can anyone help get my head around the FromRequest trait. As I understand, we can use it to share data with the resolvers. I'm trying to inject the...
Hello folks, I would like to start a discussion about a general overview about how to connect GraphQL to SQL. I'm not looking for specific code for specific products (such...
I don't know if it is too early to implement federation specification in juniper but please can you add it to your road map. Basically it is a way to...
**Is your feature request related to a problem? Please describe.** I would like to use Juniper but unfortunately, it's critical for my use case to be able to assign functions...
I'm working in an embedded platform with low processing power and the need for very efficient data transfer, hence I have been using CBOR as the response serialization instead of...
**Is your feature request related to a problem? Please describe.** I would like to avoid serving introspection in production builds of some services. I have a build pipeline that publishes...
I want to use Juniper together with SQLite, and there's only one connection to the database at a time. If I set the Context struct as such: ``` pub struct...
Because these can bring in many dependencies they increase build times. We should have all integrations off by default so builds are fast by default.
This is not bug. But it would be great if things can be improved on right side of project. It is still showing old release from 2017. While are we...