Skip to content

Commit 6768c2f

Browse files
authored
修改超链接的间距
修改超链接的间距
1 parent 8b379ab commit 6768c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/Learn-Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Query: {
6969
}
7070
```
7171

72-
这个例子使用了 JavaScript 语言,但 GraphQL 服务端应用可以被[多种语言实现](https://github.com/whisperfairy/graphql-china.github.io/blob/zh-cn/code).无论哪种语言,解析器函数都接受3个参数
72+
这个例子使用了 JavaScript 语言,但 GraphQL 服务端应用可以被 [多种语言实现](https://github.com/whisperfairy/graphql-china.github.io/blob/zh-cn/code) .无论哪种语言,解析器函数都接受3个参数
7373

7474
- `obj` 上一级对象,如果字段属于根节点查询类型通常不会被使用。
7575
- `args` 可以提供在 GraphQL 查询中传入的参数

0 commit comments

Comments
 (0)