Skip to content

Commit

Permalink
Merge pull request #556 from enaqx/patch-4
Browse files Browse the repository at this point in the history
doc: fix Generating schema URL on Mocking page
  • Loading branch information
Sashko Stubailo authored Dec 28, 2017
2 parents 3e24c69 + 3612216 commit 59592e1
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](/tools/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 59592e1

Please sign in to comment.