Ace Han
Ace Han
@Mozkileo these two settings work like a charm!!! @MikhailArkhipov I think this should be mentioned somewhere in the doc since some dev like me, prefers debuging while coding
For those people starting with a `brand-new` project with oscar, I think [Saleor](https://saleor.readthedocs.io/en/latest/architecture/products.html) is giving a good example for variants scenarios. With below alignments in `django-oscar` * No more standalone...
As I checked it recently, the pending task in todo list > _Check dependant libraries: https://github.com/tfoxy/graphene-django-optimizer and https://github.com/eamigo86/graphene-django-extras_ `graphene-django-optimizer` has been done its part to support V3 both for `graphene`...
> clone saleor-sdk switch into a stable branch like master Run these commands > > ``` > $ npm i > $ cd lib > $ npm link > ```...
Why +1. Referring to [axios/lib/core/Axios#L49](https://github.com/axios/axios/blob/85c9d4ffb093debaca82f76377f102ab2af913cb/lib/core/Axios.js#L49) `interceptors` is actually an array . It'd be better that having this feature.
Hello, there. Is this issue resolved? 'Cuz I am still not getting it work as expected. Here is my code. When you change the reference back to 4.x all things...
@pawelfus The work around works! Thanks a million! However, I still hope the work-around finally get into the code base, thx
So I did a little bit code digging and found that `graphene_django.rest_framework.mutation.SerializerMutation` has the same issue and I think using `global id` for update in `DjangoModelFormMutation` and `SerializerMutation` is better....
Found some issue similar to this issue #728
@L0rdCr1s I did not get it work. please refer to this [comment](https://github.com/graphql-python/graphene-django/issues/957#issuecomment-626307802) and be patient 😃