We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello please help me. I am facing the below error when using 'weight' in input.graphql
using package version
[dependencies] serde = { version = "1.0.13", features = ["derive"] } serde_json = "1.0" shopify_function = { version = "0.2.5" } graphql_client = { version = "0.13.0" }
it's working fine with shopify_function = { version = "0.2.4" }
The text was updated successfully, but these errors were encountered:
This looks to be caused by changes in #15, but should be fixed by #34.
Sorry, something went wrong.
hello @nickwesselman
Is there any update on this?
No branches or pull requests
Hello please help me.
I am facing the below error when using 'weight' in input.graphql
using package version
[dependencies]
serde = { version = "1.0.13", features = ["derive"] }
serde_json = "1.0"
shopify_function = { version = "0.2.5" }
graphql_client = { version = "0.13.0" }
it's working fine with shopify_function = { version = "0.2.4" }
The text was updated successfully, but these errors were encountered: