Skip to content

Commit

Permalink
Merge pull request #799 from graphql/add-edx
Browse files Browse the repository at this point in the history
Add links to free edX course
  • Loading branch information
caniszczyk committed Nov 27, 2019
2 parents 6f636be + 727574a commit 776be7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions site/community/Community-Resources.md
Expand Up @@ -114,6 +114,7 @@ Developers inside and outside of Facebook have given talks about GraphQL at conf

To explore other community-developed resources and content about GraphQL, take a look at these sites:

- [Exploring GraphQL: A Query Language For APIs](https://www.edx.org/course/exploring-graphql-a-query-language-for-apis): A free 7 week edX course
- [How to GraphQL](https://www.howtographql.com): The Fullstack Tutorial for GraphQL
- [Building Apollo](https://dev-blog.apollodata.com/)
- [Learn GraphQL](https://learngraphql.com/basics/introduction)
Expand Down
2 changes: 1 addition & 1 deletion site/learn/Introduction.md
Expand Up @@ -7,7 +7,7 @@ permalink: /learn/
next: /learn/queries/
---

> Learn about GraphQL, how it works, and how to use it in this series of articles. Looking for documentation on how to build a GraphQL service? There are libraries to help you implement GraphQL in [many different languages](/code/). For an in-depth learning experience with practical tutorials, visit the [How to GraphQL](https://www.howtographql.com) fullstack tutorial website.
> Learn about GraphQL, how it works, and how to use it in this series of articles. Looking for documentation on how to build a GraphQL service? There are libraries to help you implement GraphQL in [many different languages](/code/). For an in-depth learning experience with practical tutorials, visit the [How to GraphQL](https://www.howtographql.com) fullstack tutorial website. We have also partnered with edX to create a free online course, [Exploring GraphQL: A Query Language for APIs](https://www.edx.org/course/exploring-graphql-a-query-language-for-apis).
GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data.

Expand Down

0 comments on commit 776be7e

Please sign in to comment.