github.com/shippio/gqlgen@v0.0.0-20220912092219-633ea699ef07/integration/readme.md (about) 1 # Integration tests 2 3 These tests run a gqlgen server against the apollo client to test real world connectivity. 4 5 First start the go server 6 ```bash 7 go run integration/server/server.go 8 ``` 9 10 And in another terminal: 11 ```bash 12 cd integration 13 npm ci 14 npm run test 15 ```