Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions graphql_playground/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class GraphQLPlaygroundView(TemplateView):
workspace_name=None
config=None
settings=None
tabs=None

def __init__(self,
endpoint=None,
Expand All @@ -26,6 +27,7 @@ def __init__(self,
'workspaceName': workspace_name,
'config': config,
'settings': settings,
'tabs': tabs,
}

def get_context_data(self, *args, **kwargs):
Expand Down