mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Improve wording
This commit is contained in:
parent
e7ebb86e5a
commit
cc54c76a3e
|
@ -142,10 +142,11 @@ And different data with the variables ``{ "episode": 5 }``:
|
|||
Resolving data objects to types
|
||||
-------------------------------
|
||||
|
||||
As you build out your schema in Graphene it is common for your resolvers to
|
||||
As you build out your schema in Graphene it's common for your resolvers to
|
||||
return objects that represent the data backing your GraphQL types rather than
|
||||
instances of the Graphene types (e.g. Django or SQLAlchemy models). However
|
||||
when you start using Interfaces you might come across this error:
|
||||
instances of the Graphene types (e.g. Django or SQLAlchemy models). This works
|
||||
well with ``ObjectType`` and ``Scalar`` fields, however when you start using
|
||||
Interfaces you might come across this error:
|
||||
|
||||
.. code::
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user