proophsoftware / event-machine-graphql
GraphQL Integration for Event Machine
v0.1
2018-04-06 23:21 UTC
Requires
- php: ^7.1
- proophsoftware/event-machine: dev-master
- psr/http-server-middleware: ^1.0
- react/promise: ^2.5
- roave/security-advisories: dev-master
- webonyx/graphql-php: ^0.11.5
Requires (Dev)
- bookdown/bookdown: 1.x-dev
- malukenho/docheader: ^0.1.4
- phpunit/phpunit: ^6.0
- prooph/php-cs-fixer-config: ^0.1.1
- satooshi/php-coveralls: ^1.0
- webuni/commonmark-attributes-extension: ^0.5.0
- webuni/commonmark-table-extension: ^0.6.1
This package is auto-updated.
Last update: 2024-10-17 01:43:21 UTC
README
GraphQL Integration for Event Machine
See event-machine-skeleton for basic integration.
Note: First versions of Event Machine shipped with GraphQL integreation, but we moved it to an optional package. The Event Machine core focuses on JSON Schema only and allows the user to make use of all available JSON Schema functionality. If you want to use GraphQL together with Event Machine you can only use a subset of JSON Schema for message and read model type definitions. In many cases the subset is suitable enough but supporting JSON Schema and GraphQL in Event Machine core was a limitation for all users.