HenrivantSant / henri

Easy, fast and simple PHP framework for building APIs. Built op top of Symfony.
1 stars 0 forks source link

GraphQL implementation #4

Open HenrivantSant opened 3 years ago

HenrivantSant commented 3 years ago

At this moment the system only provides REST endpoints. It is desireable to support GraphQL endpoints as well.

HenrivantSant commented 3 years ago

Implementation of GraphQl Spec using Graph PHP.

This is a very close PHP port of the JS spec provided by Facebook.

There library does not directly match with the way the framework operates currently written. There should be a layer on top of Graph PHP to match the framework ideas to make it very easy to implement.

Further research on the implementation is needed. Ideas for now: