You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tck/src/main/resources/tests/schemaTests.csv
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -93,24 +93,25 @@
93
93
50|type SuperHero | currentLocation: String | Expecting a currentLocation field in SuperHero due to Source annotation
94
94
51|type Query | currentLocation(superHero: SuperHeroInput): String | Expecting a currentLocation query in Query to Source annotation
95
95
52|type SuperHero | secretToken(maskFirstPart: Boolean = true): TopSecretToken | Expecting a secretToken field with a boolean argument in SuperHero due to Source annotation
96
-
53|type Query | !secretToken(maskFirstPart: Boolean = true): TopSecretToken | Not expecting a secretToken query in Query
97
-
54|type TopSecretToken | value: String | Expecting a TopSecretToken type, with a String value field
96
+
53|type SuperHero | superSecretToken(maskFirstPart: Boolean = true): TopSecretToken | Expecting a superSecretToken field with a boolean argument in SuperHero due to Source annotation
97
+
54|type Query | !secretToken(maskFirstPart: Boolean = true): TopSecretToken | Not expecting a secretToken query in Query
98
+
55|type TopSecretToken | value: String | Expecting a TopSecretToken type, with a String value field
98
99
99
100
# testGetAndSetNotGetterAndSetter
100
-
55|type Query | getaway: String | Expecting a getaway query where the get is not removed
101
-
56|type Mutation | settlement: String | Expecting a settlement mutation where the set is not removed
101
+
56|type Query | getaway: String | Expecting a getaway query where the get is not removed
102
+
57|type Mutation | settlement: String | Expecting a settlement mutation where the set is not removed
102
103
103
104
# testDescription
104
-
57|type Query | "Testing the blacklist of Checked Exceptions" | Expecting a description for the exportToFile query
105
-
58|type Query | "Super hero name, not real name" | Expecting a description for the name parameter on the exportToFile query
105
+
58|type Query | "Testing the blacklist of Checked Exceptions" | Expecting a description for the exportToFile query
106
+
59|type Query | "Super hero name, not real name" | Expecting a description for the name parameter on the exportToFile query
106
107
107
108
# testJsonDefault
108
-
59|type Mutation | provisionHero(hero: String, item: ItemInput = { | Expecting a default value for item for provisionHero
109
-
60|type Mutation | id : 1000 | Expecting an id in the default value for item for provisionHero
110
-
61|type Mutation | name : "Cape" | Expecting a name in the default value for item for provisionHero
111
-
62|type Mutation | powerLevel : 3 | Expecting a powerLevel in the default value for item for provisionHero
112
-
63|type Mutation | height : 1.2 | Expecting a height in the default value for item for provisionHero
113
-
64|type Mutation | weight : 0.3 | Expecting a weight in the default value for item for provisionHero
114
-
65|type Mutation | supernatural : false | Expecting a supernatural in the default value for item for provisionHero
115
-
66|type Mutation | dateCreated : "19 February 1900 at 12:00 in Africa/Johannesburg" | Expecting a dateCreated in the default value for item for provisionHero
116
-
67|type Mutation | dateLastUsed : "29 Jan 2020 at 09:45 in zone +0200" | Expecting a dateLastUsed in the default value for item for provisionHero
109
+
60|type Mutation | provisionHero(hero: String, item: ItemInput = { | Expecting a default value for item for provisionHero
110
+
61|type Mutation | id : 1000 | Expecting an id in the default value for item for provisionHero
111
+
62|type Mutation | name : "Cape" | Expecting a name in the default value for item for provisionHero
112
+
63|type Mutation | powerLevel : 3 | Expecting a powerLevel in the default value for item for provisionHero
113
+
64|type Mutation | height : 1.2 | Expecting a height in the default value for item for provisionHero
114
+
65|type Mutation | weight : 0.3 | Expecting a weight in the default value for item for provisionHero
115
+
66|type Mutation | supernatural : false | Expecting a supernatural in the default value for item for provisionHero
116
+
67|type Mutation | dateCreated : "19 February 1900 at 12:00 in Africa/Johannesburg" | Expecting a dateCreated in the default value for item for provisionHero
117
+
68|type Mutation | dateLastUsed : "29 Jan 2020 at 09:45 in zone +0200" | Expecting a dateLastUsed in the default value for item for provisionHero
0 commit comments