This commit is contained in:
Danilo Herrera 2019-07-08 22:21:50 +01:00 committed by Jonathan Kim
parent 4170e73251
commit 57157ab7f4

View File

@ -103,7 +103,7 @@ For each **Field** in our **Schema**, we write a **Resolver** method to fetch da
Schema Definition Language (SDL) Schema Definition Language (SDL)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In the `GraphQL Schema Definition Language`_, we could describe the feilds defined by our example code as show below. In the `GraphQL Schema Definition Language`_, we could describe the fields defined by our example code as show below.
.. _GraphQL Schema Definition Language: https://graphql.org/learn/schema/ .. _GraphQL Schema Definition Language: https://graphql.org/learn/schema/