-
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
-
### Bug report
Source code
```php
muxx updated
5 months ago
-
**Describe the bug**
It is not possible to query woocommerce products for another locale, using wp-graphql-wpml
**To Reproduce**
The following query should return the english versions of the prod…
-
**Describe the bug**
Enum passed to validator resulting some dependant rules not working, for example: `required_if`
```php
enum ItemType: string
{
case SKU = "sku";
case VOUCHER…
eslym updated
2 years ago
-
When registering a field via PHP the fields appear correctly in the schema under pages but not blocks...
blocksBy.AcfMyBlock._(acf fields MISSING)_
pages.nodes.PHPTestGroup.testfield
pages.nodes.…
-
Avoid malicious queries exhausting server resources. Might just be a matter of enabling the default checks, but might also require custom scoring (relationship fields are more expensive to resolve tha…
-
I think it's tedious when i add Type php class or Query class, so have u ever thought about adding artisan command? such as `php artisan graphql:type UserType`
kwen8 updated
6 years ago
-
Hi there,
Today I've tried to update to SilverStripe 4.10 on a project using this module.
This updates uses `silverstripe/graphql:4.0.0-alpha3`
Since this update, the fatal error will show up w…
-
## Overview/summary
Currently using this library when connecting to a private app is confusing.
It takes quite a long time to work out what you are doing, when it feels like it could be really …
-
### Description
When ACF "Date Picker" field is used inside a "Flexible content" field, the returned value for this date field is always epoch time, disregarding the saved value. ( 1970-01-01T00:00:0…