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: docs/source/mocking.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Let's take a look at how we can mock a GraphQL schema with just one line of code
13
13
14
14
[See a complete runnable example on Launchpad.](https://launchpad.graphql.com/98lq7vz8r)
15
15
16
-
To start, let's grab the schema definition string from the `makeExecutableSchema` example [in the "Generating a schema" article](https://www.apollographql.com/docs/graphql-tools/generate-schema.html#example).
16
+
To start, let's grab the schema definition string from the `makeExecutableSchema` example [in the "Generating a schema" article](./generate-schema.html#example).
0 commit comments