-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15251 from phillip-kruger/smallrye-graphql-1.0.22
Upgrade SmallRye GraphQL to 1.0.22
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tcks/microprofile-graphql/src/main/resources/overrides/schemaTests.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |