Patrick Arminio
Patrick Arminio
@ktosiek we could try with https://github.com/graphql-python/swapi-graphene I wanted to test graphene 3 at work, but we are still on v1 :D
@pizzapanther would mind having a look at my proposal here: https://github.com/graphql-python/graphene/pull/846 ? It is a more generic solution that works with any kind of fields (either scalars and object types)...
Yup, it is possible, I haven't tried but it should be here: https://github.com/graphql-python/graphene-django/blob/master/graphene_django/views.py#L176-L179 Let me know if that works!
Yes, I think so :) I would do: ```python from graphene_django.views import GraphQLView class MyGraphQLView(GraphQLView): def format_error(self, error): return 'ABC' ``` That should work, sorry I can't test this right...
Let me know, might be worth to add something to the docs about this :)
@imanhodjaev not sure, maybe we could create another page just for that :) > By the way is it planned to use gettext in graphql-core to have localised error messages?...
@rochdev sure! I might coming up with some actual examples later (as I'm adding some traces manually right now), but on a high level I'd say we could log the...
it's mroe that the gateway calls service a and b :) like this: the gateways is written in node yes and we already get some traces. Would be helpful if...
Sorry for the radio silence on this, I need to make a bit of time to make a full example. Might take a few weeks!