You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After attempting to upgrade to version 1.11.5, we are getting the following error raised when trying to access a scalar on one of our queries. This did not occur in version 1.11.4.
Describe the bug
After attempting to upgrade to version 1.11.5, we are getting the following error raised when trying to access a scalar on one of our queries. This did not occur in version 1.11.4.
Versions
graphql
version: 1.11.5rails
(or other framework): 6.0.3.3graphql-batch
: 0.4.3graphql-client
: 0.16.0GraphQL schema
The problem seems to be related to accessing the
originalSrc
scalar on this GraphQL type:https://shopify.dev/docs/admin-api/graphql/reference/object/image
GraphQL query
Example GraphQL query and response (if query execution is involved)
Steps to reproduce
Run the query and attempt to access
image.original_src
on one of the nodes.Expected behavior
The query should work.
Actual behavior
What specifically went wrong?
Place full backtrace here (if a Ruby exception is involved):
Click to view exception backtrace
The text was updated successfully, but these errors were encountered: