Graphql get products #145
-
Using graphql api How can I get all products that's within a subcategorie |
Beta Was this translation helpful? Give feedback.
Answered by
mustafahoda
Feb 21, 2023
Replies: 1 comment 4 replies
-
Hi @dyk9456 , You can use the following GraphQL Query to get products by providing the Category ID. This will work for both Category and Subcategories.
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
logeshswell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dyk9456 ,
You can use the following GraphQL Query to get products by providing the Category ID. This will work for both Category and Subcategories.