We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ofType
id
ID
1 parent 0407e13 commit 4e9d192Copy full SHA for 4e9d192
site/learn/Learn-Introspection.md
@@ -136,8 +136,8 @@ Those are our fields that we defined on `Droid`!
136
137
`id` looks a bit weird there, it has no name for the type. That's
138
because it's a "wrapper" type of kind `NON_NULL`. If we queried for
139
-`ofType` on that field's type, we would find the `String` type there,
140
-telling us that this is a non-null String.
+`ofType` on that field's type, we would find the `ID` type there,
+telling us that this is a non-null ID.
141
142
Similarly, both `friends` and `appearsIn` have no name, since they are the
143
`LIST` wrapper type. We can query for `ofType` on those types, which will
0 commit comments