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
Add items to cart Sign In query active customer query active orders in the orders query goes null
{ activeCustomer { orders(options: { filter: { active: { eq:false} } }) { items { id } } } }
Here is a loom video of current error https://www.loom.com/share/9e8d9b7010e04aa3af6669e72e1c4b10
The text was updated successfully, but these errors were encountered:
56449b8
michaelbromley
No branches or pull requests
Steps to reproduce
Add items to cart
Sign In
query active customer query
active orders in the orders query goes null
Current workaround
Here is a loom video of current error
https://www.loom.com/share/9e8d9b7010e04aa3af6669e72e1c4b10
The text was updated successfully, but these errors were encountered: