juniper icon indicating copy to clipboard operation
juniper copied to clipboard

GraphQL server library for Rust

Results 129 juniper issues
Sort by recently updated
recently updated
newest added

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...

I got 404 after clicking the link:

bug
docs

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...

support
discussion

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...

enhancement
help wanted

**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...

enhancement

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...

support

**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...

enhancement

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...

enhancement
k::api

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.

enhancement
k::toolchain

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...

bug
tooling