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
Describe the bug on this repoduction setup it's not possible to get a list of products-slug from a given collection:
{ collection(slug: "collection1") { id productVariants { items { product { id slug } } } } }
we get this error: Cannot convert undefined or null to object but if we comment the slug bit, thequery works normally
Cannot convert undefined or null to object
slug
To Reproduce Steps to reproduce the behavior:
https://github.com/nonlinearcom/vendure-reproduction
Expected behavior if we query a collection, we should be able to get a list of products with their slugs :)
The text was updated successfully, but these errors were encountered:
5a2b2b7
michaelbromley
No branches or pull requests
Describe the bug
on this repoduction setup it's not possible to get a list of products-slug from a given collection:
we get this error:
Cannot convert undefined or null to object
but if we comment theslug
bit, thequery works normallyTo Reproduce
Steps to reproduce the behavior:
https://github.com/nonlinearcom/vendure-reproduction
Expected behavior
if we query a collection, we should be able to get a list of products with their slugs :)
The text was updated successfully, but these errors were encountered: