[Answered ]-GraphQLTestCase self.query query() got an unexpected keyword argument 'op_name'

1👍

apparently op_name argument was renamed to operation_name in graphene-django 3.0.0, you can check other changes here https://github.com/graphql-python/graphene-django/releases/tag/v3.0.0

Leave a comment