Semyon Pupkov

Results 26 issues of Semyon Pupkov

`DjangoModelFormMutation` does not return null in errors field. If form is valid, errors will be empty array. If form invalid, errors will be filled as `ErrorType`. Specification https://spec.graphql.org/June2018/#sec-Type-System.Non-Null says in...

`DjangoModelFormMutation` allows as perform two operations create or update if not specified `exclude_fields = ('id', )` For example ```python class MyMutation(DjangoModelFormMutation): class Meta: form_class = MyForm ``` For this mutation,...

✨enhancement

This PR adds example how to configure cookies store for sidekiq web if rails in api mode (for rack app we already have an example) It may reduce wasting time...

### Checks Hi, I found strange behaviour in v.1.9.1, pls see code example * [x] I added a descriptive title to this issue * [x] I have searched (google, github)...

bug

Hi I work on big hightload project and copmplition in my gvim very slow. In terminal i see how started project when i type dot. I wait about 1 min...

completion

Just fix typo ;)

Hi, ✋ Firstly, thanks for the great lib. This helps us to build our documentation. Second. Can you explain what the status of this project, we have some issues and...

@davidstosik @jakehow Hi. What do you think to allow pass metadata options to example_request?

I try to debug resque job. in my code `pry.binding.remote_pry` When i start resque `QUEUE=* rake resque:work --trace` and see in log [pry-remote] Waiting for client on druby://127.0.0.1:9876 try to...

- pin graphene-django version - fix lib error should be only two backends