thecodingmachine / graphqlite

Use PHP Attributes/Annotations to declare your GraphQL API
https://graphqlite.thecodingmachine.io
MIT License
557 stars 98 forks source link

Only parse request body for POST requests #621

Closed oojacoboo closed 1 year ago

oojacoboo commented 1 year ago

GET requests don't have a body and cannot be parsed.

Fixes #614 and #427