Sultan Iman
Sultan Iman
@sreecodeslayer @atanych I got the same issue during my experiments with HTTPoison with some http & socks5 proxies so here is my workaround it is a big cumbersome though. The...
@patrick91 thanks for information. I tried to look into tests to see some examples but didn't find one. Does the [logic](https://github.com/graphql-python/graphene-django/blob/master/graphene_django/views.py#L176-L179) mean that I have to manually validate or override...
@patrick91 no worries, thank you very much for your time! I will definitely try it out.
@patrick91 I've been thinking about making a PR which documents this feature.
So I managed to make it and here is my solution ### Custom view ```python from typing import Any, Dict from graphene_django.views import GraphQLView from graphql.error import GraphQLError from graph.format_error...
@patrick91 documentation related question is where to add notion about custom error formatting? By the way is it planned to use `gettext` in `graphql-core` to have localised error messages? Thanks.
@patrick91 cool then I will create a page for it.
@pnovotnak thank you for your contribution, I've been reviewing them 👍
Need to polish and may be test changes.
Sure, take you time.