meops

Results 1 issues of meops

Seeing the following, not sure if arguments are meant to be passed a different way?: ```php use GraphQL\Actions\Query; echo new Query('test', ['foo' => 'bar', 'baz' => 'qux']); // Outputs: //...