Skip to content

Commit 727574a

Browse files
committed
Add links to free edX course
This commit adds a few links to the free GraphQL edX course. Signed-off-by: Brian Warner <[email protected]>
1 parent 6f636be commit 727574a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

site/community/Community-Resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Developers inside and outside of Facebook have given talks about GraphQL at conf
114114

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

117+
- [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
117118
- [How to GraphQL](https://www.howtographql.com): The Fullstack Tutorial for GraphQL
118119
- [Building Apollo](https://dev-blog.apollodata.com/)
119120
- [Learn GraphQL](https://learngraphql.com/basics/introduction)

site/learn/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: /learn/
77
next: /learn/queries/
88
---
99

10-
> 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.
10+
> 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).
1111
1212
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.
1313

0 commit comments

Comments
 (0)