chkimes / graphql-net

Convert GraphQL to IQueryable
MIT License
891 stars 86 forks source link

DateTime support in queries? #96

Open WorldMaker opened 6 years ago

WorldMaker commented 6 years ago

Is there a way to use DateTime as an argument to a query? (For instance in adding a query for things in a given date range.)

It looks like GraphQL itself doesn't even have a built-in Date scalar type, so I don't even know if there is good client support.

WorldMaker commented 6 years ago

I see it is mentioned in the TODO section of the Readme as well.