File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -197,9 +197,6 @@ Set to ``False`` if you want to disable GraphiQL headers editor tab for some rea
197
197
198
198
This setting is passed to ``headerEditorEnabled `` GraphiQL options, for details refer to GraphiQLDocs _.
199
199
200
- .. _GraphiQLDocs : https://github.com/graphql/graphiql/tree/main/packages/graphiql#options
201
-
202
-
203
200
Default: ``True ``
204
201
205
202
.. code :: python
@@ -230,8 +227,6 @@ Set to ``True`` if you want to persist GraphiQL headers after refreshing the pag
230
227
231
228
This setting is passed to ``shouldPersistHeaders `` GraphiQL options, for details refer to GraphiQLDocs _.
232
229
233
- .. _GraphiQLDocs : https://github.com/graphql/graphiql/tree/main/packages/graphiql#options
234
-
235
230
236
231
Default: ``False ``
237
232
@@ -240,3 +235,6 @@ Default: ``False``
240
235
GRAPHENE = {
241
236
' GRAPHIQL_SHOULD_PERSIST_HEADERS' : False ,
242
237
}
238
+
239
+
240
+ .. _GraphiQLDocs : https://graphiql-test.netlify.app/typedoc/modules/graphiql_react#graphiqlprovider-2
You can’t perform that action at this time.
0 commit comments