Skip to content

Commit

Permalink
根据 [issue 65](#65) 修改
Browse files Browse the repository at this point in the history
  • Loading branch information
hikerpig committed Aug 8, 2017
1 parent 03781a3 commit 33aef50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/graphql-js/APIReference-TypeSystem.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: graphql/types
layout: ../_core/GraphQLJSLayout
category: API Reference
category: API 参考
permalink: /graphql-js/type/
sublinks: getNamedType,getNullableType,GraphQLBoolean,GraphQLEnumType,GraphQLFloat,GraphQLID,GraphQLInputObjectType,GraphQLInt,GraphQLInterfaceType,GraphQLList,GraphQLNonNull,GraphQLObjectType,GraphQLScalarType,GraphQLSchema,GraphQLString,GraphQLUnionType,isAbstractType,isCompositeType,isInputType,isLeafType,isOutputType
next: /graphql-js/utilities/
Expand Down Expand Up @@ -181,7 +181,7 @@ type GraphQLSchemaConfig = {
}
```
使用指定的 query 及 mutation(可选)的根类型来创建 Schema。生成的 Schema 可用于之后的校验器和执行器
使用指定的 query 及 mutation(可选)的根类型来创建 Schema。生成的 Schema 可用于之后的验证器和执行器
#### 示例
Expand Down

0 comments on commit 33aef50

Please sign in to comment.