How does apollo-rs fit into the existing Rust + GraphQL ecosystem? #779
Replies: 2 comments
-
Hi @danieleades, thanks for the question! We didn't write this project to compete with other projects in the ecosystem. We wanted to have a library with built in semantic analysis to help us write more performant composition and query planning for Apollo Federation implementations along with a few other schema manipulation tools. While it's built to work for some of Apollo's tools, we chose to make it generic enough that other folks can use it as well if they chose to. |
Beta Was this translation helpful? Give feedback.
-
i think the strength of Rust is the community. If there's any scope for having apollo and juniper pulling in the same direction, that's got to be a win |
Beta Was this translation helpful? Give feedback.
-
hi there! This project looks really cool, i'm glad it exists.
I was hoping you could elaborate on how this crate fits into the existing ecosystem - is this crate competing against, or complimentary to juniper?
Beta Was this translation helpful? Give feedback.
All reactions