|
%!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.. | ||
README.md | %!s(int64=5) %!d(string=hai) anos | |
graphql.php | %!s(int64=5) %!d(string=hai) anos |
Clean and simple single-file example of main GraphQL concepts originally proposed and implemented by Leo Cavalcante
php -S localhost:8080 ./graphql.php
curl http://localhost:8080 -d '{"query": "query { echo(message: \"Hello World\") }" }'
curl http://localhost:8080 -d '{"query": "mutation { sum(x: 2, y: 2) }" }'