mickhansen / graphql-sequelize

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

Automapping Sequelize.Ops helper mutates GraphQL' argument object #624

Closed zandroid closed 5 years ago

zandroid commented 6 years ago

Hello.

We are implementing Relay Connection with "where" argument as a filter and trying to handle it in connection definition code. But it's passed to where function of createConnection helper with some mutations (object keys partially replaced with Sequelize.Op symbols). See PR for more details.

Aukhan commented 5 years ago

@zandroid seems like this has been merged, can we close this ? Thanks