graphql: productsCount #3646
-
For entries there exists the query |
Beta Was this translation helpful? Give feedback.
Answered by
nfourtythree
Aug 29, 2024
Replies: 1 comment 1 reply
-
Hi @soerenmeier Thank you for your message. This is already possible with {
productCount(type: "bike")
} Hopes this helps, thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nfourtythree
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @soerenmeier
Thank you for your message.
This is already possible with
productCount
. Example query:Hopes this helps, thanks!