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
Enums docs states that corresponding string values for the enum variants are all in uppercase. This is not the case
To Reproduce
Declare an enum like
When querying the GraphQL enum I got the following output
Expected behavior
Following the docs I was expecting:
The text was updated successfully, but these errors were encountered: