uqutub / graphQL

Learn GraphQL PIAIC CNC Class code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL using React!

Steps (for 01 - react-graphql)

  • Generate and copy Access Token from Github Personal Acess Token
  • Create .env file in project folder (add REACT_APP_GITHUB_ACCESS_TOKEN=accessToken)
  • Install AXIOS (yarn add axios)

Note: Github Public APIs Examples: https://api.github.com/users https://api.github.com/users/uqutub https://api.github.com/users/uqutub/repos

Note: Github GraphQL endpoint (for educational purpose) https://api.github.com/graphql Github GraphQL API Documentation Github GraphQL Playground/Explorer

Book: The Road to GraphQL by Robin Wieruch (Chapters 1-7)

https://github.com/antstackio/graphql-pagination/tree/master/api

About

Learn GraphQL PIAIC CNC Class code


Languages

Language:JavaScript 77.2%Language:HTML 14.7%Language:CSS 8.0%