react-graphql-github-vanilla icon indicating copy to clipboard operation
react-graphql-github-vanilla copied to clipboard

A React GraphQL example using GitHub's GraphQL API with vanilla JS

Results 5 react-graphql-github-vanilla issues
Sort by recently updated
recently updated
newest added

I´m receiving this error in the exercise 2: App. src/App.js:47 44 | }; 45 | 46 | const resolveIssuesQuery = queryResult => () => ({ > 47 | organization: queryResult.data.data.organization,...

## The dependency [react-scripts](https://github.com/facebook/create-react-app) was updated from `3.1.0` to `3.1.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The dependency [axios](https://github.com/axios/axios) was updated from `0.18.0` to `0.19.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

An error occurs when the user tries to search for an empty string. So, I've done a small change that shows an error message in this case. Please, let me...

I checked the closed issues. This is different. Here is the link to the code: https://github.com/the-road-to-graphql/react-graphql-github-vanilla/blob/907824d69683629209eac66d6e4a4c1a964dc6a9/src/App.js#L85 The problem is when the error occurs, the data will be null. Therefore, data.organization...