kensho-technologies/graphql-compiler

Validate that OrientDB datetime arguments are tz aware

Closed this issue · 1 comments

We currently allow tz naive datetime arguments for OrientDB, but OrientDB will throw a very cryptic error if we pass in tz naive datetime arguments. So we should have explicit validation in the compiler requiring that OrientDB datetime arguments are tz aware.

See #716 for the test case.