File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ public function testEndToEndInputTypeDate()
494494 $ schema = $ this ->mainContainer ->get (Schema::class);
495495 $ queryString = '
496496 mutation {
497- saveBirthDate(birthDate: "1942-12-24 00:00:00") {
497+ saveBirthDate(birthDate: "1942-12-24T00: 00:00+ 00:00") {
498498 name
499499 birthDate
500500 }
@@ -535,7 +535,7 @@ public function testEndToEndInputTypeDateAsParam()
535535 null ,
536536 null ,
537537 [
538- "birthDate " => "1942-12-24 00:00:00 "
538+ "birthDate " => "1942-12-24T00: 00:00+ 00:00 "
539539 ]
540540 );
541541
@@ -558,7 +558,7 @@ public function testEndToEndInputType()
558558 saveContact(
559559 contact: {
560560 name: "foo",
561- birthDate: "1942-12-24 00:00:00",
561+ birthDate: "1942-12-24T00: 00:00+ 00:00",
562562 relations: [
563563 {
564564 name: "bar"
You can’t perform that action at this time.
0 commit comments