We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13334e commit e47a4d1Copy full SHA for e47a4d1
3 files changed
.changeset/many-pens-talk.md
packages/plugins/java/java/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @graphql-codegen/java
2
3
+## 4.0.1
4
+
5
+### Patch Changes
6
7
+- [#638](https://github.com/dotansimha/graphql-code-generator-community/pull/638)
8
+ [`d13334e`](https://github.com/dotansimha/graphql-code-generator-community/commit/d13334e76599f5d74129f4b113f02468490442c3)
9
+ Thanks [@optionsome](https://github.com/optionsome)! - Add null validation for enum arguments
10
11
## 4.0.0
12
13
### Major Changes
packages/plugins/java/java/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java",
- "version": "4.0.0",
+ "version": "4.0.1",
"type": "module",
"description": "GraphQL Code Generator plugin for generating Java code based on a GraphQL schema",
"repository": {
0 commit comments