Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/learn/Learn-Queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,5 @@ Given that there are some situations where you don't know what type you'll get b

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.

GraphQL services provide a few meta fields, the rest of which are used to expose the [Introspection](./introspection/) system.
GraphQL services provide a few meta fields, the rest of which are used to expose the [Introspection](../introspection/) system.