graphgate icon indicating copy to clipboard operation
graphgate copied to clipboard

Results 8 graphgate issues
Sort by recently updated
recently updated
newest added

Hi! Big fan of async-graphql and rust here... Seems that is lacking some maintaince (not sure) and some documentation... Is this already being used in production?

question

``` length comparison to zero `#[warn(clippy::[len_zero](https://rust-lang.github.io/rust-clippy/master/index.html#len_zero))]` on by default for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_zeroclippylen_zero k8s.rs(33, 11): using `!is_empty` is clearer and more explicit: `!gateway_name.is_empty()` ``` ``` called `map(..).flatten()` on an...

## JWT Authentication support Hey there, thanks for the amazing initiative. It's exciting to see Apollo Federation being implemented in Rust! Just one question: are there any plans to implement...

enhancement

Hello! First, thank you for creating this Gateway. I'm creating this issue for something I think I've found that's a bug behavior when running GraphGate against some federated services. For...

bug

If my understanding is correct, this error is being thrown [here](https://github.com/async-graphql/graphgate/blob/master/crates/schema/src/composed_schema.rs#L326) because my subgraphs are using a recent version of `async-graphql` that supports Federation v2, thus their SDLs have a...

bug