Jáchym Toušek
Jáchym Toušek
Good to know, thanks!
Note: The WordpressTest failure seems unrelated.
@vladar I think this should be reopened now: https://github.com/graphql/graphql-spec/pull/525
Can you please make a bugfix release with PHP 8.1 compatibility? https://github.com/webonyx/graphql-php/commit/51ad17c3af192e34bc2e368a3c645a5a668f3e15 + https://github.com/webonyx/graphql-php/pull/924
That's odd. It's a protected property so the responsibility of setting it lies in the parent Kernel class. Perhaps it might help adding the constructor which sets it into the...
In case it's not accepted into PHP would you consider making it available via PECL?
This can be closed. PHPStorm has stubs for this extension now. https://github.com/JetBrains/phpstorm-stubs/blob/master/ds/ds.php
Also the explorer doesn't work. It throws this error: ``` Unable to find template "GraphQLBundle:Feature:explorer.html.twig" (looked into: /templates, /vendor/symfony/twig-bridge/Resources/views/Form). ```
@oojacoboo Webonyx supports it just fine. Or rather no additional support on their side is needed to implement it. I'm using it on another webonyx-based project. Here is how it...
It's actually already possible with current graphqlite. No extra features are necessary, just usage of the existing attributes, mainly ExtendType and Field.