We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfafca5 commit 2dad214Copy full SHA for 2dad214
codegen/gql_code_builder/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.11.0
2
+
3
+- Adding option to create factory initializers with required parameters also for inputs (#585)
4
5
## 0.10.0
6
7
- Adding 'vars_create_factories' option to create factory initializers with required parameters (
codegen/gql_code_builder/pubspec.yaml
@@ -1,5 +1,5 @@
name: gql_code_builder
-version: 0.10.0
+version: 0.11.0
description: Dart code builders taking *.graphql documents and SDL to build useful classes.
repository: https://github.com/gql-dart/gql
environment:
0 commit comments