A very brief introduction to GraphQL using a practical example.

Efren Yevale Varela fc7a6d3016 Added database query %!s(int64=3) %!d(string=hai) anos
.gitignore 40861af4fe Initial commit %!s(int64=3) %!d(string=hai) anos
LICENSE.md 40861af4fe Initial commit %!s(int64=3) %!d(string=hai) anos
README.md 40861af4fe Initial commit %!s(int64=3) %!d(string=hai) anos
app.js fc7a6d3016 Added database query %!s(int64=3) %!d(string=hai) anos
dotenv 40861af4fe Initial commit %!s(int64=3) %!d(string=hai) anos
package-lock.json 40861af4fe Initial commit %!s(int64=3) %!d(string=hai) anos
package.json 40861af4fe Initial commit %!s(int64=3) %!d(string=hai) anos

README.md

GraphQL Session

The objective is to give a very brief introduction to GraphQL with Apollo Server using a practical example.

Things to cover:

  • Integration with Express.
  • Type Definitions and Resolvers.
  • Documentation and operations with Apollo Studio.
  • Authentication using Auth0.
  • Database connections.

In no way should this be considered as a complete solution, the goal is just to provide enough elements for a start so all participants can grow from there.