You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My knowledge of these libraries is pretty minimal but I noticed this as our largest queries can take ~300ms or so of parsing + validating, and even after introducing a cache inside a subclass of graphene_django.views.GraphQLView I was still getting a delay on execution.
I would make a pull request, but I think the approach probably requires a discussion first!