enssdk 1.16.0 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -109,6 +109,15 @@ var introspection = {
109
109
  ],
110
110
  "isDeprecated": false
111
111
  },
112
+ {
113
+ "name": "efp",
114
+ "type": {
115
+ "kind": "OBJECT",
116
+ "name": "AccountEfp"
117
+ },
118
+ "args": [],
119
+ "isDeprecated": false
120
+ },
112
121
  {
113
122
  "name": "events",
114
123
  "type": {
@@ -487,7 +496,195 @@ var introspection = {
487
496
  },
488
497
  {
489
498
  "kind": "OBJECT",
490
- "name": "AccountEventsConnection",
499
+ "name": "AccountEfp",
500
+ "fields": [
501
+ {
502
+ "name": "followers",
503
+ "type": {
504
+ "kind": "OBJECT",
505
+ "name": "AccountEfpFollowersConnection"
506
+ },
507
+ "args": [
508
+ {
509
+ "name": "after",
510
+ "type": {
511
+ "kind": "SCALAR",
512
+ "name": "String"
513
+ }
514
+ },
515
+ {
516
+ "name": "before",
517
+ "type": {
518
+ "kind": "SCALAR",
519
+ "name": "String"
520
+ }
521
+ },
522
+ {
523
+ "name": "first",
524
+ "type": {
525
+ "kind": "SCALAR",
526
+ "name": "Int"
527
+ }
528
+ },
529
+ {
530
+ "name": "last",
531
+ "type": {
532
+ "kind": "SCALAR",
533
+ "name": "Int"
534
+ }
535
+ }
536
+ ],
537
+ "isDeprecated": false
538
+ },
539
+ {
540
+ "name": "following",
541
+ "type": {
542
+ "kind": "OBJECT",
543
+ "name": "AccountEfpFollowingConnection"
544
+ },
545
+ "args": [
546
+ {
547
+ "name": "after",
548
+ "type": {
549
+ "kind": "SCALAR",
550
+ "name": "String"
551
+ }
552
+ },
553
+ {
554
+ "name": "before",
555
+ "type": {
556
+ "kind": "SCALAR",
557
+ "name": "String"
558
+ }
559
+ },
560
+ {
561
+ "name": "first",
562
+ "type": {
563
+ "kind": "SCALAR",
564
+ "name": "Int"
565
+ }
566
+ },
567
+ {
568
+ "name": "last",
569
+ "type": {
570
+ "kind": "SCALAR",
571
+ "name": "Int"
572
+ }
573
+ }
574
+ ],
575
+ "isDeprecated": false
576
+ },
577
+ {
578
+ "name": "lists",
579
+ "type": {
580
+ "kind": "OBJECT",
581
+ "name": "AccountEfpListsConnection"
582
+ },
583
+ "args": [
584
+ {
585
+ "name": "after",
586
+ "type": {
587
+ "kind": "SCALAR",
588
+ "name": "String"
589
+ }
590
+ },
591
+ {
592
+ "name": "before",
593
+ "type": {
594
+ "kind": "SCALAR",
595
+ "name": "String"
596
+ }
597
+ },
598
+ {
599
+ "name": "first",
600
+ "type": {
601
+ "kind": "SCALAR",
602
+ "name": "Int"
603
+ }
604
+ },
605
+ {
606
+ "name": "last",
607
+ "type": {
608
+ "kind": "SCALAR",
609
+ "name": "Int"
610
+ }
611
+ }
612
+ ],
613
+ "isDeprecated": false
614
+ },
615
+ {
616
+ "name": "metadata",
617
+ "type": {
618
+ "kind": "OBJECT",
619
+ "name": "EfpAccountMetadata"
620
+ },
621
+ "args": [
622
+ {
623
+ "name": "key",
624
+ "type": {
625
+ "kind": "NON_NULL",
626
+ "ofType": {
627
+ "kind": "SCALAR",
628
+ "name": "String"
629
+ }
630
+ }
631
+ }
632
+ ],
633
+ "isDeprecated": false
634
+ },
635
+ {
636
+ "name": "metadatas",
637
+ "type": {
638
+ "kind": "OBJECT",
639
+ "name": "AccountEfpMetadatasConnection"
640
+ },
641
+ "args": [
642
+ {
643
+ "name": "after",
644
+ "type": {
645
+ "kind": "SCALAR",
646
+ "name": "String"
647
+ }
648
+ },
649
+ {
650
+ "name": "before",
651
+ "type": {
652
+ "kind": "SCALAR",
653
+ "name": "String"
654
+ }
655
+ },
656
+ {
657
+ "name": "first",
658
+ "type": {
659
+ "kind": "SCALAR",
660
+ "name": "Int"
661
+ }
662
+ },
663
+ {
664
+ "name": "last",
665
+ "type": {
666
+ "kind": "SCALAR",
667
+ "name": "Int"
668
+ }
669
+ }
670
+ ],
671
+ "isDeprecated": false
672
+ },
673
+ {
674
+ "name": "primaryList",
675
+ "type": {
676
+ "kind": "OBJECT",
677
+ "name": "EfpList"
678
+ },
679
+ "args": [],
680
+ "isDeprecated": false
681
+ }
682
+ ],
683
+ "interfaces": []
684
+ },
685
+ {
686
+ "kind": "OBJECT",
687
+ "name": "AccountEfpFollowersConnection",
491
688
  "fields": [
492
689
  {
493
690
  "name": "edges",
@@ -499,7 +696,7 @@ var introspection = {
499
696
  "kind": "NON_NULL",
500
697
  "ofType": {
501
698
  "kind": "OBJECT",
502
- "name": "AccountEventsConnectionEdge"
699
+ "name": "AccountEfpFollowersConnectionEdge"
503
700
  }
504
701
  }
505
702
  }
@@ -536,7 +733,7 @@ var introspection = {
536
733
  },
537
734
  {
538
735
  "kind": "OBJECT",
539
- "name": "AccountEventsConnectionEdge",
736
+ "name": "AccountEfpFollowersConnectionEdge",
540
737
  "fields": [
541
738
  {
542
739
  "name": "cursor",
@@ -556,7 +753,7 @@ var introspection = {
556
753
  "kind": "NON_NULL",
557
754
  "ofType": {
558
755
  "kind": "OBJECT",
559
- "name": "Event"
756
+ "name": "Account"
560
757
  }
561
758
  },
562
759
  "args": [],
@@ -566,56 +763,77 @@ var introspection = {
566
763
  "interfaces": []
567
764
  },
568
765
  {
569
- "kind": "INPUT_OBJECT",
570
- "name": "AccountEventsWhereInput",
571
- "inputFields": [
766
+ "kind": "OBJECT",
767
+ "name": "AccountEfpFollowingConnection",
768
+ "fields": [
572
769
  {
573
- "name": "from",
770
+ "name": "edges",
574
771
  "type": {
575
- "kind": "INPUT_OBJECT",
576
- "name": "EventsFromFilter"
577
- }
772
+ "kind": "NON_NULL",
773
+ "ofType": {
774
+ "kind": "LIST",
775
+ "ofType": {
776
+ "kind": "NON_NULL",
777
+ "ofType": {
778
+ "kind": "OBJECT",
779
+ "name": "AccountEfpFollowingConnectionEdge"
780
+ }
781
+ }
782
+ }
783
+ },
784
+ "args": [],
785
+ "isDeprecated": false
578
786
  },
579
787
  {
580
- "name": "selector",
788
+ "name": "pageInfo",
581
789
  "type": {
582
- "kind": "INPUT_OBJECT",
583
- "name": "EventsSelectorFilter"
584
- }
790
+ "kind": "NON_NULL",
791
+ "ofType": {
792
+ "kind": "OBJECT",
793
+ "name": "PageInfo"
794
+ }
795
+ },
796
+ "args": [],
797
+ "isDeprecated": false
585
798
  },
586
799
  {
587
- "name": "timestamp",
800
+ "name": "totalCount",
588
801
  "type": {
589
- "kind": "INPUT_OBJECT",
590
- "name": "EventsTimestampFilter"
591
- }
802
+ "kind": "NON_NULL",
803
+ "ofType": {
804
+ "kind": "SCALAR",
805
+ "name": "Int"
806
+ }
807
+ },
808
+ "args": [],
809
+ "isDeprecated": false
592
810
  }
593
811
  ],
594
- "isOneOf": false
812
+ "interfaces": []
595
813
  },
596
814
  {
597
815
  "kind": "OBJECT",
598
- "name": "AccountId",
816
+ "name": "AccountEfpFollowingConnectionEdge",
599
817
  "fields": [
600
818
  {
601
- "name": "address",
819
+ "name": "cursor",
602
820
  "type": {
603
821
  "kind": "NON_NULL",
604
822
  "ofType": {
605
823
  "kind": "SCALAR",
606
- "name": "Address"
824
+ "name": "String"
607
825
  }
608
826
  },
609
827
  "args": [],
610
828
  "isDeprecated": false
611
829
  },
612
830
  {
613
- "name": "chainId",
831
+ "name": "node",
614
832
  "type": {
615
833
  "kind": "NON_NULL",
616
834
  "ofType": {
617
- "kind": "SCALAR",
618
- "name": "ChainId"
835
+ "kind": "OBJECT",
836
+ "name": "Account"
619
837
  }
620
838
  },
621
839
  "args": [],
@@ -625,35 +843,88 @@ var introspection = {
625
843
  "interfaces": []
626
844
  },
627
845
  {
628
- "kind": "INPUT_OBJECT",
629
- "name": "AccountIdInput",
630
- "inputFields": [
846
+ "kind": "OBJECT",
847
+ "name": "AccountEfpListsConnection",
848
+ "fields": [
631
849
  {
632
- "name": "address",
850
+ "name": "edges",
633
851
  "type": {
634
852
  "kind": "NON_NULL",
635
853
  "ofType": {
636
- "kind": "SCALAR",
637
- "name": "Address"
854
+ "kind": "LIST",
855
+ "ofType": {
856
+ "kind": "NON_NULL",
857
+ "ofType": {
858
+ "kind": "OBJECT",
859
+ "name": "AccountEfpListsConnectionEdge"
860
+ }
861
+ }
638
862
  }
639
- }
863
+ },
864
+ "args": [],
865
+ "isDeprecated": false
640
866
  },
641
867
  {
642
- "name": "chainId",
868
+ "name": "pageInfo",
869
+ "type": {
870
+ "kind": "NON_NULL",
871
+ "ofType": {
872
+ "kind": "OBJECT",
873
+ "name": "PageInfo"
874
+ }
875
+ },
876
+ "args": [],
877
+ "isDeprecated": false
878
+ },
879
+ {
880
+ "name": "totalCount",
643
881
  "type": {
644
882
  "kind": "NON_NULL",
645
883
  "ofType": {
646
884
  "kind": "SCALAR",
647
- "name": "ChainId"
885
+ "name": "Int"
648
886
  }
649
- }
887
+ },
888
+ "args": [],
889
+ "isDeprecated": false
650
890
  }
651
891
  ],
652
- "isOneOf": false
892
+ "interfaces": []
653
893
  },
654
894
  {
655
895
  "kind": "OBJECT",
656
- "name": "AccountNameReferencesConnection",
896
+ "name": "AccountEfpListsConnectionEdge",
897
+ "fields": [
898
+ {
899
+ "name": "cursor",
900
+ "type": {
901
+ "kind": "NON_NULL",
902
+ "ofType": {
903
+ "kind": "SCALAR",
904
+ "name": "String"
905
+ }
906
+ },
907
+ "args": [],
908
+ "isDeprecated": false
909
+ },
910
+ {
911
+ "name": "node",
912
+ "type": {
913
+ "kind": "NON_NULL",
914
+ "ofType": {
915
+ "kind": "OBJECT",
916
+ "name": "EfpList"
917
+ }
918
+ },
919
+ "args": [],
920
+ "isDeprecated": false
921
+ }
922
+ ],
923
+ "interfaces": []
924
+ },
925
+ {
926
+ "kind": "OBJECT",
927
+ "name": "AccountEfpMetadatasConnection",
657
928
  "fields": [
658
929
  {
659
930
  "name": "edges",
@@ -665,7 +936,7 @@ var introspection = {
665
936
  "kind": "NON_NULL",
666
937
  "ofType": {
667
938
  "kind": "OBJECT",
668
- "name": "AccountNameReferencesConnectionEdge"
939
+ "name": "AccountEfpMetadatasConnectionEdge"
669
940
  }
670
941
  }
671
942
  }
@@ -702,7 +973,7 @@ var introspection = {
702
973
  },
703
974
  {
704
975
  "kind": "OBJECT",
705
- "name": "AccountNameReferencesConnectionEdge",
976
+ "name": "AccountEfpMetadatasConnectionEdge",
706
977
  "fields": [
707
978
  {
708
979
  "name": "cursor",
@@ -722,7 +993,7 @@ var introspection = {
722
993
  "kind": "NON_NULL",
723
994
  "ofType": {
724
995
  "kind": "OBJECT",
725
- "name": "NameReference"
996
+ "name": "EfpAccountMetadata"
726
997
  }
727
998
  },
728
999
  "args": [],
@@ -731,23 +1002,9 @@ var introspection = {
731
1002
  ],
732
1003
  "interfaces": []
733
1004
  },
734
- {
735
- "kind": "INPUT_OBJECT",
736
- "name": "AccountNameReferencesWhereInput",
737
- "inputFields": [
738
- {
739
- "name": "coinType",
740
- "type": {
741
- "kind": "SCALAR",
742
- "name": "CoinType"
743
- }
744
- }
745
- ],
746
- "isOneOf": false
747
- },
748
1005
  {
749
1006
  "kind": "OBJECT",
750
- "name": "AccountPermissionsConnection",
1007
+ "name": "AccountEventsConnection",
751
1008
  "fields": [
752
1009
  {
753
1010
  "name": "edges",
@@ -759,7 +1016,7 @@ var introspection = {
759
1016
  "kind": "NON_NULL",
760
1017
  "ofType": {
761
1018
  "kind": "OBJECT",
762
- "name": "AccountPermissionsConnectionEdge"
1019
+ "name": "AccountEventsConnectionEdge"
763
1020
  }
764
1021
  }
765
1022
  }
@@ -796,7 +1053,7 @@ var introspection = {
796
1053
  },
797
1054
  {
798
1055
  "kind": "OBJECT",
799
- "name": "AccountPermissionsConnectionEdge",
1056
+ "name": "AccountEventsConnectionEdge",
800
1057
  "fields": [
801
1058
  {
802
1059
  "name": "cursor",
@@ -816,7 +1073,7 @@ var introspection = {
816
1073
  "kind": "NON_NULL",
817
1074
  "ofType": {
818
1075
  "kind": "OBJECT",
819
- "name": "PermissionsUser"
1076
+ "name": "Event"
820
1077
  }
821
1078
  },
822
1079
  "args": [],
@@ -827,13 +1084,27 @@ var introspection = {
827
1084
  },
828
1085
  {
829
1086
  "kind": "INPUT_OBJECT",
830
- "name": "AccountPermissionsWhereInput",
1087
+ "name": "AccountEventsWhereInput",
831
1088
  "inputFields": [
832
1089
  {
833
- "name": "contract",
1090
+ "name": "from",
834
1091
  "type": {
835
1092
  "kind": "INPUT_OBJECT",
836
- "name": "AccountIdInput"
1093
+ "name": "EventsFromFilter"
1094
+ }
1095
+ },
1096
+ {
1097
+ "name": "selector",
1098
+ "type": {
1099
+ "kind": "INPUT_OBJECT",
1100
+ "name": "EventsSelectorFilter"
1101
+ }
1102
+ },
1103
+ {
1104
+ "name": "timestamp",
1105
+ "type": {
1106
+ "kind": "INPUT_OBJECT",
1107
+ "name": "EventsTimestampFilter"
837
1108
  }
838
1109
  }
839
1110
  ],
@@ -841,7 +1112,65 @@ var introspection = {
841
1112
  },
842
1113
  {
843
1114
  "kind": "OBJECT",
844
- "name": "AccountRegistryPermissionsConnection",
1115
+ "name": "AccountId",
1116
+ "fields": [
1117
+ {
1118
+ "name": "address",
1119
+ "type": {
1120
+ "kind": "NON_NULL",
1121
+ "ofType": {
1122
+ "kind": "SCALAR",
1123
+ "name": "Address"
1124
+ }
1125
+ },
1126
+ "args": [],
1127
+ "isDeprecated": false
1128
+ },
1129
+ {
1130
+ "name": "chainId",
1131
+ "type": {
1132
+ "kind": "NON_NULL",
1133
+ "ofType": {
1134
+ "kind": "SCALAR",
1135
+ "name": "ChainId"
1136
+ }
1137
+ },
1138
+ "args": [],
1139
+ "isDeprecated": false
1140
+ }
1141
+ ],
1142
+ "interfaces": []
1143
+ },
1144
+ {
1145
+ "kind": "INPUT_OBJECT",
1146
+ "name": "AccountIdInput",
1147
+ "inputFields": [
1148
+ {
1149
+ "name": "address",
1150
+ "type": {
1151
+ "kind": "NON_NULL",
1152
+ "ofType": {
1153
+ "kind": "SCALAR",
1154
+ "name": "Address"
1155
+ }
1156
+ }
1157
+ },
1158
+ {
1159
+ "name": "chainId",
1160
+ "type": {
1161
+ "kind": "NON_NULL",
1162
+ "ofType": {
1163
+ "kind": "SCALAR",
1164
+ "name": "ChainId"
1165
+ }
1166
+ }
1167
+ }
1168
+ ],
1169
+ "isOneOf": false
1170
+ },
1171
+ {
1172
+ "kind": "OBJECT",
1173
+ "name": "AccountNameReferencesConnection",
845
1174
  "fields": [
846
1175
  {
847
1176
  "name": "edges",
@@ -853,7 +1182,7 @@ var introspection = {
853
1182
  "kind": "NON_NULL",
854
1183
  "ofType": {
855
1184
  "kind": "OBJECT",
856
- "name": "AccountRegistryPermissionsConnectionEdge"
1185
+ "name": "AccountNameReferencesConnectionEdge"
857
1186
  }
858
1187
  }
859
1188
  }
@@ -890,7 +1219,7 @@ var introspection = {
890
1219
  },
891
1220
  {
892
1221
  "kind": "OBJECT",
893
- "name": "AccountRegistryPermissionsConnectionEdge",
1222
+ "name": "AccountNameReferencesConnectionEdge",
894
1223
  "fields": [
895
1224
  {
896
1225
  "name": "cursor",
@@ -910,7 +1239,7 @@ var introspection = {
910
1239
  "kind": "NON_NULL",
911
1240
  "ofType": {
912
1241
  "kind": "OBJECT",
913
- "name": "RegistryPermissionsUser"
1242
+ "name": "NameReference"
914
1243
  }
915
1244
  },
916
1245
  "args": [],
@@ -919,9 +1248,23 @@ var introspection = {
919
1248
  ],
920
1249
  "interfaces": []
921
1250
  },
1251
+ {
1252
+ "kind": "INPUT_OBJECT",
1253
+ "name": "AccountNameReferencesWhereInput",
1254
+ "inputFields": [
1255
+ {
1256
+ "name": "coinType",
1257
+ "type": {
1258
+ "kind": "SCALAR",
1259
+ "name": "CoinType"
1260
+ }
1261
+ }
1262
+ ],
1263
+ "isOneOf": false
1264
+ },
922
1265
  {
923
1266
  "kind": "OBJECT",
924
- "name": "AccountResolverPermissionsConnection",
1267
+ "name": "AccountPermissionsConnection",
925
1268
  "fields": [
926
1269
  {
927
1270
  "name": "edges",
@@ -933,7 +1276,7 @@ var introspection = {
933
1276
  "kind": "NON_NULL",
934
1277
  "ofType": {
935
1278
  "kind": "OBJECT",
936
- "name": "AccountResolverPermissionsConnectionEdge"
1279
+ "name": "AccountPermissionsConnectionEdge"
937
1280
  }
938
1281
  }
939
1282
  }
@@ -970,7 +1313,7 @@ var introspection = {
970
1313
  },
971
1314
  {
972
1315
  "kind": "OBJECT",
973
- "name": "AccountResolverPermissionsConnectionEdge",
1316
+ "name": "AccountPermissionsConnectionEdge",
974
1317
  "fields": [
975
1318
  {
976
1319
  "name": "cursor",
@@ -990,7 +1333,7 @@ var introspection = {
990
1333
  "kind": "NON_NULL",
991
1334
  "ofType": {
992
1335
  "kind": "OBJECT",
993
- "name": "ResolverPermissionsUser"
1336
+ "name": "PermissionsUser"
994
1337
  }
995
1338
  },
996
1339
  "args": [],
@@ -1000,62 +1343,236 @@ var introspection = {
1000
1343
  "interfaces": []
1001
1344
  },
1002
1345
  {
1003
- "kind": "SCALAR",
1004
- "name": "Address"
1346
+ "kind": "INPUT_OBJECT",
1347
+ "name": "AccountPermissionsWhereInput",
1348
+ "inputFields": [
1349
+ {
1350
+ "name": "contract",
1351
+ "type": {
1352
+ "kind": "INPUT_OBJECT",
1353
+ "name": "AccountIdInput"
1354
+ }
1355
+ }
1356
+ ],
1357
+ "isOneOf": false
1005
1358
  },
1006
1359
  {
1007
1360
  "kind": "OBJECT",
1008
- "name": "BaseRegistrarRegistration",
1361
+ "name": "AccountRegistryPermissionsConnection",
1009
1362
  "fields": [
1010
1363
  {
1011
- "name": "baseCost",
1364
+ "name": "edges",
1012
1365
  "type": {
1013
- "kind": "SCALAR",
1014
- "name": "BigInt"
1366
+ "kind": "NON_NULL",
1367
+ "ofType": {
1368
+ "kind": "LIST",
1369
+ "ofType": {
1370
+ "kind": "NON_NULL",
1371
+ "ofType": {
1372
+ "kind": "OBJECT",
1373
+ "name": "AccountRegistryPermissionsConnectionEdge"
1374
+ }
1375
+ }
1376
+ }
1015
1377
  },
1016
1378
  "args": [],
1017
1379
  "isDeprecated": false
1018
1380
  },
1019
1381
  {
1020
- "name": "domain",
1382
+ "name": "pageInfo",
1021
1383
  "type": {
1022
1384
  "kind": "NON_NULL",
1023
1385
  "ofType": {
1024
- "kind": "INTERFACE",
1025
- "name": "Domain"
1386
+ "kind": "OBJECT",
1387
+ "name": "PageInfo"
1026
1388
  }
1027
1389
  },
1028
1390
  "args": [],
1029
1391
  "isDeprecated": false
1030
1392
  },
1031
1393
  {
1032
- "name": "event",
1394
+ "name": "totalCount",
1033
1395
  "type": {
1034
1396
  "kind": "NON_NULL",
1035
1397
  "ofType": {
1036
- "kind": "OBJECT",
1037
- "name": "Event"
1398
+ "kind": "SCALAR",
1399
+ "name": "Int"
1038
1400
  }
1039
1401
  },
1040
1402
  "args": [],
1041
1403
  "isDeprecated": false
1042
- },
1404
+ }
1405
+ ],
1406
+ "interfaces": []
1407
+ },
1408
+ {
1409
+ "kind": "OBJECT",
1410
+ "name": "AccountRegistryPermissionsConnectionEdge",
1411
+ "fields": [
1043
1412
  {
1044
- "name": "expired",
1413
+ "name": "cursor",
1045
1414
  "type": {
1046
1415
  "kind": "NON_NULL",
1047
1416
  "ofType": {
1048
1417
  "kind": "SCALAR",
1049
- "name": "Boolean"
1418
+ "name": "String"
1050
1419
  }
1051
1420
  },
1052
1421
  "args": [],
1053
1422
  "isDeprecated": false
1054
1423
  },
1055
1424
  {
1056
- "name": "expiry",
1425
+ "name": "node",
1057
1426
  "type": {
1058
- "kind": "SCALAR",
1427
+ "kind": "NON_NULL",
1428
+ "ofType": {
1429
+ "kind": "OBJECT",
1430
+ "name": "RegistryPermissionsUser"
1431
+ }
1432
+ },
1433
+ "args": [],
1434
+ "isDeprecated": false
1435
+ }
1436
+ ],
1437
+ "interfaces": []
1438
+ },
1439
+ {
1440
+ "kind": "OBJECT",
1441
+ "name": "AccountResolverPermissionsConnection",
1442
+ "fields": [
1443
+ {
1444
+ "name": "edges",
1445
+ "type": {
1446
+ "kind": "NON_NULL",
1447
+ "ofType": {
1448
+ "kind": "LIST",
1449
+ "ofType": {
1450
+ "kind": "NON_NULL",
1451
+ "ofType": {
1452
+ "kind": "OBJECT",
1453
+ "name": "AccountResolverPermissionsConnectionEdge"
1454
+ }
1455
+ }
1456
+ }
1457
+ },
1458
+ "args": [],
1459
+ "isDeprecated": false
1460
+ },
1461
+ {
1462
+ "name": "pageInfo",
1463
+ "type": {
1464
+ "kind": "NON_NULL",
1465
+ "ofType": {
1466
+ "kind": "OBJECT",
1467
+ "name": "PageInfo"
1468
+ }
1469
+ },
1470
+ "args": [],
1471
+ "isDeprecated": false
1472
+ },
1473
+ {
1474
+ "name": "totalCount",
1475
+ "type": {
1476
+ "kind": "NON_NULL",
1477
+ "ofType": {
1478
+ "kind": "SCALAR",
1479
+ "name": "Int"
1480
+ }
1481
+ },
1482
+ "args": [],
1483
+ "isDeprecated": false
1484
+ }
1485
+ ],
1486
+ "interfaces": []
1487
+ },
1488
+ {
1489
+ "kind": "OBJECT",
1490
+ "name": "AccountResolverPermissionsConnectionEdge",
1491
+ "fields": [
1492
+ {
1493
+ "name": "cursor",
1494
+ "type": {
1495
+ "kind": "NON_NULL",
1496
+ "ofType": {
1497
+ "kind": "SCALAR",
1498
+ "name": "String"
1499
+ }
1500
+ },
1501
+ "args": [],
1502
+ "isDeprecated": false
1503
+ },
1504
+ {
1505
+ "name": "node",
1506
+ "type": {
1507
+ "kind": "NON_NULL",
1508
+ "ofType": {
1509
+ "kind": "OBJECT",
1510
+ "name": "ResolverPermissionsUser"
1511
+ }
1512
+ },
1513
+ "args": [],
1514
+ "isDeprecated": false
1515
+ }
1516
+ ],
1517
+ "interfaces": []
1518
+ },
1519
+ {
1520
+ "kind": "SCALAR",
1521
+ "name": "Address"
1522
+ },
1523
+ {
1524
+ "kind": "OBJECT",
1525
+ "name": "BaseRegistrarRegistration",
1526
+ "fields": [
1527
+ {
1528
+ "name": "baseCost",
1529
+ "type": {
1530
+ "kind": "SCALAR",
1531
+ "name": "BigInt"
1532
+ },
1533
+ "args": [],
1534
+ "isDeprecated": false
1535
+ },
1536
+ {
1537
+ "name": "domain",
1538
+ "type": {
1539
+ "kind": "NON_NULL",
1540
+ "ofType": {
1541
+ "kind": "INTERFACE",
1542
+ "name": "Domain"
1543
+ }
1544
+ },
1545
+ "args": [],
1546
+ "isDeprecated": false
1547
+ },
1548
+ {
1549
+ "name": "event",
1550
+ "type": {
1551
+ "kind": "NON_NULL",
1552
+ "ofType": {
1553
+ "kind": "OBJECT",
1554
+ "name": "Event"
1555
+ }
1556
+ },
1557
+ "args": [],
1558
+ "isDeprecated": false
1559
+ },
1560
+ {
1561
+ "name": "expired",
1562
+ "type": {
1563
+ "kind": "NON_NULL",
1564
+ "ofType": {
1565
+ "kind": "SCALAR",
1566
+ "name": "Boolean"
1567
+ }
1568
+ },
1569
+ "args": [],
1570
+ "isDeprecated": false
1571
+ },
1572
+ {
1573
+ "name": "expiry",
1574
+ "type": {
1575
+ "kind": "SCALAR",
1059
1576
  "name": "BigInt"
1060
1577
  },
1061
1578
  "args": [],
@@ -3405,37 +3922,828 @@ var introspection = {
3405
3922
  "name": "referrer",
3406
3923
  "type": {
3407
3924
  "kind": "SCALAR",
3408
- "name": "Hex"
3409
- },
3410
- "args": [],
3411
- "isDeprecated": false
3412
- },
3925
+ "name": "Hex"
3926
+ },
3927
+ "args": [],
3928
+ "isDeprecated": false
3929
+ },
3930
+ {
3931
+ "name": "registrant",
3932
+ "type": {
3933
+ "kind": "OBJECT",
3934
+ "name": "Account"
3935
+ },
3936
+ "args": [],
3937
+ "isDeprecated": false
3938
+ },
3939
+ {
3940
+ "name": "registrar",
3941
+ "type": {
3942
+ "kind": "NON_NULL",
3943
+ "ofType": {
3944
+ "kind": "OBJECT",
3945
+ "name": "AccountId"
3946
+ }
3947
+ },
3948
+ "args": [],
3949
+ "isDeprecated": false
3950
+ },
3951
+ {
3952
+ "name": "renewals",
3953
+ "type": {
3954
+ "kind": "OBJECT",
3955
+ "name": "RegistrationRenewalsConnection"
3956
+ },
3957
+ "args": [
3958
+ {
3959
+ "name": "after",
3960
+ "type": {
3961
+ "kind": "SCALAR",
3962
+ "name": "String"
3963
+ }
3964
+ },
3965
+ {
3966
+ "name": "before",
3967
+ "type": {
3968
+ "kind": "SCALAR",
3969
+ "name": "String"
3970
+ }
3971
+ },
3972
+ {
3973
+ "name": "first",
3974
+ "type": {
3975
+ "kind": "SCALAR",
3976
+ "name": "Int"
3977
+ }
3978
+ },
3979
+ {
3980
+ "name": "last",
3981
+ "type": {
3982
+ "kind": "SCALAR",
3983
+ "name": "Int"
3984
+ }
3985
+ }
3986
+ ],
3987
+ "isDeprecated": false
3988
+ },
3989
+ {
3990
+ "name": "start",
3991
+ "type": {
3992
+ "kind": "NON_NULL",
3993
+ "ofType": {
3994
+ "kind": "SCALAR",
3995
+ "name": "BigInt"
3996
+ }
3997
+ },
3998
+ "args": [],
3999
+ "isDeprecated": false
4000
+ },
4001
+ {
4002
+ "name": "unregistrant",
4003
+ "type": {
4004
+ "kind": "OBJECT",
4005
+ "name": "Account"
4006
+ },
4007
+ "args": [],
4008
+ "isDeprecated": false
4009
+ }
4010
+ ],
4011
+ "interfaces": [
4012
+ {
4013
+ "kind": "INTERFACE",
4014
+ "name": "Registration"
4015
+ }
4016
+ ]
4017
+ },
4018
+ {
4019
+ "kind": "OBJECT",
4020
+ "name": "ENSv2RegistryReservation",
4021
+ "fields": [
4022
+ {
4023
+ "name": "domain",
4024
+ "type": {
4025
+ "kind": "NON_NULL",
4026
+ "ofType": {
4027
+ "kind": "INTERFACE",
4028
+ "name": "Domain"
4029
+ }
4030
+ },
4031
+ "args": [],
4032
+ "isDeprecated": false
4033
+ },
4034
+ {
4035
+ "name": "event",
4036
+ "type": {
4037
+ "kind": "NON_NULL",
4038
+ "ofType": {
4039
+ "kind": "OBJECT",
4040
+ "name": "Event"
4041
+ }
4042
+ },
4043
+ "args": [],
4044
+ "isDeprecated": false
4045
+ },
4046
+ {
4047
+ "name": "expired",
4048
+ "type": {
4049
+ "kind": "NON_NULL",
4050
+ "ofType": {
4051
+ "kind": "SCALAR",
4052
+ "name": "Boolean"
4053
+ }
4054
+ },
4055
+ "args": [],
4056
+ "isDeprecated": false
4057
+ },
4058
+ {
4059
+ "name": "expiry",
4060
+ "type": {
4061
+ "kind": "SCALAR",
4062
+ "name": "BigInt"
4063
+ },
4064
+ "args": [],
4065
+ "isDeprecated": false
4066
+ },
4067
+ {
4068
+ "name": "id",
4069
+ "type": {
4070
+ "kind": "NON_NULL",
4071
+ "ofType": {
4072
+ "kind": "SCALAR",
4073
+ "name": "RegistrationId"
4074
+ }
4075
+ },
4076
+ "args": [],
4077
+ "isDeprecated": false
4078
+ },
4079
+ {
4080
+ "name": "referrer",
4081
+ "type": {
4082
+ "kind": "SCALAR",
4083
+ "name": "Hex"
4084
+ },
4085
+ "args": [],
4086
+ "isDeprecated": false
4087
+ },
4088
+ {
4089
+ "name": "registrant",
4090
+ "type": {
4091
+ "kind": "OBJECT",
4092
+ "name": "Account"
4093
+ },
4094
+ "args": [],
4095
+ "isDeprecated": false
4096
+ },
4097
+ {
4098
+ "name": "registrar",
4099
+ "type": {
4100
+ "kind": "NON_NULL",
4101
+ "ofType": {
4102
+ "kind": "OBJECT",
4103
+ "name": "AccountId"
4104
+ }
4105
+ },
4106
+ "args": [],
4107
+ "isDeprecated": false
4108
+ },
4109
+ {
4110
+ "name": "renewals",
4111
+ "type": {
4112
+ "kind": "OBJECT",
4113
+ "name": "RegistrationRenewalsConnection"
4114
+ },
4115
+ "args": [
4116
+ {
4117
+ "name": "after",
4118
+ "type": {
4119
+ "kind": "SCALAR",
4120
+ "name": "String"
4121
+ }
4122
+ },
4123
+ {
4124
+ "name": "before",
4125
+ "type": {
4126
+ "kind": "SCALAR",
4127
+ "name": "String"
4128
+ }
4129
+ },
4130
+ {
4131
+ "name": "first",
4132
+ "type": {
4133
+ "kind": "SCALAR",
4134
+ "name": "Int"
4135
+ }
4136
+ },
4137
+ {
4138
+ "name": "last",
4139
+ "type": {
4140
+ "kind": "SCALAR",
4141
+ "name": "Int"
4142
+ }
4143
+ }
4144
+ ],
4145
+ "isDeprecated": false
4146
+ },
4147
+ {
4148
+ "name": "start",
4149
+ "type": {
4150
+ "kind": "NON_NULL",
4151
+ "ofType": {
4152
+ "kind": "SCALAR",
4153
+ "name": "BigInt"
4154
+ }
4155
+ },
4156
+ "args": [],
4157
+ "isDeprecated": false
4158
+ },
4159
+ {
4160
+ "name": "unregistrant",
4161
+ "type": {
4162
+ "kind": "OBJECT",
4163
+ "name": "Account"
4164
+ },
4165
+ "args": [],
4166
+ "isDeprecated": false
4167
+ }
4168
+ ],
4169
+ "interfaces": [
4170
+ {
4171
+ "kind": "INTERFACE",
4172
+ "name": "Registration"
4173
+ }
4174
+ ]
4175
+ },
4176
+ {
4177
+ "kind": "OBJECT",
4178
+ "name": "EfpAccountMetadata",
4179
+ "fields": [
4180
+ {
4181
+ "name": "address",
4182
+ "type": {
4183
+ "kind": "NON_NULL",
4184
+ "ofType": {
4185
+ "kind": "SCALAR",
4186
+ "name": "Address"
4187
+ }
4188
+ },
4189
+ "args": [],
4190
+ "isDeprecated": false
4191
+ },
4192
+ {
4193
+ "name": "contract",
4194
+ "type": {
4195
+ "kind": "NON_NULL",
4196
+ "ofType": {
4197
+ "kind": "OBJECT",
4198
+ "name": "AccountId"
4199
+ }
4200
+ },
4201
+ "args": [],
4202
+ "isDeprecated": false
4203
+ },
4204
+ {
4205
+ "name": "createdAt",
4206
+ "type": {
4207
+ "kind": "NON_NULL",
4208
+ "ofType": {
4209
+ "kind": "SCALAR",
4210
+ "name": "BigInt"
4211
+ }
4212
+ },
4213
+ "args": [],
4214
+ "isDeprecated": false
4215
+ },
4216
+ {
4217
+ "name": "id",
4218
+ "type": {
4219
+ "kind": "NON_NULL",
4220
+ "ofType": {
4221
+ "kind": "SCALAR",
4222
+ "name": "ID"
4223
+ }
4224
+ },
4225
+ "args": [],
4226
+ "isDeprecated": false
4227
+ },
4228
+ {
4229
+ "name": "key",
4230
+ "type": {
4231
+ "kind": "NON_NULL",
4232
+ "ofType": {
4233
+ "kind": "SCALAR",
4234
+ "name": "String"
4235
+ }
4236
+ },
4237
+ "args": [],
4238
+ "isDeprecated": false
4239
+ },
4240
+ {
4241
+ "name": "updatedAt",
4242
+ "type": {
4243
+ "kind": "NON_NULL",
4244
+ "ofType": {
4245
+ "kind": "SCALAR",
4246
+ "name": "BigInt"
4247
+ }
4248
+ },
4249
+ "args": [],
4250
+ "isDeprecated": false
4251
+ },
4252
+ {
4253
+ "name": "value",
4254
+ "type": {
4255
+ "kind": "NON_NULL",
4256
+ "ofType": {
4257
+ "kind": "SCALAR",
4258
+ "name": "Hex"
4259
+ }
4260
+ },
4261
+ "args": [],
4262
+ "isDeprecated": false
4263
+ }
4264
+ ],
4265
+ "interfaces": []
4266
+ },
4267
+ {
4268
+ "kind": "OBJECT",
4269
+ "name": "EfpList",
4270
+ "fields": [
4271
+ {
4272
+ "name": "createdAt",
4273
+ "type": {
4274
+ "kind": "NON_NULL",
4275
+ "ofType": {
4276
+ "kind": "SCALAR",
4277
+ "name": "BigInt"
4278
+ }
4279
+ },
4280
+ "args": [],
4281
+ "isDeprecated": false
4282
+ },
4283
+ {
4284
+ "name": "manager",
4285
+ "type": {
4286
+ "kind": "SCALAR",
4287
+ "name": "Address"
4288
+ },
4289
+ "args": [],
4290
+ "isDeprecated": false
4291
+ },
4292
+ {
4293
+ "name": "nft",
4294
+ "type": {
4295
+ "kind": "NON_NULL",
4296
+ "ofType": {
4297
+ "kind": "OBJECT",
4298
+ "name": "AccountId"
4299
+ }
4300
+ },
4301
+ "args": [],
4302
+ "isDeprecated": false
4303
+ },
4304
+ {
4305
+ "name": "owner",
4306
+ "type": {
4307
+ "kind": "NON_NULL",
4308
+ "ofType": {
4309
+ "kind": "SCALAR",
4310
+ "name": "Address"
4311
+ }
4312
+ },
4313
+ "args": [],
4314
+ "isDeprecated": false
4315
+ },
4316
+ {
4317
+ "name": "records",
4318
+ "type": {
4319
+ "kind": "OBJECT",
4320
+ "name": "EfpListRecordsConnection"
4321
+ },
4322
+ "args": [
4323
+ {
4324
+ "name": "after",
4325
+ "type": {
4326
+ "kind": "SCALAR",
4327
+ "name": "String"
4328
+ }
4329
+ },
4330
+ {
4331
+ "name": "before",
4332
+ "type": {
4333
+ "kind": "SCALAR",
4334
+ "name": "String"
4335
+ }
4336
+ },
4337
+ {
4338
+ "name": "first",
4339
+ "type": {
4340
+ "kind": "SCALAR",
4341
+ "name": "Int"
4342
+ }
4343
+ },
4344
+ {
4345
+ "name": "last",
4346
+ "type": {
4347
+ "kind": "SCALAR",
4348
+ "name": "Int"
4349
+ }
4350
+ }
4351
+ ],
4352
+ "isDeprecated": false
4353
+ },
4354
+ {
4355
+ "name": "storageLocation",
4356
+ "type": {
4357
+ "kind": "OBJECT",
4358
+ "name": "EfpListStorageLocation"
4359
+ },
4360
+ "args": [],
4361
+ "isDeprecated": false
4362
+ },
4363
+ {
4364
+ "name": "tokenId",
4365
+ "type": {
4366
+ "kind": "NON_NULL",
4367
+ "ofType": {
4368
+ "kind": "SCALAR",
4369
+ "name": "TokenId"
4370
+ }
4371
+ },
4372
+ "args": [],
4373
+ "isDeprecated": false
4374
+ },
4375
+ {
4376
+ "name": "updatedAt",
4377
+ "type": {
4378
+ "kind": "NON_NULL",
4379
+ "ofType": {
4380
+ "kind": "SCALAR",
4381
+ "name": "BigInt"
4382
+ }
4383
+ },
4384
+ "args": [],
4385
+ "isDeprecated": false
4386
+ },
4387
+ {
4388
+ "name": "user",
4389
+ "type": {
4390
+ "kind": "SCALAR",
4391
+ "name": "Address"
4392
+ },
4393
+ "args": [],
4394
+ "isDeprecated": false
4395
+ }
4396
+ ],
4397
+ "interfaces": []
4398
+ },
4399
+ {
4400
+ "kind": "INPUT_OBJECT",
4401
+ "name": "EfpListByInput",
4402
+ "inputFields": [
4403
+ {
4404
+ "name": "tokenId",
4405
+ "type": {
4406
+ "kind": "NON_NULL",
4407
+ "ofType": {
4408
+ "kind": "SCALAR",
4409
+ "name": "TokenId"
4410
+ }
4411
+ }
4412
+ }
4413
+ ],
4414
+ "isOneOf": false
4415
+ },
4416
+ {
4417
+ "kind": "OBJECT",
4418
+ "name": "EfpListRecord",
4419
+ "fields": [
4420
+ {
4421
+ "name": "account",
4422
+ "type": {
4423
+ "kind": "NON_NULL",
4424
+ "ofType": {
4425
+ "kind": "OBJECT",
4426
+ "name": "Account"
4427
+ }
4428
+ },
4429
+ "args": [],
4430
+ "isDeprecated": false
4431
+ },
4432
+ {
4433
+ "name": "contract",
4434
+ "type": {
4435
+ "kind": "NON_NULL",
4436
+ "ofType": {
4437
+ "kind": "OBJECT",
4438
+ "name": "AccountId"
4439
+ }
4440
+ },
4441
+ "args": [],
4442
+ "isDeprecated": false
4443
+ },
4444
+ {
4445
+ "name": "createdAt",
4446
+ "type": {
4447
+ "kind": "NON_NULL",
4448
+ "ofType": {
4449
+ "kind": "SCALAR",
4450
+ "name": "BigInt"
4451
+ }
4452
+ },
4453
+ "args": [],
4454
+ "isDeprecated": false
4455
+ },
4456
+ {
4457
+ "name": "id",
4458
+ "type": {
4459
+ "kind": "NON_NULL",
4460
+ "ofType": {
4461
+ "kind": "SCALAR",
4462
+ "name": "ID"
4463
+ }
4464
+ },
4465
+ "args": [],
4466
+ "isDeprecated": false
4467
+ },
4468
+ {
4469
+ "name": "list",
4470
+ "type": {
4471
+ "kind": "OBJECT",
4472
+ "name": "EfpList"
4473
+ },
4474
+ "args": [],
4475
+ "isDeprecated": false
4476
+ },
4477
+ {
4478
+ "name": "record",
4479
+ "type": {
4480
+ "kind": "NON_NULL",
4481
+ "ofType": {
4482
+ "kind": "SCALAR",
4483
+ "name": "Hex"
4484
+ }
4485
+ },
4486
+ "args": [],
4487
+ "isDeprecated": false
4488
+ },
4489
+ {
4490
+ "name": "recordData",
4491
+ "type": {
4492
+ "kind": "NON_NULL",
4493
+ "ofType": {
4494
+ "kind": "SCALAR",
4495
+ "name": "Address"
4496
+ }
4497
+ },
4498
+ "args": [],
4499
+ "isDeprecated": false
4500
+ },
4501
+ {
4502
+ "name": "recordType",
4503
+ "type": {
4504
+ "kind": "NON_NULL",
4505
+ "ofType": {
4506
+ "kind": "SCALAR",
4507
+ "name": "Int"
4508
+ }
4509
+ },
4510
+ "args": [],
4511
+ "isDeprecated": false
4512
+ },
4513
+ {
4514
+ "name": "slot",
4515
+ "type": {
4516
+ "kind": "NON_NULL",
4517
+ "ofType": {
4518
+ "kind": "SCALAR",
4519
+ "name": "Hex"
4520
+ }
4521
+ },
4522
+ "args": [],
4523
+ "isDeprecated": false
4524
+ },
4525
+ {
4526
+ "name": "tags",
4527
+ "type": {
4528
+ "kind": "NON_NULL",
4529
+ "ofType": {
4530
+ "kind": "LIST",
4531
+ "ofType": {
4532
+ "kind": "NON_NULL",
4533
+ "ofType": {
4534
+ "kind": "SCALAR",
4535
+ "name": "String"
4536
+ }
4537
+ }
4538
+ }
4539
+ },
4540
+ "args": [],
4541
+ "isDeprecated": false
4542
+ }
4543
+ ],
4544
+ "interfaces": []
4545
+ },
4546
+ {
4547
+ "kind": "OBJECT",
4548
+ "name": "EfpListRecordsConnection",
4549
+ "fields": [
4550
+ {
4551
+ "name": "edges",
4552
+ "type": {
4553
+ "kind": "NON_NULL",
4554
+ "ofType": {
4555
+ "kind": "LIST",
4556
+ "ofType": {
4557
+ "kind": "NON_NULL",
4558
+ "ofType": {
4559
+ "kind": "OBJECT",
4560
+ "name": "EfpListRecordsConnectionEdge"
4561
+ }
4562
+ }
4563
+ }
4564
+ },
4565
+ "args": [],
4566
+ "isDeprecated": false
4567
+ },
4568
+ {
4569
+ "name": "pageInfo",
4570
+ "type": {
4571
+ "kind": "NON_NULL",
4572
+ "ofType": {
4573
+ "kind": "OBJECT",
4574
+ "name": "PageInfo"
4575
+ }
4576
+ },
4577
+ "args": [],
4578
+ "isDeprecated": false
4579
+ },
4580
+ {
4581
+ "name": "totalCount",
4582
+ "type": {
4583
+ "kind": "NON_NULL",
4584
+ "ofType": {
4585
+ "kind": "SCALAR",
4586
+ "name": "Int"
4587
+ }
4588
+ },
4589
+ "args": [],
4590
+ "isDeprecated": false
4591
+ }
4592
+ ],
4593
+ "interfaces": []
4594
+ },
4595
+ {
4596
+ "kind": "OBJECT",
4597
+ "name": "EfpListRecordsConnectionEdge",
4598
+ "fields": [
4599
+ {
4600
+ "name": "cursor",
4601
+ "type": {
4602
+ "kind": "NON_NULL",
4603
+ "ofType": {
4604
+ "kind": "SCALAR",
4605
+ "name": "String"
4606
+ }
4607
+ },
4608
+ "args": [],
4609
+ "isDeprecated": false
4610
+ },
4611
+ {
4612
+ "name": "node",
4613
+ "type": {
4614
+ "kind": "NON_NULL",
4615
+ "ofType": {
4616
+ "kind": "OBJECT",
4617
+ "name": "EfpListRecord"
4618
+ }
4619
+ },
4620
+ "args": [],
4621
+ "isDeprecated": false
4622
+ }
4623
+ ],
4624
+ "interfaces": []
4625
+ },
4626
+ {
4627
+ "kind": "INPUT_OBJECT",
4628
+ "name": "EfpListRecordsWhereInput",
4629
+ "inputFields": [
4630
+ {
4631
+ "name": "recordData",
4632
+ "type": {
4633
+ "kind": "SCALAR",
4634
+ "name": "Address"
4635
+ }
4636
+ },
4637
+ {
4638
+ "name": "recordType",
4639
+ "type": {
4640
+ "kind": "SCALAR",
4641
+ "name": "Int"
4642
+ }
4643
+ }
4644
+ ],
4645
+ "isOneOf": false
4646
+ },
4647
+ {
4648
+ "kind": "OBJECT",
4649
+ "name": "EfpListStorageLocation",
4650
+ "fields": [
4651
+ {
4652
+ "name": "address",
4653
+ "type": {
4654
+ "kind": "NON_NULL",
4655
+ "ofType": {
4656
+ "kind": "SCALAR",
4657
+ "name": "Address"
4658
+ }
4659
+ },
4660
+ "args": [],
4661
+ "isDeprecated": false
4662
+ },
4663
+ {
4664
+ "name": "chainId",
4665
+ "type": {
4666
+ "kind": "NON_NULL",
4667
+ "ofType": {
4668
+ "kind": "SCALAR",
4669
+ "name": "ChainId"
4670
+ }
4671
+ },
4672
+ "args": [],
4673
+ "isDeprecated": false
4674
+ },
4675
+ {
4676
+ "name": "slot",
4677
+ "type": {
4678
+ "kind": "NON_NULL",
4679
+ "ofType": {
4680
+ "kind": "SCALAR",
4681
+ "name": "Hex"
4682
+ }
4683
+ },
4684
+ "args": [],
4685
+ "isDeprecated": false
4686
+ }
4687
+ ],
4688
+ "interfaces": []
4689
+ },
4690
+ {
4691
+ "kind": "INPUT_OBJECT",
4692
+ "name": "EfpListsWhereInput",
4693
+ "inputFields": [
4694
+ {
4695
+ "name": "manager",
4696
+ "type": {
4697
+ "kind": "SCALAR",
4698
+ "name": "Address"
4699
+ }
4700
+ },
4701
+ {
4702
+ "name": "owner",
4703
+ "type": {
4704
+ "kind": "SCALAR",
4705
+ "name": "Address"
4706
+ }
4707
+ },
4708
+ {
4709
+ "name": "user",
4710
+ "type": {
4711
+ "kind": "SCALAR",
4712
+ "name": "Address"
4713
+ }
4714
+ }
4715
+ ],
4716
+ "isOneOf": false
4717
+ },
4718
+ {
4719
+ "kind": "OBJECT",
4720
+ "name": "EfpQuery",
4721
+ "fields": [
3413
4722
  {
3414
- "name": "registrant",
4723
+ "name": "list",
3415
4724
  "type": {
3416
4725
  "kind": "OBJECT",
3417
- "name": "Account"
4726
+ "name": "EfpList"
3418
4727
  },
3419
- "args": [],
3420
- "isDeprecated": false
3421
- },
3422
- {
3423
- "name": "registrar",
3424
- "type": {
3425
- "kind": "NON_NULL",
3426
- "ofType": {
3427
- "kind": "OBJECT",
3428
- "name": "AccountId"
4728
+ "args": [
4729
+ {
4730
+ "name": "by",
4731
+ "type": {
4732
+ "kind": "NON_NULL",
4733
+ "ofType": {
4734
+ "kind": "INPUT_OBJECT",
4735
+ "name": "EfpListByInput"
4736
+ }
4737
+ }
3429
4738
  }
3430
- },
3431
- "args": [],
4739
+ ],
3432
4740
  "isDeprecated": false
3433
4741
  },
3434
4742
  {
3435
- "name": "renewals",
4743
+ "name": "listRecords",
3436
4744
  "type": {
3437
4745
  "kind": "OBJECT",
3438
- "name": "RegistrationRenewalsConnection"
4746
+ "name": "EfpQueryListRecordsConnection"
3439
4747
  },
3440
4748
  "args": [
3441
4749
  {
@@ -3465,196 +4773,224 @@ var introspection = {
3465
4773
  "kind": "SCALAR",
3466
4774
  "name": "Int"
3467
4775
  }
4776
+ },
4777
+ {
4778
+ "name": "where",
4779
+ "type": {
4780
+ "kind": "INPUT_OBJECT",
4781
+ "name": "EfpListRecordsWhereInput"
4782
+ }
3468
4783
  }
3469
4784
  ],
3470
4785
  "isDeprecated": false
3471
4786
  },
3472
4787
  {
3473
- "name": "start",
3474
- "type": {
3475
- "kind": "NON_NULL",
3476
- "ofType": {
3477
- "kind": "SCALAR",
3478
- "name": "BigInt"
3479
- }
3480
- },
3481
- "args": [],
3482
- "isDeprecated": false
3483
- },
3484
- {
3485
- "name": "unregistrant",
4788
+ "name": "lists",
3486
4789
  "type": {
3487
4790
  "kind": "OBJECT",
3488
- "name": "Account"
4791
+ "name": "EfpQueryListsConnection"
3489
4792
  },
3490
- "args": [],
4793
+ "args": [
4794
+ {
4795
+ "name": "after",
4796
+ "type": {
4797
+ "kind": "SCALAR",
4798
+ "name": "String"
4799
+ }
4800
+ },
4801
+ {
4802
+ "name": "before",
4803
+ "type": {
4804
+ "kind": "SCALAR",
4805
+ "name": "String"
4806
+ }
4807
+ },
4808
+ {
4809
+ "name": "first",
4810
+ "type": {
4811
+ "kind": "SCALAR",
4812
+ "name": "Int"
4813
+ }
4814
+ },
4815
+ {
4816
+ "name": "last",
4817
+ "type": {
4818
+ "kind": "SCALAR",
4819
+ "name": "Int"
4820
+ }
4821
+ },
4822
+ {
4823
+ "name": "where",
4824
+ "type": {
4825
+ "kind": "INPUT_OBJECT",
4826
+ "name": "EfpListsWhereInput"
4827
+ }
4828
+ }
4829
+ ],
3491
4830
  "isDeprecated": false
3492
4831
  }
3493
4832
  ],
3494
- "interfaces": [
3495
- {
3496
- "kind": "INTERFACE",
3497
- "name": "Registration"
3498
- }
3499
- ]
4833
+ "interfaces": []
3500
4834
  },
3501
4835
  {
3502
4836
  "kind": "OBJECT",
3503
- "name": "ENSv2RegistryReservation",
4837
+ "name": "EfpQueryListRecordsConnection",
3504
4838
  "fields": [
3505
4839
  {
3506
- "name": "domain",
4840
+ "name": "edges",
3507
4841
  "type": {
3508
4842
  "kind": "NON_NULL",
3509
4843
  "ofType": {
3510
- "kind": "INTERFACE",
3511
- "name": "Domain"
4844
+ "kind": "LIST",
4845
+ "ofType": {
4846
+ "kind": "NON_NULL",
4847
+ "ofType": {
4848
+ "kind": "OBJECT",
4849
+ "name": "EfpQueryListRecordsConnectionEdge"
4850
+ }
4851
+ }
3512
4852
  }
3513
4853
  },
3514
4854
  "args": [],
3515
4855
  "isDeprecated": false
3516
4856
  },
3517
4857
  {
3518
- "name": "event",
4858
+ "name": "pageInfo",
3519
4859
  "type": {
3520
4860
  "kind": "NON_NULL",
3521
4861
  "ofType": {
3522
4862
  "kind": "OBJECT",
3523
- "name": "Event"
4863
+ "name": "PageInfo"
3524
4864
  }
3525
4865
  },
3526
4866
  "args": [],
3527
4867
  "isDeprecated": false
3528
4868
  },
3529
4869
  {
3530
- "name": "expired",
4870
+ "name": "totalCount",
3531
4871
  "type": {
3532
4872
  "kind": "NON_NULL",
3533
4873
  "ofType": {
3534
4874
  "kind": "SCALAR",
3535
- "name": "Boolean"
4875
+ "name": "Int"
3536
4876
  }
3537
4877
  },
3538
4878
  "args": [],
3539
4879
  "isDeprecated": false
3540
- },
3541
- {
3542
- "name": "expiry",
3543
- "type": {
3544
- "kind": "SCALAR",
3545
- "name": "BigInt"
3546
- },
3547
- "args": [],
3548
- "isDeprecated": false
3549
- },
4880
+ }
4881
+ ],
4882
+ "interfaces": []
4883
+ },
4884
+ {
4885
+ "kind": "OBJECT",
4886
+ "name": "EfpQueryListRecordsConnectionEdge",
4887
+ "fields": [
3550
4888
  {
3551
- "name": "id",
4889
+ "name": "cursor",
3552
4890
  "type": {
3553
4891
  "kind": "NON_NULL",
3554
4892
  "ofType": {
3555
4893
  "kind": "SCALAR",
3556
- "name": "RegistrationId"
4894
+ "name": "String"
3557
4895
  }
3558
4896
  },
3559
4897
  "args": [],
3560
4898
  "isDeprecated": false
3561
4899
  },
3562
4900
  {
3563
- "name": "referrer",
4901
+ "name": "node",
3564
4902
  "type": {
3565
- "kind": "SCALAR",
3566
- "name": "Hex"
4903
+ "kind": "NON_NULL",
4904
+ "ofType": {
4905
+ "kind": "OBJECT",
4906
+ "name": "EfpListRecord"
4907
+ }
3567
4908
  },
3568
4909
  "args": [],
3569
4910
  "isDeprecated": false
3570
- },
4911
+ }
4912
+ ],
4913
+ "interfaces": []
4914
+ },
4915
+ {
4916
+ "kind": "OBJECT",
4917
+ "name": "EfpQueryListsConnection",
4918
+ "fields": [
3571
4919
  {
3572
- "name": "registrant",
4920
+ "name": "edges",
3573
4921
  "type": {
3574
- "kind": "OBJECT",
3575
- "name": "Account"
4922
+ "kind": "NON_NULL",
4923
+ "ofType": {
4924
+ "kind": "LIST",
4925
+ "ofType": {
4926
+ "kind": "NON_NULL",
4927
+ "ofType": {
4928
+ "kind": "OBJECT",
4929
+ "name": "EfpQueryListsConnectionEdge"
4930
+ }
4931
+ }
4932
+ }
3576
4933
  },
3577
4934
  "args": [],
3578
4935
  "isDeprecated": false
3579
4936
  },
3580
4937
  {
3581
- "name": "registrar",
4938
+ "name": "pageInfo",
3582
4939
  "type": {
3583
4940
  "kind": "NON_NULL",
3584
4941
  "ofType": {
3585
4942
  "kind": "OBJECT",
3586
- "name": "AccountId"
4943
+ "name": "PageInfo"
3587
4944
  }
3588
4945
  },
3589
4946
  "args": [],
3590
4947
  "isDeprecated": false
3591
4948
  },
3592
4949
  {
3593
- "name": "renewals",
4950
+ "name": "totalCount",
3594
4951
  "type": {
3595
- "kind": "OBJECT",
3596
- "name": "RegistrationRenewalsConnection"
3597
- },
3598
- "args": [
3599
- {
3600
- "name": "after",
3601
- "type": {
3602
- "kind": "SCALAR",
3603
- "name": "String"
3604
- }
3605
- },
3606
- {
3607
- "name": "before",
3608
- "type": {
3609
- "kind": "SCALAR",
3610
- "name": "String"
3611
- }
3612
- },
3613
- {
3614
- "name": "first",
3615
- "type": {
3616
- "kind": "SCALAR",
3617
- "name": "Int"
3618
- }
3619
- },
3620
- {
3621
- "name": "last",
3622
- "type": {
3623
- "kind": "SCALAR",
3624
- "name": "Int"
3625
- }
4952
+ "kind": "NON_NULL",
4953
+ "ofType": {
4954
+ "kind": "SCALAR",
4955
+ "name": "Int"
3626
4956
  }
3627
- ],
4957
+ },
4958
+ "args": [],
3628
4959
  "isDeprecated": false
3629
- },
4960
+ }
4961
+ ],
4962
+ "interfaces": []
4963
+ },
4964
+ {
4965
+ "kind": "OBJECT",
4966
+ "name": "EfpQueryListsConnectionEdge",
4967
+ "fields": [
3630
4968
  {
3631
- "name": "start",
4969
+ "name": "cursor",
3632
4970
  "type": {
3633
4971
  "kind": "NON_NULL",
3634
4972
  "ofType": {
3635
4973
  "kind": "SCALAR",
3636
- "name": "BigInt"
4974
+ "name": "String"
3637
4975
  }
3638
4976
  },
3639
4977
  "args": [],
3640
4978
  "isDeprecated": false
3641
4979
  },
3642
4980
  {
3643
- "name": "unregistrant",
4981
+ "name": "node",
3644
4982
  "type": {
3645
- "kind": "OBJECT",
3646
- "name": "Account"
4983
+ "kind": "NON_NULL",
4984
+ "ofType": {
4985
+ "kind": "OBJECT",
4986
+ "name": "EfpList"
4987
+ }
3647
4988
  },
3648
4989
  "args": [],
3649
4990
  "isDeprecated": false
3650
4991
  }
3651
4992
  ],
3652
- "interfaces": [
3653
- {
3654
- "kind": "INTERFACE",
3655
- "name": "Registration"
3656
- }
3657
- ]
4993
+ "interfaces": []
3658
4994
  },
3659
4995
  {
3660
4996
  "kind": "SCALAR",
@@ -5602,6 +6938,15 @@ var introspection = {
5602
6938
  ],
5603
6939
  "isDeprecated": false
5604
6940
  },
6941
+ {
6942
+ "name": "efp",
6943
+ "type": {
6944
+ "kind": "OBJECT",
6945
+ "name": "EfpQuery"
6946
+ },
6947
+ "args": [],
6948
+ "isDeprecated": false
6949
+ },
5605
6950
  {
5606
6951
  "name": "permissions",
5607
6952
  "type": {
@@ -7602,6 +8947,10 @@ var introspection = {
7602
8947
  }
7603
8948
  ]
7604
8949
  },
8950
+ {
8951
+ "kind": "SCALAR",
8952
+ "name": "TokenId"
8953
+ },
7605
8954
  {
7606
8955
  "kind": "OBJECT",
7607
8956
  "name": "UnindexedDomain",