Skip to content

realFlowControl/php-graphql-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless GraphQL API on top of Microservices

... written in PHP

Quickstart example

$ make
$ docker-compose up -d
$ curl -X POST \
       -H "Content-Type: application/json" \
       --data '{ "query": "{ product (id:1) { id name } }" }' \
       localhost:8000

License

MIT, see LICENSE file.

About

Simple example implementation of a GraphQL API on top of a microservice architecture

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published