youshido-php / GraphQL

Pure PHP realization of GraphQL protocol
MIT License
710 stars 106 forks source link

[not an issue] GraphQL Psr7 middleware based on your library #87

Closed stefanorg closed 5 years ago

stefanorg commented 7 years ago

Hi, i've created a middleware based on your implementation of GraphQL spec.

https://github.com/stefanorg/graphql-middleware

I've also created a demo app, like you did for symphony, using zend-expressive: https://github.com/stefanorg/graphql-expressive-demo

Feel free to give some feedback!

Thanks for the work done with the library.

viniychuk commented 7 years ago

@stefanorg Thanks! Will take a look on later this week

portey commented 7 years ago

@stefanorg, it's great! Especially class JsonErrorResponseGenerator is very useful. I'll try this in action and then write a deeper feedback.

Thanks a lot!

stefanorg commented 7 years ago

@portey :+1: There is no test at the moment, i would like to write some tests but i'm not very good in writing it :(

Jalle19 commented 5 years ago

Closing this since it's not really an issue