Skip to content

Commit

Permalink
remove unnecessary TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
juancastillo0 committed Aug 31, 2022
1 parent 3785107 commit 4c4a05f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ GraphQLObjectType<ErrC<T?>> errCGraphQlType<T extends Object>(

```

- With code generation (derialization with Generic Input types is not yet supported ISSUE // TODO: 1A)
- With code generation

```dart
import 'package:leto/leto.dart';
Expand All @@ -1363,7 +1363,6 @@ class ErrC<T> {
const ErrC(this.value, [this.message]);
}
```

Which generates in 'errc.g.dart':
Expand Down

0 comments on commit 4c4a05f

Please sign in to comment.