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-Queries.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -283,5 +283,5 @@ Given that there are some situations where you don't know what type you'll get b
283
283
284
284
In the above query, `search` returns a union type that can be one of three options. It would be impossible to tell apart the different types from the client without the `__typename` field.
285
285
286
-
GraphQL services provide a few meta fields, the rest of which are used to expose the [Introspection](./introspection/) system.
286
+
GraphQL services provide a few meta fields, the rest of which are used to expose the [Introspection](../introspection/) system.
0 commit comments