An open API service indexing awesome lists of open source software.

https://github.com/lorindi/graphql-crash-course


https://github.com/lorindi/graphql-crash-course

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

* npm init --yes && npm pkg set type="module"
* npm install @apollo/server graphql
* npm install @apollo/client graphql