-
After upgrading from 5x to 6x `php bin/console graphqlite:dump-schema` stopped working with error:
```
Typed property GraphQL\Type\Definition\ObjectType::$description must not be accessed before i…
-
Hey.
Disclaimer: I've made little research; at this point, this is more of a questionnaire than an issue with a ready solution. My idea is to gather some feedback and see if that's even in the scop…
-
### What problem does this address?
There have been many updates to the webonyx/graphql-php package since the pinned version 14.11.10 in composer.json and it seems most fixes are not being backport…
-
### Bug description
The GraphQL Api does not work in the latest Statamic Version. No query is possible, the explorer window is empty and there is also an error in the Docs.
![image-1](https://gi…
-
### Preconditions and environment
- Magento version: v2.4.7
- Pwa Studio v14.0.0
### Steps to reproduce
1. Config. core_config_data: customer/create_account/confirm is 1
2. Guest
3. …
-
### Description
I am using a clone field and it has been working, but updating to the latest version of the plug-in breaks it
### Steps to reproduce
- Create a field with ACF
- Clone that field i…
infn8 updated
2 weeks ago
-
**Description**
The (deprecated) `setPaymentMethodAndPlaceOrder` mutation is broken: `[object] (GraphQL\\Error\\Error(code: 0): Cannot return null for non-nullable field \"Order.cart_id\".`
This i…
-
**Description**
Since some time, Apollo supports a feature called Federation, which makes it possible to split a monolithic GraphQL server into microservices, so that each service only holds a smal…
-
### What happened?
### Description
In Commerce 4.3.3 when we do query a variant with hasProduct param it will return an error, which on version before this one is fine. Here is our query and the e…
-
### What happened?
### Description
I am in the process of migrating to Craft 5. We use Craft as a headless CMS and query everything over GraphQL. After migrating, we had to update all of our queries…