GraphQL

GraphQL

Tags
Development
GraphQL
GitHub Repo
AFAIK we can use one of the 3 combinations for running GraphQL on the server:
  • graphql-yoga with prisma (See Wesbos's Fullstack React course)
Also see graphql-tools
And for the frontend (React) side GraphQL setup, we can use:
  • apollo-client with react-apollo
 
Also, withData HOC in frontend
 
 

Backend: Prisma + GraphQL Yoga

See and write from Video 14 of Wes Bos' course
 

Loading Comments...