- Issue created by @murz
On FE we use https://github.com/john-yuan/graphql-toolkit/tree/main/packages/generate... to compose GraphQL queries and it's much more convenient than the PHP ones.
Also, on the PHP side, we need a lib to convert GraphQL query from string back to the array (to handle requests from FE).
So, would be great to create a separate library that can operate with GraphQL requests as an associative array, and decompose the GraphQL query from the string back to the array.
Active
2.0
Code