mickhansen / graphql-sequelize

GraphQL & Relay for MySQL & Postgres via Sequelize
MIT License
1.9k stars 172 forks source link

Are filtering operators supported? #707

Closed nicodes closed 2 years ago

nicodes commented 2 years ago

Are operators for filtering supported, for example something similar to [Op.gt] for greater-than?

mickhansen commented 2 years ago

I don't believe so. Personally I also think GraphQL APIs should be as strongly typed as possible.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.