Skip to content

Commit b18e2f9

Browse files
poopoothegorillaSashko Stubailo
authored and
Sashko Stubailo
committed
fix Introspection link (graphql#147)
1 parent 5b1052e commit b18e2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/Learn-Queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,5 @@ Given that there are some situations where you don't know what type you'll get b
283283

284284
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.
285285

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.
287287

0 commit comments

Comments
 (0)