error: proc macro panicked --> $DIR/invalid_date_time_scalar_directive.rs:6:1 | 6 | / juniper_from_schema::graphql_schema! { 7 | | schema { 8 | | query: Query 9 | | } ... | 15 | | scalar DateTimeUtc @juniper(with_time_zone: "foobar") 16 | | } | |_^ | = help: message: error: Unsupported directive. --> schema:3:13 | 3 | DateTimeUtc @ juniper (with_time_zone : "foobar") | ^ Invalid type. Expected `Boolean`, got `String` aborting due to previous error