Skip to content

backsoul/Express-Graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express with Graphql

First Install:

yarn install or npm install

Execute script:

yarn dev or npm run dev

Open in web:

http://localhost:4000/graphql

Consult query example:

{
  hello
}

Query:

query graphql

Query response:

query graphql

Daniel Sarmiento Dev 2021