File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,11 @@ And different data with the variables ``{ "episode": 5 }``:
142
142
Resolving data objects to types
143
143
-------------------------------
144
144
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
146
146
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:
149
150
150
151
.. code ::
151
152
You can’t perform that action at this time.
0 commit comments