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

Results 50 react-apollo issues
Sort by recently updated
recently updated
newest added

I wasn't able to get the current build to work following the readme, it didn't recognise the "deploy" command. It seems like the prisma v1 API uses `prisma deploy`: https://v1.prisma.io/docs/1.34/get-started/01-setting-up-prisma-new-database-JAVASCRIPT-a002/#deploy-the-prisma-datamodel...

I followed up procedure in readme. but prisma deploy failed. ![image](https://user-images.githubusercontent.com/9765614/117041488-eb7b3100-ad45-11eb-88f4-4338b56989a1.png) I did `npm install -g prisma` And, run the following commands: `cd react-apollo/server yarn install prisma deploy`

Hello everyone, I followed the tutoriel React/Apollo and I faced some refresh issue with this project: - First when you log in , the Header seems not rerendered (you don't...

`cd server` `npx prisma migrate save --experimental` When running the above command line, I received the below error: > Error: The current command "save" doesn't exist in the new version...

Fixes https://github.com/howtographql/react-apollo/issues/114

I am following the initial steps to clone this project and get it up and running, as described in the README. I am inside directory `react-apollo/server`. I run `prisma depoloy`....

Hi, I posted about this in the the `howtographql` repo, but it looks like that repo is pretty unmaintained. My issue also has to do specifically with this repo as...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

I'm experiencing issue #48: I attempt to download the server code by entering this command into Windows command prompt: `curl https://codeload.github.com/howtographql/react-apollo/tar.gz/starter | tar -xz --strip=1 react-apollo-starter/server` ...and receive the following...