-
On the latest version of wordpress 6.5.4 getting the following errors
```
graphQLErrors: [
{
message: 'Cannot query field "tagName" on type "CoreButtonAttributes".',
extension…
-
Maybe use library https://github.com/Youshido/GraphQL
-
If you are using ACF version 6.0 and higher, all returned field values will be null or empty.
After downgrading ACF to v5.9 the values are available again.
-
**API Platform version(s) affected**: 2.5.7
**Description**
When defining an attribute in an entity that is not mapped with the doctrine ORM, the collection is well defined in the generated Gr…
-
### Description
related: #104 (see: https://github.com/wp-graphql/wpgraphql-acf/issues/104#issuecomment-1884257789)
----
It's been reported that the following filters are not working as expecte…
-
Using key attribute as a filter could make simpler some listings like searching an specific category from its slug (the key attribute, for example) or instead of its id, because sometimes the id is no…
-
Hello,
We have created so many custom query and mutations and we have write custom files for queries and mutations but its take more time. Would you please suggest how to improve performance for q…
-
### What problem does this address?
While WordPress normally handles most routing, file and dynamic, from within the WordPress installation there are architectures that go around this.
Specificall…
-
Hello,
I have to check JWT authentication on each request. So how can I check JWT authentication and where to put my code for verification.
Thanks.
-
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
);…