Skip to content

Commit 477b790

Browse files
committed
add links to related projects
1 parent 21e0ed4 commit 477b790

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Sequelize GraphQL
22
This is a simple set of helper functions that will recursively travers a GraphQL query and create the optimal Sequelize `findAll` options for `include`, `where`, `attributes`, `limit`, and `orderBy`. A complex GraphQL query can often be resolved with a single SQL query, maximizing performance.
33

4+
## See Also
5+
* Sequelize Query Docs: https://sequelize.org/v5/manual/querying.html
6+
* Alternative approach without Sequelize: https://github.com/acarl005/join-monster
7+
* Facebook's DataLoader: https://github.com/graphql/dataloader
8+
49
## Example
510

611
### SQL Schema

0 commit comments

Comments
 (0)