diff --git a/README.md b/README.md index 4ea2db5d..3ef95758 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ - Complex Types - [X] List - [X] Non-Null - - [ ] Object + - [X] Object - [X] Enum - - [ ] InputObject + - [X] InputObject - [ ] Interface - [ ] Union - [ ] Query diff --git a/async-graphql-derive/Cargo.toml b/async-graphql-derive/Cargo.toml index 2d480a9f..66208dd5 100644 --- a/async-graphql-derive/Cargo.toml +++ b/async-graphql-derive/Cargo.toml @@ -11,7 +11,6 @@ homepage = "https://github.com/sunli829/async-graphql" repository = "https://github.com/sunli829/async-graphql" keywords = ["futures", "async", "graphql"] categories = ["network-programming", "asynchronous", "framework"] -readme = "README.md" [lib] proc-macro = true