Skip to content

Update generated SDKs #793

New issue

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

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8189,10 +8189,12 @@ type ProductProjection {
hasStagedChanges: Boolean!
published: Boolean!
masterVariant: ProductSearchVariant!
variants: [ProductSearchVariant!]!

"Fetch all variants, including the master variant in first position."
allVariants: [ProductSearchVariant!]!
"Fetch all variants, excluding the master variant. If `onlyMatching` is used, filter this list based on the the search query."
variants(onlyMatching: Boolean): [ProductSearchVariant!]!

"Fetch all variants, including the master variant in first position. If `onlyMatching` is used, filter this list based on the the search query."
allVariants(onlyMatching: Boolean): [ProductSearchVariant!]!
taxCategoryRef: Reference
taxCategory: TaxCategory
stateRef: Reference
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,4 @@ e8f731a742ca2997342b1b5f98121d86c8189a3b
b7b82f5a701908239fcf39781bcbfa80823c9fa0
cc1732f88ea3dc336358ff9f39cda9d5271cf7c2
d042ef009240bb55e9b5b18003aba682ec9baa98
7d500b75265e9fdc6c5a47acb4e1df29523f707c
Loading