Maroš Kučera
Maroš Kučera
Hello, I too have encountered this error in my application and prepared a sample app: ``` from flask import Flask from flask_graphql import GraphQLView from graphene import ObjectType, String, Schema...
Is there anything I can do to help resolve this? From my limited investigation, what mullman-mission suggested seems to be the cleanest possible solution. Since May, we patch the library...
After each update of the library, we find the `wrap_get_response` function in the `newrelic/hooks/component_graphqlserver.py` file in our virtualenv's site-packages and add ``` if query is None: return wrapped(*args, **kwargs) ```...