Update interfaces.rst

This commit is contained in:
Justin Miller 2021-04-12 22:33:14 -07:00 committed by GitHub
parent f622f1f53c
commit f5321d619c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ Both of these types have all of the fields from the ``Character`` interface,
but also bring in extra fields, ``home_planet``, ``starships`` and
``primary_function``, that are specific to that particular type of character.
The full GraphQL schema defition will look like this:
The full GraphQL schema definition will look like this:
.. code::