Skip to content
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

Active orders in activeCustomer Query goes null #374

Closed
zifahm opened this issue Jun 12, 2020 · 0 comments
Closed

Active orders in activeCustomer Query goes null #374

zifahm opened this issue Jun 12, 2020 · 0 comments
Assignees
Labels
type: bug 🐛 Something isn't working @vendure/core
Milestone

Comments

@zifahm
Copy link

zifahm commented Jun 12, 2020

Steps to reproduce

Add items to cart
Sign In
query active customer query
active orders in the orders query goes null

Current workaround

{
  activeCustomer {
    orders(options: {
      filter: {
        active: { eq:false}
      }
    }) {
      items {
        id
      }
    }
  }
}

Here is a loom video of current error
https://www.loom.com/share/9e8d9b7010e04aa3af6669e72e1c4b10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working @vendure/core
Projects
None yet
Development

No branches or pull requests

2 participants