Skip to content

Commit

Permalink
Update schema-basics.md (#3234)
Browse files Browse the repository at this point in the history
  • Loading branch information
bricker authored Nov 17, 2023
1 parent c33e5bb commit edebcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/schema-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ To achieve this, we introduce the concept of the
function.

Continuing with this example of books and authors, resolvers can be defined to
provides values to the fields:
provide values to the fields:

```python
def get_author_for_book(root) -> "Author":
Expand Down

0 comments on commit edebcb3

Please sign in to comment.