Skip to content

Commit 795876a

Browse files
committed
SmallRye GraphQL 2.5.0 and graphql-java 21.1
1 parent f64aaf4 commit 795876a

File tree

2 files changed

+4
-6
lines changed
  • bom/application
  • tcks/microprofile-graphql/src/main/resources/overrides/invalidDataTypeValue

2 files changed

+4
-6
lines changed

bom/application/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<micrometer.version>1.11.1</micrometer.version><!-- keep in sync with hdrhistogram -->
3939
<hdrhistogram.version>2.1.12</hdrhistogram.version><!-- keep in sync with micrometer -->
4040
<google-auth.version>0.22.0</google-auth.version>
41-
<graphql-java.version>20.2</graphql-java.version> <!-- keep in sync with smallrye-graphql -->
41+
<graphql-java.version>21.1</graphql-java.version> <!-- keep in sync with smallrye-graphql -->
4242
<microprofile-config-api.version>3.0.3</microprofile-config-api.version>
4343
<microprofile-health-api.version>4.0.1</microprofile-health-api.version>
4444
<microprofile-metrics-api.version>4.0.1</microprofile-metrics-api.version>
@@ -55,7 +55,7 @@
5555
<smallrye-health.version>4.0.4</smallrye-health.version>
5656
<smallrye-metrics.version>4.0.0</smallrye-metrics.version>
5757
<smallrye-open-api.version>3.6.2</smallrye-open-api.version>
58-
<smallrye-graphql.version>2.4.0</smallrye-graphql.version>
58+
<smallrye-graphql.version>2.5.0</smallrye-graphql.version>
5959
<smallrye-opentracing.version>3.0.3</smallrye-opentracing.version>
6060
<smallrye-fault-tolerance.version>6.2.6</smallrye-fault-tolerance.version>
6161
<smallrye-jwt.version>4.3.1</smallrye-jwt.version>
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"errors": [
33
{
4-
"message": "argument 'powerLevel' with value 'StringValue{value='Unlimited'}' is not a valid 'Int'",
4+
"message": "Validation error (WrongType@[updateItemPowerLevel]) : argument 'powerLevel' with value 'StringValue{value='Unlimited'}' is not a valid 'Int' - SRGQL000022: Can not parse a number from [StringValue{value='Unlimited'}]",
55
"locations": [
66
{
77
"line": 2,
@@ -10,7 +10,5 @@
1010
]
1111
}
1212
],
13-
"data": {
14-
"updateItemPowerLevel": null
15-
}
13+
"data": null
1614
}

0 commit comments

Comments
 (0)