Relative Content

Tag Archive for djangographene-pythongraphene-django

Django Graphene GraphQL customize Error messages

In my Django app with Graphene for GraphQL, how do I intercept the Graphene GraphQL messages so I can sanitize the content? I tried creating a custom graphql view and a custom_execute function and using that in the urlpatterns endpoint definition: