GQL Federation Example

  • Run microservices (federated servers)
yarn start-auth // Auth Server
yarn start-student // Student Server
yarn start-course // Course Server
  • To run gateway use
yarn start-gateway
  • For making requests, import postman_collection in postman