graphql-engine icon indicating copy to clipboard operation
graphql-engine copied to clipboard

Add date operators (particularly Extract function)

Open florent1933 opened this issue 5 years ago • 7 comments

For now I am filtering all my data in the client but datasets are growing so, I really need something like this: https://www.postgresql.org/docs/11/functions-datetime.html#FUNCTIONS-DATETIME-EXTRACT

It will help me to do all the hard work in server side and not downloading the whole dataset.

florent1933 avatar Apr 01 '19 10:04 florent1933