Skip to content

danstarns/graphql-bangalore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Code for talk at GraphQL Bangalore Meetup on 30th January 2024.

Installation

npm install

Running GraphQL Debugger

npm run debugger
// Debugger Online, visit http://localhost:16686 to get started.

Running the app

npm run start
// Server is running on http://localhost:4000/graphql

Test

To see how GraphQL Debugger works issue a GraphQL query to the server:

http://localhost:4000/graphql

{
  hello
}

and then go to GraphQL Debugger UI at http://localhost:16686 and see the trace.

About

Talk for GraphQl Bangalore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published