@@ -168,7 +168,7 @@ describe('Validate: Provided required arguments', () => {
168168 ` ) . toDeepEqual ( [
169169 {
170170 message :
171- 'Argument ComplicatedArgs.multipleReqs(req1:) of type " Int!" is required, but it was not provided.' ,
171+ 'Argument ComplicatedArgs.multipleReqs(req1:) of type Int! is required, but it was not provided.' ,
172172 locations : [ { line : 4 , column : 13 } ] ,
173173 } ,
174174 ] ) ;
@@ -184,12 +184,12 @@ describe('Validate: Provided required arguments', () => {
184184 ` ) . toDeepEqual ( [
185185 {
186186 message :
187- 'Argument ComplicatedArgs.multipleReqs(req1:) of type " Int!" is required, but it was not provided.' ,
187+ 'Argument ComplicatedArgs.multipleReqs(req1:) of type Int! is required, but it was not provided.' ,
188188 locations : [ { line : 4 , column : 13 } ] ,
189189 } ,
190190 {
191191 message :
192- 'Argument ComplicatedArgs.multipleReqs(req2:) of type " Int!" is required, but it was not provided.' ,
192+ 'Argument ComplicatedArgs.multipleReqs(req2:) of type Int! is required, but it was not provided.' ,
193193 locations : [ { line : 4 , column : 13 } ] ,
194194 } ,
195195 ] ) ;
@@ -205,7 +205,7 @@ describe('Validate: Provided required arguments', () => {
205205 ` ) . toDeepEqual ( [
206206 {
207207 message :
208- 'Argument ComplicatedArgs.multipleReqs(req2:) of type " Int!" is required, but it was not provided.' ,
208+ 'Argument ComplicatedArgs.multipleReqs(req2:) of type Int! is required, but it was not provided.' ,
209209 locations : [ { line : 4 , column : 13 } ] ,
210210 } ,
211211 ] ) ;
@@ -244,12 +244,12 @@ describe('Validate: Provided required arguments', () => {
244244 ` ) . toDeepEqual ( [
245245 {
246246 message :
247- 'Argument @include(if:) of type " Boolean!" is required, but it was not provided.' ,
247+ 'Argument @include(if:) of type Boolean! is required, but it was not provided.' ,
248248 locations : [ { line : 3 , column : 15 } ] ,
249249 } ,
250250 {
251251 message :
252- 'Argument @skip(if:) of type " Boolean!" is required, but it was not provided.' ,
252+ 'Argument @skip(if:) of type Boolean! is required, but it was not provided.' ,
253253 locations : [ { line : 4 , column : 18 } ] ,
254254 } ,
255255 ] ) ;
@@ -277,7 +277,7 @@ describe('Validate: Provided required arguments', () => {
277277 ` ) . toDeepEqual ( [
278278 {
279279 message :
280- 'Argument @test(arg:) of type " String!" is required, but it was not provided.' ,
280+ 'Argument @test(arg:) of type String! is required, but it was not provided.' ,
281281 locations : [ { line : 3 , column : 23 } ] ,
282282 } ,
283283 ] ) ;
@@ -291,7 +291,7 @@ describe('Validate: Provided required arguments', () => {
291291 ` ) . toDeepEqual ( [
292292 {
293293 message :
294- 'Argument @include(if:) of type " Boolean!" is required, but it was not provided.' ,
294+ 'Argument @include(if:) of type Boolean! is required, but it was not provided.' ,
295295 locations : [ { line : 3 , column : 23 } ] ,
296296 } ,
297297 ] ) ;
@@ -306,7 +306,7 @@ describe('Validate: Provided required arguments', () => {
306306 ` ) . toDeepEqual ( [
307307 {
308308 message :
309- 'Argument @deprecated(reason:) of type " String!" is required, but it was not provided.' ,
309+ 'Argument @deprecated(reason:) of type String! is required, but it was not provided.' ,
310310 locations : [ { line : 3 , column : 23 } ] ,
311311 } ,
312312 ] ) ;
@@ -328,7 +328,7 @@ describe('Validate: Provided required arguments', () => {
328328 ) . toDeepEqual ( [
329329 {
330330 message :
331- 'Argument @test(arg:) of type " String!" is required, but it was not provided.' ,
331+ 'Argument @test(arg:) of type String! is required, but it was not provided.' ,
332332 locations : [ { line : 4 , column : 30 } ] ,
333333 } ,
334334 ] ) ;
@@ -350,7 +350,7 @@ describe('Validate: Provided required arguments', () => {
350350 ) . toDeepEqual ( [
351351 {
352352 message :
353- 'Argument @test(arg:) of type " String!" is required, but it was not provided.' ,
353+ 'Argument @test(arg:) of type String! is required, but it was not provided.' ,
354354 locations : [ { line : 2 , column : 29 } ] ,
355355 } ,
356356 ] ) ;
0 commit comments