Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 387 Bytes

readme.md

File metadata and controls

6 lines (4 loc) · 387 Bytes

nautilExamples

POC for gql schema federation

Running the example

To run the example, start the services defined in serviceA/serviceA.go and serviceB/serviceB.go first by running go run . You'll have to run them in separate terminals. Then in a third terminal, start the gatewayTest.go and visit http://localhost:3001 which should show you a playground to interact with.