github.com/99designs/gqlgen@v0.17.45/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 server/cmd/integration/server.go 8 ``` 9 10 And in another terminal: 11 ```bash 12 cd integration 13 npm ci 14 npm run test 15 ```