diff --git a/graphql_playground/views.py b/graphql_playground/views.py index a4c5139..766eb7c 100644 --- a/graphql_playground/views.py +++ b/graphql_playground/views.py @@ -11,6 +11,7 @@ class GraphQLPlaygroundView(TemplateView): workspace_name=None config=None settings=None + tabs=None def __init__(self, endpoint=None, @@ -26,6 +27,7 @@ def __init__(self, 'workspaceName': workspace_name, 'config': config, 'settings': settings, + 'tabs': tabs, } def get_context_data(self, *args, **kwargs):