Closed sgoll closed 3 months ago
This adds Jiff integration, behind feature flag jiff, for the following date/time types:
jiff
civil::Date
LocalDate
civil::Time
LocalTime
civil::DateTime
LocalDateTime
Timestamp
DateTime
Span
Duration
This does not add integration for Zoned because there is no matching GraphQL scalar yet. See https://github.com/graphql-rust/juniper/issues/1270#issuecomment-2266685112 and related comments for details.
Zoned
Closes #1270
With 9acbe24d8734e8cafae1f5216d7c8f60adc3273b, this is now ready for review.
I'll take a look in the next couple of days if @tyranron doesn't get to it
Description
This adds Jiff integration, behind feature flag
jiff
, for the following date/time types:civil::Date
to GraphQL scalarLocalDate
civil::Time
to GraphQL scalarLocalTime
civil::DateTime
to GraphQL scalarLocalDateTime
Timestamp
to GraphQL scalarDateTime
Span
to GraphQL scalarDuration
This does not add integration for
Zoned
because there is no matching GraphQL scalar yet. See https://github.com/graphql-rust/juniper/issues/1270#issuecomment-2266685112 and related comments for details.Closes #1270