From 884c4cce0c3342cf0b27c22ec08e6ee6145f3a49 Mon Sep 17 00:00:00 2001 From: changeling Date: Wed, 15 May 2019 16:27:35 -0500 Subject: [PATCH] Correct Babel Relay Plugin docs link per Issue 358. See graphql-python#358. --- docs/introspection.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/introspection.rst b/docs/introspection.rst index 92e3612..0fc6776 100644 --- a/docs/introspection.rst +++ b/docs/introspection.rst @@ -1,9 +1,7 @@ Introspection Schema ==================== -Relay uses `Babel Relay -Plugin `__ -that requires you to provide your GraphQL schema data. +Relay Modern uses `Babel Relay Plugin `__ which requires you to provide your GraphQL schema data. Graphene comes with a Django management command to dump your schema data to ``schema.json`` which is compatible with babel-relay-plugin.