OBJECT
DateTimeFormats
Date and time format options organized by locale
link GraphQL Schema definition
- type DateTimeFormats {
- # Date format options by locale (e.g., { fr: [...], en: [...] })
- : AssociativeArray!
- # Time format options by locale (e.g., { fr: [...], en: [...] })
- : AssociativeArray!
- }