...

Text file src/github.com/99designs/gqlgen/integration/README.md

Documentation: github.com/99designs/gqlgen/integration

     1#  Integration tests
     2
     3These tests run a gqlgen server against the apollo client to test real world connectivity.
     4
     5First start the go server
     6```bash
     7go run server/cmd/integration/server.go
     8```
     9
    10And in another terminal:
    11```bash
    12cd integration
    13npm ci
    14npm run test
    15```

View as plain text