From 587ce5ae9314fbf650f99c0ae648d7a26919eb3a Mon Sep 17 00:00:00 2001 From: Johan Zietsman Date: Tue, 30 Oct 2018 14:23:29 +0200 Subject: [PATCH] Update interfaces.rst --- docs/types/interfaces.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/interfaces.rst b/docs/types/interfaces.rst index 21cf2173..f2073d6a 100644 --- a/docs/types/interfaces.rst +++ b/docs/types/interfaces.rst @@ -91,7 +91,7 @@ For example, you can define a field ``hero`` that resolves to any schema = graphene.Schema(query=Query, types=[Human, Droid]) This allows you to directly query for fields that exist on the Character interface -as well as selecting specific fields on any type that implments the interface +as well as selecting specific fields on any type that implements the interface using `inline fragments `_. For example, the following query: