-
Is it possible to use interface as input type?
-
Hi,
I'm trying to figure out what's the correct way of adding a discount code for a known Price Rule?
Something like this doesn't work...
`
$updateInfo = array(
"code" => $code
);…
-
### Description
I have a Craft site that runs in headless mode and I use graphQL to fetch the content on the frontend (Next js).
I have added a seo field to every entry page and I can use the SEO …
-
I think that the `ArgumentsTransformer` class and the associtated expression function `arguments()` should be reworked/removed and here I explain why:
I will speak about the current transformation …
-
It seems that if I enable Laravel passport on my graphql endpoint I can not get GraphiQL to work, even if I add the `'X-Requested-With' => 'XMLHttpRequest'` header to the request it uses. Based on my …
-
https://github.com/pristas-peter/wp-graphql-gutenberg-acf/blob/develop/plugin.php#L86
`$root['attributes']['id']`
should be updated with
`$root['postId']`
If there are no inner blocks. There sho…
-
Is there a way to change the default resolver?
I'm trying to put GraphQL on top of a CMS where the data on an object is retrieved with `$object->data('fieldname')`
I'd love to set that as the de…
-
### Preconditions and environment
- Magento Version: 2.4.5-p4
- PHP Version: 8.1
The bug is testable in **graphQl** with checkmo. However :
- In REST there must also be the bug because it i…
-
I am wondering if it is possible to implement postgresql in ampache as alternative to mysql ?
One of the biggest reasons for me is that i have multiples services here running on postgresql and to g…
-
### Description
I'm trying to query an asset with grapqhl srcset but craft times out or stops responding to any requests (also in the admin section). It's definitely the srcset attribute as if I remo…