Iga Karbowiak
Iga Karbowiak
@fowczarek, yes, but there is a separate ticket for this filter. I will fix it in another PR.
@tomaszszymanski129 tests are failing :(
> In data migration, we assign channels without any restriction. As I understand, all groups will have access to all channels? > PermissionGroupUpdateInput What about the situation when the Group...
The current solution has been accepted by @patrys.
@korycins >To keep a consistency with the rest attribute's types like Page/Product, shouldn't we have mutations like OrderAttributeAssign, OrderAttributeUnasign? I see such apporach in both types (Page, Product) so I...
> > The collection could be changed from static to dynamic - the collection products will be overwritten with products that match the rules in the asynchronous task > >...
> Should AttributeUpdate also trigger recalculation? Yes, it should. Thanks!
Maybe instead of adding a new field to `Product`, where we already have `variants` and `default_variant` fields, we should add the filter option to `Product.variants` field? Same for `attributes`.
@kadewu The `pytest` CI is mandatory to pass. Maybe you need to rebase your PR.
Hi @g-londhe! Filtering attributes by `values` looking for attribute values with matching slugs. In the case of numeric attributes, it's usually better to filter by `valuesRange`. For filtering by a...