journal (Wed Aug 26 2020)
Today I learnt
- #jslibraries
- #graphql
- This is a very useful package for validating strings - validator
- Just like typescript, Graphql has interfaces and types. And you use fragments to query fields of a particular type.
- Graphql always returns a response status of 200. You gotta inspect the errors attribute for errors.
Some interesting libraries in the graphql ecosystem