We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19a237b + ea4f209 commit 5d7178aCopy full SHA for 5d7178a
README.md
@@ -24,8 +24,8 @@ Please take a look at [the tests](https://github.com/mickhansen/graphql-sequeliz
24
### Features
25
26
- Automatically converts args to where if arg keys matches model attributes
27
-- Automatically converts a arg named 'limit' to a sequelize limit
28
-- Automatically converts a arg named 'order' to a sequelize order
+- Automatically converts an arg named 'limit' to a sequelize limit
+- Automatically converts an arg named 'order' to a sequelize order
29
- Only loads the attributes defined in the query (automatically adds primary key and foreign keys)
30
- Batching of nested associations (see [dataloader-sequelize](https://github.com/mickhansen/dataloader-sequelize))
31
0 commit comments