This showcases:
- Queries
- Mutations
- Subscriptions (+filters)
- Directives
- File uploads
If you miss something you would like to see how is done with Siler, feel free to request.
-
Use the
swoole.phpfile to see it working on top of Swoole runtime (Docker compose provided:docker-compose up). -
Use
sapi.phpto see how it could be done with regular PHP over (Fast)CGI (php -S localhost:8000 sapi.php) (subscriptions not supported).