graphql-rust / juniper

GraphQL server library for Rust
Other
5.72k stars 425 forks source link

Add integration for Jiff date/time types #1271

Closed sgoll closed 3 months ago

sgoll commented 3 months ago

Description

This adds Jiff integration, behind feature flag jiff, for the following date/time types:

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

sgoll commented 3 months ago

With 9acbe24d8734e8cafae1f5216d7c8f60adc3273b, this is now ready for review.

LegNeato commented 3 months ago

I'll take a look in the next couple of days if @tyranron doesn't get to it