Skip to content

Commit 69bf869

Browse files
authored
In introduction to Learn, mention where to find technical docs (graphql#128)
1 parent 044e61d commit 69bf869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/learn/Introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ 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/).
11+
1012
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.
1113

1214
A GraphQL service is created by defining types and fields on those types, then providing functions for each field on each type. For example, a GraphQL service that tells us who the logged in user is (`me`) as well as that User's name might look something like this:

0 commit comments

Comments
 (0)