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
- rework and update existing chapters
- mention correct case transformation for GraphQL enums (#1029)
- document N+1 mitigation techniques and look-ahead features (#234, #444)
- mention all integration crates (#867)
- fix Book links (#679, #974, #1056)
- remove old version of Book (#1168)
Additionally:
- disable `bson`, `url`, `uuid` and `schema-language` Cargo features by default in `juniper` crate
Co-authored-by: Christian Legnitto <[email protected]>
Describe the bug
Today was the first time reading about Rust Juniper. Googled and found https://graphql-rust.github.io
But after reading some time, I googled something related and got into what appears to be a much more recent version of the same book: https://graphql-rust.github.io/juniper/master/index.html
To Reproduce
Steps to reproduce the behavior:
Click on one link or the other from above.
Expected behavior
Expected only the most recent version of the book.
Additional context
Apologies if I'm overlooking something obvious.
The text was updated successfully, but these errors were encountered: