Skip to content

Commit

Permalink
Merge pull request #15251 from phillip-kruger/smallrye-graphql-1.0.22
Browse files Browse the repository at this point in the history
Upgrade SmallRye GraphQL to 1.0.22
  • Loading branch information
gastaldi authored Feb 23, 2021
2 parents bc31300 + 8275bba commit e8aa650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<smallrye-health.version>2.2.6</smallrye-health.version>
<smallrye-metrics.version>2.4.5</smallrye-metrics.version>
<smallrye-open-api.version>2.0.22</smallrye-open-api.version>
<smallrye-graphql.version>1.0.21</smallrye-graphql.version>
<smallrye-graphql.version>1.0.22</smallrye-graphql.version>
<smallrye-opentracing.version>1.3.5</smallrye-opentracing.version>
<smallrye-fault-tolerance.version>4.3.2</smallrye-fault-tolerance.version>
<smallrye-jwt.version>2.4.3</smallrye-jwt.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# testJsonDefault
59|type Mutation | provisionHero(hero: String, item: ItemInput = {dateCreated : "1900-02-19T12:00+01:30[Africa/Johannesburg]", dateLastUsed : "2020-01-29T09:45+02:00", height : 1.2, id : 1000, name : "Cape", powerLevel : 3, supernatural : false, weight : 0.3, CAPE : "{ \"id\": 1000, \"name\": \"Cape\", \"powerLevel\": 3, \"height\": 1.2, \"weight\": 0.3, \"supernatural\": false, \"dateCreated\": \"19 February 1900 at 12:00 in Africa/Johannesburg\", \"dateLastUsed\": \"29 Jan 2020 at 09:45 in zone +0200\"}"}): SuperHero | Kak Expecting a default value for item for provisionHero
59|type Mutation | provisionHero(hero: String, item: ItemInput = {dateCreated : "19 February 1900 at 12:00 in Africa/Johannesburg", dateLastUsed : "29 Jan 2020 at 09:45 in zone +0200", height : 1.2, id : 1000, name : "Cape", powerLevel : 3, supernatural : false, weight : 0.3}): SuperHero | Expecting a default value for item for provisionHero

0 comments on commit e8aa650

Please sign in to comment.