mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +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
|
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
|
return objects that represent the data backing your GraphQL types rather than
|
||||||
instances of the Graphene types (e.g. Django or SQLAlchemy models). However
|
instances of the Graphene types (e.g. Django or SQLAlchemy models). This works
|
||||||
when you start using Interfaces you might come across this error:
|
well with ``ObjectType`` and ``Scalar`` fields, however when you start using
|
||||||
|
Interfaces you might come across this error:
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user