Skip to content

Commit e849486

Browse files
Update GraphiQL docs URL in docs/settings
And deduplicate link declaration.
1 parent e49a01c commit e849486

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/settings.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,6 @@ Set to ``False`` if you want to disable GraphiQL headers editor tab for some rea
197197

198198
This setting is passed to ``headerEditorEnabled`` GraphiQL options, for details refer to GraphiQLDocs_.
199199

200-
.. _GraphiQLDocs: https://github.com/graphql/graphiql/tree/main/packages/graphiql#options
201-
202-
203200
Default: ``True``
204201

205202
.. code:: python
@@ -230,8 +227,6 @@ Set to ``True`` if you want to persist GraphiQL headers after refreshing the pag
230227

231228
This setting is passed to ``shouldPersistHeaders`` GraphiQL options, for details refer to GraphiQLDocs_.
232229

233-
.. _GraphiQLDocs: https://github.com/graphql/graphiql/tree/main/packages/graphiql#options
234-
235230

236231
Default: ``False``
237232

@@ -240,3 +235,6 @@ Default: ``False``
240235
GRAPHENE = {
241236
'GRAPHIQL_SHOULD_PERSIST_HEADERS': False,
242237
}
238+
239+
240+
.. _GraphiQLDocs: https://graphiql-test.netlify.app/typedoc/modules/graphiql_react#graphiqlprovider-2

0 commit comments

Comments
 (0)