Skip to content

Latest commit

 

History

History

graphql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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}}"}'