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

Query products with "not in" filter for collections #15429

Open
1 task
emilaleksanteri opened this issue Feb 20, 2024 · 0 comments
Open
1 task

Query products with "not in" filter for collections #15429

emilaleksanteri opened this issue Feb 20, 2024 · 0 comments

Comments

@emilaleksanteri
Copy link

Problem

I would like to be able to query saleor with a "not in" collection filter. Reason for this being that I have a feature which implements a blacklist of products that live in a collection and I would like to make it trivial to query saleor directly to filter out products in that collection. Currently I need to do an awkward filter step which is not ideal performance wise.


1. General Assumptions

I don't know how hard this would be to implement on graphql side since im not an expert but on the db side it is pretty trivial.

Acceptance Criteria

  • "not in" filter for collections

2. API changes

Mutations

Types

3. Database changes

4. UML diagrams

5. To Do list

Tasks

6. To Test

  • [ ]
  • [ ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant