Currently a work in-progress 👷
Bring my graphql knowledge up to snuff since so much has changed since February 2017 😱.
This is a playground of sorts for getting ready to build the apollo-graphql back end to my friend's website.
I realize I could just use
graphcool,scaphold, or any other BaaS; however, my goal is to understand this technology and write my owngraphqlapi from scratch.
- Understand the flow of
graphqlon the back end. Getting there still need some more practice - Gain working knowledge of
sql,postgres, &sequelizeas well as find best practices. Ditto here too - Implement multiple OAuth Strategies through the
graphqlendpoint & database. - Learn how to test
graphqlapi. slow but getting there - Learn & understand how to implement a mail client like
nodemailerorsendgridwithgraphqlendpoint. - Implement
dataloaderand learn about it. - Implement subscriptions with
graphql.