graphql-codegen-grafast
1.0.0-rc.5
Patch Changes
- #2990
5d408bd
Thanks @benjie! - No code changes. Updates the
release process, cleans up package.json, uses fixed identifiers for peer
dependencies (unless they're explicit dependencies also). Hopefully move to
trusted publishing.
1.0.0-rc.4
Patch Changes
a3722d6
Thanks @benjie! - Refactor to enable TypeScript
options rewriteRelativeImportExtensions and erasableSyntaxOnly (including
using .ts extensions in source code)
1.0.0-rc.3
Patch Changes
1.0.0-rc.2
Patch Changes
1.0.0-rc.1
Patch Changes
-
#2785
641222b
Thanks @benjie! - Fix generation for abstract
types to reflect Grafast type changes. Specifically,sourceandspecifier
have reversed order, andspecifieris generated as the data type rather
than the step type. If you hadspecifier: ...in your type overrides file
(unlikely), please ensure this change is reflected:specifier: Step<T>
should now bespecifier: T.
0.0.1-beta.3
Patch Changes
-
#2730
4c3cf22
Thanks @benjie! - Updategraphqlversion range -
#2723
f2dca50
Thanks @benjie! - List types now have a more
correct type generated.
0.0.1-beta.2
Patch Changes
- #2562
3064e14
Thanks @adrtivv! - UsesconvertNameto convert
names, should improve compatibility with non-standard configurations/field
names.
0.0.1-beta.1
Patch Changes
-
a37a183fd2474380317097a714e81527aad98a80
Thanks @benjie! - Initial release of package. -
#2549
949a16c36a5dd744831a8a7d71a1ffd75eb06cc1
Thanks @benjie! - First release of
graphql-codegen-grafast