Correct Babel Relay Plugin docs link per Issue 358.

See graphql-python#358.
This commit is contained in:
changeling 2019-05-15 16:27:35 -05:00
parent 96908beaf7
commit 884c4cce0c

View File

@ -1,9 +1,7 @@
Introspection Schema Introspection Schema
==================== ====================
Relay uses `Babel Relay Relay Modern uses `Babel Relay Plugin <https://facebook.github.io/relay/docs/en/installation-and-setup>`__ which requires you to provide your GraphQL schema data.
Plugin <https://facebook.github.io/relay/docs/guides-babel-plugin.html>`__
that requires you to provide your GraphQL schema data.
Graphene comes with a Django management command to dump your schema Graphene comes with a Django management command to dump your schema
data to ``schema.json`` which is compatible with babel-relay-plugin. data to ``schema.json`` which is compatible with babel-relay-plugin.