Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduction.md #36

Merged
merged 2 commits into from
Aug 4, 2017
Merged

Introduction.md #36

merged 2 commits into from
Aug 4, 2017

Conversation

jonirrings
Copy link
Collaborator

@jonirrings jonirrings commented Jul 25, 2017

Signed-off-by: Jonir Rings peterpuyi@live.cn

close #7

Signed-off-by: Jonir Rings <peterpuyi@live.cn>
@jonirrings jonirrings changed the title Introduction.md translation done Introduction.md Jul 25, 2017
@linhe0x0 linhe0x0 mentioned this pull request Jul 26, 2017
@linhe0x0 linhe0x0 self-requested a review July 26, 2017 07:35
Copy link

@Tina92 Tina92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sqrthree 校对完成

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/).
> 了解 GraphQL,它如何运作,如何在这系列文章中使用它。在找如何搭建 GraphQL 服务的文档?这有一些类库可以帮你用[多种不同语言](/code/)实现 GraphQL。
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 了解 GraphQL,它如何运作,如何在这系列文章中使用它。

  • 在接下来的一系列文章中,我们会了解 GraphQL 是什么,它是如何运作以及如何使用它。

@@ -36,9 +36,9 @@ function User_name(user) {
}
```

Once a GraphQL service is running (typically at a URL on a web service), it can be sent GraphQL queries to validate and execute. A received query is first checked to ensure it only refers to the types and fields defined, then runs the provided functions to produce a result.
一旦一个 GraphQL 服务跑起来了(通常在 web 服务的一个 URL 上),它就能接收 GraphQL 查询,并验证和执行。接收到的查询首先会被检查确保它只引用了已定义的类型和字段,然后运行指定的解析函数来生成结果。
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

跑起来了 => 运行起来 建议使用书面语言

@@ -58,4 +58,4 @@ Could produce the JSON result:
}
```

Learn more about GraphQL—the query language, type system, how the GraphQL service works, as well as best practices for using GraphQL to solve common problems—in the articles written in this section.
你可以从本章节的 GraphQL 查询语言、类型系统、GraphQL 服务如何运作以及使用 GraphQL 的最佳实践的文章中,学到如何解决常见问题。
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在这系列文章中,我们会学习更多关于 GraphQL 的知识,包括查询语言、类型系统、GraphQL 服务的工作原理以及使用 GraphQL 解决常见问题的最佳实践。

Signed-off-by: Jonir Rings <peterpuyi@live.cn>
@jonirrings
Copy link
Collaborator Author

@Tina92 感谢审校。已修正

@jonirrings
Copy link
Collaborator Author

@sqrthree 老大来approve一下,我没法给自己approve

@linhe0x0 linhe0x0 merged commit 33bf515 into xitu:zh-Hans Aug 4, 2017
@jonirrings jonirrings deleted the Learn-Introduction branch May 23, 2021 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduction.md
3 participants