File tree Expand file tree Collapse file tree 1 file changed +36
-31
lines changed Expand file tree Collapse file tree 1 file changed +36
-31
lines changed Original file line number Diff line number Diff line change @@ -437,6 +437,11 @@ describe('Introspection', () => {
437
437
isDeprecated : false ,
438
438
deprecationReason : null ,
439
439
} ,
440
+ {
441
+ name : 'SEMANTIC_NON_NULL' ,
442
+ isDeprecated : false ,
443
+ deprecationReason : null ,
444
+ } ,
440
445
] ,
441
446
possibleTypes : null ,
442
447
} ,
@@ -654,6 +659,37 @@ describe('Introspection', () => {
654
659
enumValues : null ,
655
660
possibleTypes : null ,
656
661
} ,
662
+ {
663
+ kind : 'ENUM' ,
664
+ name : '__TypeNullability' ,
665
+ specifiedByURL : null ,
666
+ fields : null ,
667
+ inputFields : null ,
668
+ interfaces : null ,
669
+ enumValues : [
670
+ {
671
+ name : 'AUTO' ,
672
+ isDeprecated : false ,
673
+ deprecationReason : null ,
674
+ } ,
675
+ {
676
+ name : 'TRADITIONAL' ,
677
+ isDeprecated : false ,
678
+ deprecationReason : null ,
679
+ } ,
680
+ {
681
+ name : 'SEMANTIC' ,
682
+ isDeprecated : false ,
683
+ deprecationReason : null ,
684
+ } ,
685
+ {
686
+ name : 'FULL' ,
687
+ isDeprecated : false ,
688
+ deprecationReason : null ,
689
+ } ,
690
+ ] ,
691
+ possibleTypes : null ,
692
+ } ,
657
693
{
658
694
kind : 'OBJECT' ,
659
695
name : '__EnumValue' ,
@@ -931,37 +967,6 @@ describe('Introspection', () => {
931
967
] ,
932
968
possibleTypes : null ,
933
969
} ,
934
- {
935
- kind : 'ENUM' ,
936
- name : '__TypeNullability' ,
937
- specifiedByURL : null ,
938
- fields : null ,
939
- inputFields : null ,
940
- interfaces : null ,
941
- enumValues : [
942
- {
943
- name : 'AUTO' ,
944
- isDeprecated : false ,
945
- deprecationReason : null ,
946
- } ,
947
- {
948
- name : 'TRADITIONAL' ,
949
- isDeprecated : false ,
950
- deprecationReason : null ,
951
- } ,
952
- {
953
- name : 'SEMANTIC' ,
954
- isDeprecated : false ,
955
- deprecationReason : null ,
956
- } ,
957
- {
958
- name : 'FULL' ,
959
- isDeprecated : false ,
960
- deprecationReason : null ,
961
- } ,
962
- ] ,
963
- possibleTypes : null ,
964
- } ,
965
970
] ,
966
971
directives : [
967
972
{
You can’t perform that action at this time.
0 commit comments