E5D6 Tags · juffalow/express-graphql-example · GitHub
[go: up one dir, main page]

Skip to content

Tags: juffalow/express-graphql-example

Tags

3.6.0

Toggle 3.6.0's commit message
Support AWS X-Ray

3.5.0

Toggle 3.5.0's commit message
Upgrade dependencies

3.4.0

Toggle 3.4.0's commit message
Fix typo in node_modules folder name

3.3.0

Toggle 3.3.0's commit message
Add option to order authors by first and last name

3.2.1

Toggle 3.2.1's commit message
Fix tag variable for build job

3.2.0

Toggle 3.2.0's commit message
Update main workflow

3.1.0

Toggle 3.1.0's commit message
Unify workflows, add jobs to push container and deploy

3.0.0

Toggle 3.0.0's commit message
Add run script

2.0.0

Toggle 2.0.0's commit message
Upgrade dependencies

1.4.0

Toggle 1.4.0's commit message
Improve queries

If the user requested authors with their quotes, it did one query
to get the authors and then one query per each author to get his
quotes. Now it loads everything in the first query, then just
checks if it is already loaded and that is all.

Resolves #13
0