Skip to content

Commit bfa9b32

Browse files
Add Introspection Schema Link
By the end of the Graphene and Django Tutorial using Relay, one might think they have finished everything needed server side for Relay, but six sections later, in a section that doesn't mention Relay in the title, the final required step for Relay is documented.
1 parent 9351626 commit bfa9b32

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/tutorial-relay.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,10 @@ Or you can get only 'meat' ingredients containing the letter 'e':
345345
}
346346
}
347347
}
348+
349+
350+
351+
Final Steps
352+
^^^^^^^^^^^
353+
354+
We have created a GraphQL endpoint that will work with Relay, but for Relay to work it needs access to a (non python) schema. Instructions to export the schema can be found on the `Introspection Schema <http://docs.graphene-python.org/projects/django/en/latest/introspection/>`__ part of this guide.

0 commit comments

Comments
 (0)