Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
fix(typo): typo in import example (: instead of ;) (ardatan#1122)
Browse files Browse the repository at this point in the history
* fix(typo): typo in import example (: instead of ;)

* Update remote-schemas.md
  • Loading branch information
mohsen89z authored and abernix committed Jul 22, 2019
1 parent 8625dd0 commit 747d0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/remote-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Basic usage

```js
import fetch from 'node-fetch';
import { print } from 'graphql':
import { print } from 'graphql';

const fetcher = async ({ query: queryDocument, variables, operationName, context }) => {
const query = print(queryDocument);
Expand Down

0 comments on commit 747d0ca

Please sign in to comment.