proophsoftware / event-machine-graphql
Event Machine的GraphQL集成
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-09-17 01:28:29 UTC
README
Event Machine的GraphQL集成
有关基本集成,请参阅event-machine-skeleton。
注意:Event Machine的早期版本带有GraphQL集成,但我们将其移动到了可选包中。Event Machine核心专注于JSON Schema,并允许用户使用所有可用的JSON Schema功能。如果您想与Event Machine一起使用GraphQL,则只能使用消息和读取模型类型定义的JSON Schema的子集。在许多情况下,这个子集已经足够,但支持JSON Schema和GraphQL在Event Machine核心中是所有用户的限制。