@@ -102,7 +102,7 @@ func TestIntrospection_ExecutesAnIntrospectionQuery(t *testing.T) {
102
102
"name" : "__Type" ,
103
103
},
104
104
"isDeprecated" : false ,
105
- "deprecationReason" : nil ,
105
+ "deprecationReason" : "" ,
106
106
},
107
107
map [string ]interface {}{
108
108
"name" : "directives" ,
@@ -646,7 +646,7 @@ func TestIntrospection_ExecutesAnIntrospectionQuery(t *testing.T) {
646
646
},
647
647
},
648
648
"isDeprecated" : false ,
649
- "deprecationReason" : nil ,
649
+ "deprecationReason" : "" ,
650
650
},
651
651
map [string ]interface {}{
652
652
"name" : "args" ,
@@ -731,37 +731,37 @@ func TestIntrospection_ExecutesAnIntrospectionQuery(t *testing.T) {
731
731
map [string ]interface {}{
732
732
"name" : "QUERY" ,
733
733
"isDeprecated" : false ,
734
- "deprecationReason" : nil ,
734
+ "deprecationReason" : "" ,
735
735
},
736
736
map [string ]interface {}{
737
737
"name" : "MUTATION" ,
738
738
"isDeprecated" : false ,
739
- "deprecationReason" : nil ,
739
+ "deprecationReason" : "" ,
740
740
},
741
741
map [string ]interface {}{
742
742
"name" : "SUBSCRIPTION" ,
743
743
"isDeprecated" : false ,
744
- "deprecationReason" : nil ,
744
+ "deprecationReason" : "" ,
745
745
},
746
746
map [string ]interface {}{
747
747
"name" : "FIELD" ,
748
748
"isDeprecated" : false ,
749
- "deprecationReason" : nil ,
749
+ "deprecationReason" : "" ,
750
750
},
751
751
map [string ]interface {}{
752
752
"name" : "FRAGMENT_DEFINITION" ,
753
753
"isDeprecated" : false ,
754
- "deprecationReason" : nil ,
754
+ "deprecationReason" : "" ,
755
755
},
756
756
map [string ]interface {}{
757
757
"name" : "FRAGMENT_SPREAD" ,
758
758
"isDeprecated" : false ,
759
- "deprecationReason" : nil ,
759
+ "deprecationReason" : "" ,
760
760
},
761
761
map [string ]interface {}{
762
762
"name" : "INLINE_FRAGMENT" ,
763
763
"isDeprecated" : false ,
764
- "deprecationReason" : nil ,
764
+ "deprecationReason" : "" ,
765
765
},
766
766
},
767
767
"possibleTypes" : nil ,
0 commit comments