Skip to content

Commit

Permalink
Update mocking.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo authored Dec 28, 2017
1 parent 80f2f4c commit 3612216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/mocking.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Let's take a look at how we can mock a GraphQL schema with just one line of code

[See a complete runnable example on Launchpad.](https://launchpad.graphql.com/98lq7vz8r)

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).
To start, let's grab the schema definition string from the `makeExecutableSchema` example [in the "Generating a schema" article](./generate-schema.html#example).

```js
import { makeExecutableSchema, addMockFunctionsToSchema } from 'graphql-tools';
Expand Down

0 comments on commit 3612216

Please sign in to comment.