Marcin Gębala
Marcin Gębala
This is partially solved since we have code names and specific error types for some of the mutation. We will have to figure out changing the `field` field from a...
We use dedicated error types for all new mutations, which fulfills point 2. Also, we add more context to mutation errors, for example, by allowing to query IDs of input...
@fowczarek Is this still relevant?
Can't tell when it will be added in Saleor but we definitely want to have it. In fact we already have dashboard mockups for that.
It seems it's a different issue than the one fixed in #6215. We'll check it.
@dependabot rebase
Btw we've recently bumped Graphene version and now Graphene supports setting deprecation messages for enums. I think we have our own wrapper for that which I think isn't required anymore....
That's a separate issue but this version also added the implementation of `Decimal` scalar so we should be able to drop our own implementation.
E.g. we have three similar fixtures for creating orders, all of them save instances in the database: - `order` - `order_with_lines` - `orders_list` Question is how could we rewrite them...
Related issue: https://github.com/mirumee/saleor/issues/2120