Browse Source

Update README;

bjorn 9 years ago
parent
commit
a62c0048c8
1 changed files with 2 additions and 2 deletions
  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
 ---