We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555a266 commit a09cdceCopy full SHA for a09cdce
docs/usage/extension.rst
@@ -17,7 +17,7 @@ follows::
17
"""))
18
19
Note that this function expects the extensions as an AST, which we can get using the
20
-:func:`graphql.language.parse` function. Also note that the `extend_schema` function
+:func:`graphql.language.parse` function. Also note that the :func:`~graphql.extend_schema` function
21
does not alter the original schema, but returns a new schema object.
22
23
We also need to attach a resolver function to the new field::
0 commit comments