You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/learn/Learn-Schema.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ It's important to remember that other than the special status of being the "entr
114
114
115
115
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.
116
116
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:
0 commit comments