Skip to content

Commit

Permalink
Update README.md (#22781)
Browse files Browse the repository at this point in the history
The API referenced in the examples is no longer available. Here's the correct one.
  • Loading branch information
alejandronanez authored Apr 3, 2020
1 parent ab9cc63 commit 1161794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
// Field under which the remote schema will be accessible. You'll use this in your Gatsby query
fieldName: "swapi",
// Url to query from
url: "https://api.graphcms.com/simple/v1/swapi",
url: "https://swapi-graphql.netlify.com/.netlify/functions/index",
},
},

Expand Down

0 comments on commit 1161794

Please sign in to comment.