-
~Does this mean Field Collections are not supported?~
https://github.com/olragon/graphql_api/blob/c1590e894babeae9670bf99725f9c7f8f8f197fb/src/Schema.php#L1636-L1637
This is not related ^ :)
…
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | no
| BC Break report? | no
| RFC? | no
| Version/Branch | dev-master
Example:
…
akomm updated
4 years ago
-
I added this class as there once was a request for it but never did add it.
It will get the (max 100 items) the latest added trailers from IMDb as seen on https://www.imdb.com/trailers/
Only lates…
-
Hi there,
I was trying to add Sentry error tracking to a project but found that errors thrown during a GraphQL request get swallowed up. It seems that [graphql-php catches the error](https://github…
jonom updated
6 months ago
-
See: https://github.com/google/web-stories-wp/issues/2950#issuecomment-656714802
The issue is here: https://github.com/wp-graphql/wp-graphql-jwt-authentication/blob/develop/src/ManageTokens.php#L33…
-
### Description
Every single GraphQL field has a semantic description, which looks like is getting translated on every single query even though they don't really need to be.
This is creating mas…
-
### What happened?
### Description
Previous image transform method is not returning the transformed image data as expected.
Previous GraphQL on Craft CMS version 4.10.6:
```
thumbnailImage @tr…
-
### Module version(s) affected
4.3.5+
### Description
I’ve been seeing the following warning from some projects with GraphQL, have finally decided to stop ignoring them and investigate:
> …
-
How to paginate when using laravel-graphql?
-
Is there any way to parse a Schema Definition Language file with this library?
I'd rather write type definitions _the GraphQL way_ than using php arrays and custom-made objects, so that my definition…