React Apollo Error Template Save

Apollo Client issue reproduction.

Project README

Apollo Client Issue Reproduction

Welcome! If you are here then you were likely referred to this repo when reporting an error to apollographql/apollo-client. The core team is invested in making the best client for GraphQL possible, so when you hit an error it is important to the team that the error is resolved as soon as possible.

Unfortunately, describing an error in GitHub is often not enough to truly understand the reported issue. By creating a small reproduction test case using this template repo the Apollo Client team will be able to identify and fix your error much faster then they could without.

This repo was created with vite and is appropriate for reproductions of client-rendered React applications. To make changes in the GraphQL schema make sure to look at the ./src/index.jsx file where we define a GraphQL schema using GraphQL.js which will run in the browser.

☑️ Apollo Client User Survey
What do you like best about Apollo Client? What needs to be improved? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better.

Reproductions with other frameworks

If you are not using React, a small reproduction case with your framework of choice would go a long way.

Reproduction Creation Steps

  1. Fork this repository to your GitHub account, or fork the CodeSandbox and skip steps 2-4.
  2. By default, cloning this repostiory gives you an Apollo Client 3.0-based application. If you would like to start with a legacy Apollo Client 2.6 application, clone or checkout the ac2 branch:
git clone --branch ac2 [email protected]:apollographql/react-apollo-error-template.git
# Or, after cloning the repository:
git checkout -t origin/ac2
  1. After cloning, install all dependencies with npm install.
  2. Start the development server with npm start.
  3. Make the changes that will reproduce this error locally.
  4. When ready, push your changes back to GitHub and let the apollo-client team know where they can be found.
Open Source Agenda is not affiliated with "React Apollo Error Template" Project. README Source: apollographql/react-apollo-error-template
Stars
35
Open Issues
10
Last Commit
1 week ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating