Code for talk at GraphQL Bangalore Meetup on 30th January 2024.
npm install
npm run debugger
// Debugger Online, visit http://localhost:16686 to get started.
npm run start
// Server is running on http://localhost:4000/graphql
To see how GraphQL Debugger works issue a GraphQL query to the server:
{
hello
}
and then go to GraphQL Debugger UI at http://localhost:16686 and see the trace.