[][src]Module juniper::integrations::chrono

GraphQL support for chrono types.

Supported types

Rust TypeJSON SerializationNotes
DateTime<FixedOffset>RFC3339 string
DateTime<Utc>RFC3339 string
NaiveDateYYYY-MM-DD
NaiveDateTimefloat (unix timestamp)JSON numbers (i.e. IEEE doubles) are not
precise enough for nanoseconds.
Values will be truncated to microsecond
resolution.