- ๐ฎ๐ณIndia shabana.navas
We're running GraphQL 8.x-4.8 and are seeing the same issue w/ GraphQL queries not working after each deploy to production. We don't use GraphQL Compose.
A query to get the Commerce Orders in the GraphQL explorer, returns errors like this:
{ "errors": [ { "message": "Cannot query field \u0022derivative\u0022 on type \u0022FieldItemTypeImage\u0022.", "extensions": { "category": "graphql" }, "locations": [ { "line": 88, "column": 25 } ] }, { "message": "Cannot query field \u0022derivative\u0022 on type \u0022FieldItemTypeImage\u0022.", "extensions": { "category": "graphql" }, "locations": [ { "line": 121, "column": 25 } ] }, ...
After clearing cache a couple of more times, it starts working again.