浏览代码

Update README;

bjorn 9 年之前
父节点
当前提交
a62c0048c8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -78,8 +78,8 @@ The parser can parse virtually all of the query syntax:
 - VariableDefinitions (typed)
 - Directives
 
-The type system supports scalars, objects, enums, interfaces, and unions.  The built in scalars are
-also provided (ints, floats, strings, etc.).
+The type system supports scalars, objects, enums, input objects, interfaces, and unions.  The built in scalars are
+also provided (ints, floats, strings, etc.), as well as the two wrapper types (non null and list).
 
 License
 ---