Closed catgirlinspace closed 7 months ago
Hrm, we have a custom subclass of the debug toolbar middleware in here (https://github.com/strawberry-graphql/strawberry-django/blob/main/strawberry_django/middlewares/debug_toolbar.py#L165), which in theory should not be graphiql specific.
Maybe we need to tweak it...
Think I found the issue, the fix will be included in the next release
Describe the Bug
Sending GraphQL requests from Apollo Sandbox (when configured with the
graphql_ide
parameter) does not update the debug toolbar like it does for GraphiQL.GraphiQL properly updates the debug toolbar:
Apollo Sandbox does not:
Upvote & Fund