You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm wondering if there's any overlap between what these two crates are doing? If there's any scope for these two crates pulling together, rather than fragmenting the ecosystem, that would be a win
The text was updated successfully, but these errors were encountered:
an encoder to generate a schema using a Rust API, but it is not the same as generating a schema from your structs and enums
a parser to make the schema and query structure available via Rust API, which is not the same as generating Rust structures and resolvers
I suspect that the needs of this project in terms of parsing a schema are different from apollo-rs so their crates cannot be re-used. It may seem like fragmentation, but in fact both projects serve totally different use cases.
It would be good if this was mentioned in Juniper docs.
cross-posting from apollographql/apollo-rs#103
i'm wondering if there's any overlap between what these two crates are doing? If there's any scope for these two crates pulling together, rather than fragmenting the ecosystem, that would be a win
The text was updated successfully, but these errors were encountered: