Ruud Kamphuis
Ruud Kamphuis
When working with 2 schemas that have different standard types this becomes problematic. For example, I have a schema that uses a custom `ID` type, but the other wants to...
When specifying a field type, I have to either provide the actual object instance, or use a callback that delegates the call to a registry to fetch the single instance...
I see lots of activity in the [`master` branch](https://github.com/webonyx/graphql-php/compare/v14.11.3...master) lately which is amazing 👏 No pressure, but I was wondering if there is already an ETA for the new (prob...
I'm trying to modify the `values` of the `EnumType` config. I do this, by copying the value, execute the callback if needed, modify the array, then write the array back....
The [previous](https://github.com/wernight/docker-ngrok/issues/64) issue was closed.
https://www.php.net/releases/8.0/en.php https://stitcher.io/blog/new-in-php-8
# Feature Request When developing Rector rules I often use `--debug`. Every now and then I get an exception because I make a mistake in my rule. That's expected. But...
I noticed this in the error log while running `:latest` ``` t=2022-04-19T08:52:17+0000 lvl=warn msg="failed to check for update" obj=updater err="Post \"https://update.equinox.io/check\": x509: certificate signed by unknown authority" ```
| Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | yes | Issues | |...
Example use case, I want to prevent the usage of a certain class / method, inside a class that has `#[Entity]` attribute.