Graphql-engine: support column operators _ceq in graphql api

Created on 14 Sep 2018  路  4Comments  路  Source: hasura/graphql-engine

Most helpful comment

Another example where ceq would be useful in query - https://stackoverflow.com/questions/61674263/compare-two-fields-in-graphql-hasura

All 4 comments

@coco98 They are not supported in the graphql interface yet.

@0x777 Why is this hard?

I'd like to upvote this feature. Currently I have to use sequelize and APIs to accomodate this all-to-common need.
select * from table where column1 > column2;
... wish there was a way to do this in graphql where clause.

Another example where ceq would be useful in query - https://stackoverflow.com/questions/61674263/compare-two-fields-in-graphql-hasura

Was this page helpful?
0 / 5 - 0 ratings