Skip to content

Commit cc54c76

Browse files
committed
Improve wording
1 parent e7ebb86 commit cc54c76

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/types/interfaces.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,11 @@ And different data with the variables ``{ "episode": 5 }``:
142142
Resolving data objects to types
143143
-------------------------------
144144

145-
As you build out your schema in Graphene it is common for your resolvers to
145+
As you build out your schema in Graphene it's common for your resolvers to
146146
return objects that represent the data backing your GraphQL types rather than
147-
instances of the Graphene types (e.g. Django or SQLAlchemy models). However
148-
when you start using Interfaces you might come across this error:
147+
instances of the Graphene types (e.g. Django or SQLAlchemy models). This works
148+
well with ``ObjectType`` and ``Scalar`` fields, however when you start using
149+
Interfaces you might come across this error:
149150

150151
.. code::
151152

0 commit comments

Comments
 (0)