fullstack-apollo-react-boilerplate icon indicating copy to clipboard operation
fullstack-apollo-react-boilerplate copied to clipboard

πŸ’₯A sophisticated Apollo in React boilerplate project.

Results 8 fullstack-apollo-react-boilerplate issues
Sort by recently updated
recently updated
newest added

Was wondering how to get the previous page for given edges? Total count might make sense as well.

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

greenkeeper

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

greenkeeper

*** ☝️ **Important announcement:** Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...

greenkeeper

## 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

I'm pulling my hair out with this issue... I'm using this component: ``` { subscribeToMore({ document: LIST_ALL_TEAMS_SUBSCRIPTION, updateQuery: (previousResult, { subscriptionData }) => { console.log(previousResult, subscriptionData) if (!subscriptionData.data) { return...

We have "env.local" in our `gitignore` file, but the app isn't using ENVs. For example, the GraphQL url is hardcoded.

Hi all. A really nice app but unfortunately I get the following error with session on landing page: ![screenshot from 2018-12-31 17-33-21](https://user-images.githubusercontent.com/11687381/50569168-3757de80-0d24-11e9-9bac-5353f193c054.png) My package.json in client folder: { "name": "fullstack-apollo-react-boilerplate-project",...