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
Before opening this issue, I have:
@shopify/*
{ logger: { level: LogSeverity.Debug } }
I think this not load 2024-10 version api schema
What do you think should happen?
No validation error
What actually happens?
Error 0: Cannot query field "category" on type "Product" Error 1: Cannot query field "optionValues" on type "ProductOption"
query getProductDetail { product(id: "") { id availableForSale title description handle category { name } productType descriptionHtml calories: metafield(namespace: "custom", key: "calories") { value } options { name optionValues { id name firstSelectableVariant { availableForSale currentlyNotInStock quantityRule { increment maximum minimum } price { amount } } } } media(first: 10) { nodes { mediaContentType previewImage { url altText width height } } } seo { title description } tags compareAtPriceRange { maxVariantPrice { amount currencyCode } minVariantPrice { amount currencyCode } } priceRange { maxVariantPrice { amount currencyCode } minVariantPrice { amount currencyCode } } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue summary
Before opening this issue, I have:
@shopify/*
package and version: @shopify/api-codegen-preset 1.1.3{ logger: { level: LogSeverity.Debug } }
in my configuration, when applicableI think this not load 2024-10 version api schema
Expected behavior
What do you think should happen?
No validation error
Actual behavior
What actually happens?
Steps to reproduce the problem
Debug logs
The text was updated successfully, but these errors were encountered: