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
* Enable support for Jiff's Zoned type
* Enable support for Jiff's TimeZone type
* Remove unnecessary feature flag `jiff-tz`
* Avoid panic and allow offset-only time zones to be returned
* Add ZonedDateTime and TimeZone to integration test
* Split TimeZone into TimeZone and UTCOffset for Jiff integration
* Fix capitalization of `UtcOffset`
* Provide TimeZoneOrUtcOffset integration for jiff::tz::TimeZone
* Adjust documentation for newtypes and `TimeZoneOrUtcOffset`
* Use `jiff::tz::Offset` directly in `UtcOffset` newtype
* Remove unnecessary newtype for `UtcOffset` scalar
* Fix parsing of fixed offsets from `TimeZoneOrUtcOffset` scalar
* Add unrelated missing link to books page on scalars
* State necessity for newtype in scalars table in book
* Remove redundant `alloc` feature, is included in `std`
* Implement `Display` for TimeZone newtype
* Rename error enum variant to clarify meaning
* Use concise wording in description of TimeZone
Co-authored-by: Christian Legnitto <[email protected]>
* Revert extra notes column in scalar table
* Add link to documentation of newtype `TimeZone`
* Remove unused duplicate link reference
* Sort links and group links from the same crate together
---------
Co-authored-by: Christian Legnitto <[email protected]>
Copy file name to clipboardExpand all lines: book/src/types/scalars.md
+34-24Lines changed: 34 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -385,29 +385,35 @@ mod date_scalar {
385
385
386
386
[Juniper] provides out-of-the-box [GraphQL scalar][0] implementations for some very common [Rust] crates. The types from these crates will be usable in your schemas automatically after enabling the correspondent self-titled [Cargo feature].
0 commit comments