Rishabh

Results 14 comments of Rishabh

In my case, I was had included the directory eww inside my `bin` folder. Placing `eww` executable directly inside the `bin` folder, resolved my issue.

Hi @firaskafri @jamestsayre, The graphql [mutation-specification](https://spec.graphql.org/June2018/#sec-Mutation) outlines the following: - Let `errors` be any field errors produced while executing the selection set The expected behavior will align with the specification...

The underlying issue lies with the `graphene` library as it contains the base class `graphene.Mutation` which should surface errors as implemented in `DjangoFormMutation`.

@sithembiso could you share a code snippet to reproduce this issue?

@pavelnikolov I would like to take up this bug.

@pavelnikolov Could you point me to the lines where you parse the schema and check if the field can be a nullable or a non-nullable? Is `packer` similar to a...

@nsisodiya I agree, would be great if we could do that. Otherwise it's an excellent tool, just need to add JWT support.

Up for grabs, or is anyone working on it @jayvdb.

@meetmangukiya Could your please elaborate what you mean by monkey patching.