-
Thanks for your great work in advance!
The translations are working very well.
But when GraphQl is used there is an issue related to the Translation entity serialization proccess.
**Entities…
-
In the `graphql_map_input_fields_to_wp_query` filter, the $post_type is the last parameter. This is inconsistent with the other `graphql_map_input_fields_*` filters. For example in `graphql_map_input_…
-
**API Platform version(s) affected**: v2.5.7, v2.6.3
**Description**
When using a normalization context for a GraphQL query the schema of sub resources is generated as if no normalization group …
jnugh updated
3 years ago
-
What do you think about this one? The use-case is to gain a little bit of performance, by disabling resolver's returned value validation - and just trusting it.
No idea how much will gain - just th…
-
### Description
I have a flexible content field where I'm creating galleries and adding a "page_link" field to choose multiple pages for the gallery to be shown on. Since upgrading from wp-graphql-ac…
-
Hi,
My hosting provider just ugpraded to PHP 8 and now the GraphQL API for querying blocks is broken. I deactivated all plugins until I found that this plugin seems to be the culprit. All other plu…
-
### Preconditions and environment
- Magento 2.4.7
### Steps to reproduce
1. Attempt to make an OPTIONS request against the GraphQL endpoint `curl -i -X OPTIONS http://test.site/graphql`
### Expect…
-
CraftQL: ~2@dev
Craft: 3.1.18
I'm attempting a pretty straightforward mutation query:
```graphql
mutation newTownNews($title: String!, $townId: [Int]) {
upsertTownNews(title: $title, town: …
-
- [x] install [webonyx/graphql-php](https://github.com/webonyx/graphql-php/)
- [x] make [hello world](https://github.com/webonyx/graphql-php/blob/master/docs/getting-started.md)
- [x] set up mock re…
-
I have written a middleware for authentication, How can I set the middleware to intercept a graphql schema?