Zend certified PHP/Magento developer

Any simple PHP library or function for parsing GraphQL query strings?

I have found plenty of end-to-end PHP frameworks for building an entire GraphQL API, but I am looking for a specific library or code snippet that only parses the GraphQL query string into a PHP object. After I get the PHP object from the parser function, I’ll handle the service response on my own. Any suggestions?

submitted by /u/eldadfux
[link] [comments]