File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ next: /learn/queries/
9
9
10
10
> Learn about GraphQL, how it works, and how to use it. Looking for documentation on how to build a GraphQL service?
11
11
> There are libraries to help you implement GraphQL in [ many different languages] ( /code/ ) . For an in-depth learning experience
12
- > with practical tutorials, see [ How to GraphQL] ( https://www.howtographql.com ) . Check out the
13
- > free online course,
14
- > [ Exploring GraphQL: A Query Language for APIs] ( https://www.edx.org/course/exploring-graphql-a-query-language-for-apis ) .
12
+ > with practical tutorials, see [ the available training courses] ( /community/users/#training-courses ) .
15
13
16
14
GraphQL is a query language for your API, and a server-side runtime for executing queries using a type system you define for your
17
15
data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data.
You can’t perform that action at this time.
0 commit comments