youshido-php/GraphQL

Errors when using with PHP 8.0

Closed this issue · 0 comments

I noticed that to be using PHP8 with this package, some functions must be updated so that no required parameter is declared after an optional parameter.

I made a PR for this, this is a fix for our project, but I don't see where this could harm the general usage.