pub type DateTimeUtc = DateTime<Utc>;
Defines the DateTime in UTC-type that the GraphQLQuery needs (apparently).
struct DateTimeUtc { /* private fields */ }