Skip to content

Commit 83edf29

Browse files
ydfzgyjjonirrings
authored andcommitted
up to date 20181111 (xitu#97)
1 parent 52c5cd9 commit 83edf29

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

site/_core/HeaderLinks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const links = [
1212
{ section: 'learn', text: '学习', href: '/learn/' },
1313
{ section: 'code', text: '代码', href: '/code/' },
1414
{ section: 'community', text: '社区', href: '/community/' },
15-
{ section: 'blog', text: '博客', href: '/blog/' },
1615
{ section: 'spec', text: '规范', href: 'http://spec.graphql.cn/' },
16+
{ section: 'foundation', text: '基金会', href: 'https://foundation.graphql.org/' },
1717
];
1818

1919
export default ({ section }) =>

site/_core/Site.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ export default ({ page, category, title, section, className, noSearch, children
8181
</div>
8282
<div>
8383
<h5>更多</h5>
84-
<a href="/blog">GraphQL 团队博客</a>
85-
<a href="http://spec.graphql.cn/" target="_blank" rel="noopener noreferrer">阅读规范</a>
86-
<a href="https://github.com/graphql" target="_blank" rel="noopener noreferrer">GitHub</a>
84+
<a href="http://spec.graphql.cn/" target="_blank" rel="noopener noreferrer">GraphQL 规范</a>
85+
<a href="https://foundation.graphql.org/" target="_blank" rel="noopener noreferrer">GraphQL 基金会</a>
86+
<a href="https://github.com/graphql" target="_blank" rel="noopener noreferrer">GraphQL GitHub</a>
8787
{page && <a href={'https://github.com/xitu/graphql.github.io/edit/zh-Hans/site/' + page.relPath} target="_blank" rel="noopener noreferrer">编辑本页 &#x270E;</a>}
8888
</div>
8989
</section>

site/code/index.html.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ $ curl -XPOST "http://0:3000" -H'Content-Type: application/json' -d'{
121121
### Go
122122
123123
- [graphql-go](https://github.com/graphql-go/graphql):一个 Go/Golang 的 GraphQL 实现。
124+
- [graph-gophers/graphql-go](https://github.com/graph-gophers/graphql-go):一个活跃的 Golang GraphQL 实现。
125+
- [GQLGen](https://github.com/99designs/gqlgen):生成基于 graphql 的服务器的库。
124126
- [graphql-relay-go](https://github.com/graphql-go/relay):一个用于帮助构建 graphql-go 服务器的 Go/Golang 库,支持 react-relay 。
125-
- [neelance/graphql-go](https://github.com/neelance/graphql-go):一个活跃的 Golang GraphQL 实现。
126127
- [machinebox/graphql](https://github.com/machinebox/graphql):用于 GraphQL 的一个优雅的底层 HTTP 客户端。
127128
- [samsarahq/thunder](https://github.com/samsarahq/thunder):可轻松进行 schema 构建、实时查询和批处理的 GraphQL 实现。
128129

site/community/Community-Events.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ sublinks: 即将举行的活动,聚会
88

99
## 即将举行的活动
1010

11-
### GraphQL Europe 会议
11+
### GraphQL 峰会
1212

13-
- **日期:** 2018 年 6 月 15 日
14-
- **地点:** 德国 柏林
15-
- **链接:** https://graphql-europe.org
13+
- **日期:** 2018 年 11 月 7 - 8 日
14+
- **地点:** 美国 旧金山
15+
- **链接:** https://summit.graphql.com
16+
17+
世界上最大的致力于 GraphQL 的会议。
1618

17-
### GraphQL Conf
19+
### GraphQL Conf Berlin 2019
1820

1921
- **日期:** 2019 年 6 月 20 - 21 日
2022
- **地点:** 德国 柏林

site/community/Community-Resources.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ sublinks: 博客,视频
5151

5252
以下是一些值得注意的博客文章,以帮助您更好地了解 GraphQL:
5353

54+
- [GraphQL:一种数据查询语言](/blog/graphql-a-query-language/) - Lee Byron
55+
- [GraphQL 和 Relay 中的订阅](/blog/subscriptions-in-graphql-and-relay/) - Dan Schafer and Laney Kuenzel
56+
- [用 GraphQL 轻松 mock 你的服务器](/blog/mocking-with-graphql/) - Jonas Helfer
57+
- [在 GraphQL 中包装 REST API](/blog/rest-api-graphql-wrapper/) - Steven Luscher
58+
- [告别技术预览](/blog/production-ready/) - Lee Byron
59+
- [重新许可 GraphQL 规范](https://medium.com/@leeb/relicensing-the-graphql-specification-e7d07a52301b) - Lee Byron
5460
- [GraphQL 简介](https://facebook.github.io/react/blog/2015/05/01/graphql-introduction.html) - Nick Schrock
5561
- [从 REST 到 GraphQL](https://0x2a.sh/from-rest-to-graphql-b4e95e94c26b#.tag7nzkrb) - Jacob Gillespie
5662
- [GraphQL 讲解](https://medium.com/apollo-stack/graphql-explained-5844742f195e#.zdykxos6i) - Jonas Helfer

0 commit comments

Comments
 (0)