rsnext/examples/with-apollo/components
Flavian Desverne f9cb5ac6b0
Replace Graphcool with dedicated example GraphQL server using Prisma (#15752)
## Motivation

As Graphcool is being shutdown, we replaced all the graphcool api endpoints with some handcrafted APIs using Prisma & Nexus, that can be found here https://github.com/prisma-labs/nextjs-graphql-api-examples. These GraphQL endpoints are now deployed to Vercel.

## Notes

- I couldn't get the reason-relay example to run. Given that the relay endpoint works on the other relay example, I don't see any reason why it wouldn't work on that one
- The `with-apollo` example is buggy when creating some posts, but nothing related to the switch of the api endpoint as it was already buggy before. I suspect the `concatPagination` strategy to be the cause of that bug, but I couldn't figure it out.

Fixes #14780
2020-08-05 06:26:54 +00:00
..
App.js Update Examples for Fast Refresh (#13068) 2020-05-18 17:44:18 -04:00
ErrorMessage.js Update Examples for Fast Refresh (#13068) 2020-05-18 17:44:18 -04:00
Header.js [Examples] Move with-apollo to SSG (#13742) 2020-06-05 15:41:42 +00:00
InfoBox.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
PostList.js Replace Graphcool with dedicated example GraphQL server using Prisma (#15752) 2020-08-05 06:26:54 +00:00
PostUpvoter.js Replace Graphcool with dedicated example GraphQL server using Prisma (#15752) 2020-08-05 06:26:54 +00:00
Submit.js Replace Graphcool with dedicated example GraphQL server using Prisma (#15752) 2020-08-05 06:26:54 +00:00