Skip to content

wpooley/expressgql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Clone

npm install

npm start

In VSCode with REST extension

Method 1

POST http://localhost:4000/graphql
Content-Type: application/json

{ "query": "query { hello }" }

Method 2

POST http://localhost:4000/graphql
Content-Type: application/graphql

query { hello }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published