-
**When navigated to /graphql, the following error is presented:**
```
Argument 2 passed to Nuwave\Lighthouse\Schema\Extensions\ExtensionRequest::__construct() must be of the type string, null give…
-
**API Platform version(s) affected**: 3.1.3
**Description**
With GraphQL when we try to add a resolver on the delete mutation it doesn't work. It is not executed.
**How to reproduce**
```php
…
Wykaz updated
4 months ago
-
I am trying to create a general search functionality in my app that can return multiple types of objects. For each type of object I want to retrieve different fields.
In the graphQl specification t…
-
### Description
when registering a mutation using `register_graphql_mutation` passing `deprecationReason` for one of the inputs, it doesn't deprecate them.
Even trying to deprecate input for alr…
-
Hi Damian
I reckon Silverstripe 4 have removed ScaffoldingProvider and SchemaScaffolder and also they have updated GraphQL.
I have made a pull request, If you don't mind can you please look into …
-
PHP
```php
class ProductsQuery extends Query
{
protected $attributes = [
'name' => 'Products Query'
];
public function type()
{
return GraphQL::pagination(
GraphQL::type('Produ…
-
### Describe the bug
The indentation of phpdoc does not work properly, especially when put on a method in a class, which usually is already indented. This seems only to be the case if tabs instead …
-
To better understand where to go with #6288 I spent some time researching the history of (PHP 8.1+) enums in this library … i.e. what are the correct behavioural expectations, and any missing bits. So…
-
Consider following example
```
use App\GraphQL\Service\RequestService;
use Overblog\GraphQLBundle\Annotation\Mutation;
use Overblog\GraphQLBundle\Annotation\Provider;
use Overblog\GraphQLBundle\A…
l-you updated
10 months ago
-
## What problem does this address?
As a developer building headless sites and applications with WPGraphQL and Advanced Custom Fields, I would like to be able to mutate ACF data using GraphQL Mutati…