The Quest to learn GraphQL

This is just a bunch of notes taken while learning about GraphQL.

What is graphql

There is graphql in different languages such as golang, nodejs and ruby among others.

Who uses it?

Performance

Can we get a sense on how to measure it or what to expect?

Related resoures

Data Joins

  • How do you join two tables?
  • How do you join two databases?
  • How do you join an external service with a table output?
  • Does this questions make sense?

Security

  • How does authentication and authorization fit here?

Logging

  • What kind of logging do you get out of the box?

Caching

  • Do we need caching?
  • Where does caching fit in the picture?

Resources

Alternatives