Skip to content

ThiAmm/graphqlExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Build the application

To build the application, run

docker-compose build

Run the application

To run the application, run

docker-compose up

Graphql

To send a query, do a post on the adress http://localhost:4000/graphqlexample/graphql with the following body

{
  bookById(id: "book-2"){
    id
    name
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published