Skip to content

Commit

Permalink
Merge pull request #12 from papandreou/patch-1
Browse files Browse the repository at this point in the history
Fix spelling of "Gatsby" :)
  • Loading branch information
m-allanson authored Sep 18, 2018
2 parents 6534a1a + 8288aff commit 3bdcb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0000-native-graphql-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Summary

This RFCs proposes the way to add third-party GraphQL schemas into Gatsby core schema. In addition to a low-level API to add schemas to be stitched, it describes a higher-level API/plugin to integrate third-party APIs into your Gatbsy API.
This RFCs proposes the way to add third-party GraphQL schemas into Gatsby core schema. In addition to a low-level API to add schemas to be stitched, it describes a higher-level API/plugin to integrate third-party APIs into your Gatsby API.

* [Implementation](https://github.com/gatsbyjs/gatsby/tree/graphql/schema-stitching)
* [Simple example project](https://github.com/freiksenet/gatsby-github-displayer)
Expand Down Expand Up @@ -95,7 +95,7 @@ exports.sourceNodes = async ({ boundActionCreators }) => {
# Motivation
When Gatsby started, there weren't that many GraphQL APIs in the wild. Nowadays, not only there are many public GraphQL APIs, but also many people have their own internal GraphQL API. Tools like Prisma and AWS Appsync are increasingly popular. As Gastby uses GraphQL, it's weird that there is no native way to use those plugin schemas. Currently one needs to create a custom source plugin for every GraphQL API.
When Gatsby started, there weren't that many GraphQL APIs in the wild. Nowadays, not only there are many public GraphQL APIs, but also many people have their own internal GraphQL API. Tools like Prisma and AWS Appsync are increasingly popular. As Gatsby uses GraphQL, it's weird that there is no native way to use those plugin schemas. Currently one needs to create a custom source plugin for every GraphQL API.
This RFCs proposes the way to automatically merge Gatsby schema with third-party APIs. In addition, it provides a simple to use plugin to do that, that should cover most of the use cases.
Expand Down

0 comments on commit 3bdcb6b

Please sign in to comment.