Skip to content

Commit a3ac550

Browse files
lorensrleebyron
authored andcommitted
Update wording in Learn-Schema (graphql#525)
1 parent 14d8c11 commit a3ac550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/Learn-Schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ It's important to remember that other than the special status of being the "entr
114114

115115
A GraphQL object type has a name and fields, but at some point those fields have to resolve to some concrete data. That's where the scalar types come in: they represent the leaves of the query.
116116

117-
In the following query, the `name` and `appearsIn` will resolve to scalar types:
117+
In the following query, the `name` and `appearsIn` fields will resolve to scalar types:
118118

119119
```graphql
120120
# { "graphiql": true }

0 commit comments

Comments
 (0)