Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 480 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 480 Bytes

GraphQL

This example uses the GraphQL and HTTP implementations to call the API endpoints at jsonplaceholder.typicode.com.

Getting started

You could get started by executing the Semaphore CLI.

$ semaphore daemon -f config.hcl

Once Semaphore is up and running you could execute the todo flow by calling the service on port 8080.

$ curl 127.0.0.1:8080/ -d '{"query": "{latest{id}todo(id:\"2\"){title}}"}'