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.
- package/dist/efp/index.d.ts +35 -0
- package/dist/efp/index.js +31 -0
- package/dist/efp/index.js.map +1 -0
- package/dist/evm-D-quiIO8.d.ts +97 -0
- package/dist/index.d.ts +14 -3
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/dist/omnigraph/index.d.ts +1474 -292
- package/dist/omnigraph/index.js +1552 -203
- package/dist/omnigraph/index.js.map +1 -1
- package/dist/{shared-CZeZrvuq.d.ts → shared-DucmfI3x.d.ts} +7 -100
- package/package.json +6 -2
- package/src/omnigraph/generated/schema.graphql +273 -0
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { initGraphQLTada, TadaDocumentNode } from 'gql.tada';
|
|
2
2
|
export { FragmentOf, ResultOf, VariablesOf, readFragment } from 'gql.tada';
|
|
3
|
-
import {
|
|
3
|
+
import { O as JsonValue, M as Email, x as BitcoinAddress, Q as LitecoinAddress, J as DogecoinAddress, T as MonacoinAddress, X as RootstockAddress, W as RippleAddress, y as BitcoinCashAddress, w as BinanceAddress, Y as SolanaAddress, r as InterfaceId, a as InterpretedName, I as InterpretedLabel, b as BeautifiedName, B as BeautifiedLabel, N as Node, l as DomainId, q as RegistryId, n as ResolverId, P as PermissionsId, j as PermissionsResourceId, k as PermissionsUserId, R as RegistrationId, m as RenewalId, o as ResolverRecordsId } from '../shared-DucmfI3x.js';
|
|
4
4
|
import { CoinType } from '@ensdomains/address-encoder';
|
|
5
|
+
import { N as NormalizedAddress, H as Hex, C as ChainId } from '../evm-D-quiIO8.js';
|
|
5
6
|
import { DocumentNode } from 'graphql';
|
|
6
7
|
import { EnsNodeClient } from '../core/index.js';
|
|
7
8
|
import 'viem';
|
|
@@ -119,6 +120,14 @@ declare const introspection: {
|
|
|
119
120
|
};
|
|
120
121
|
}];
|
|
121
122
|
readonly isDeprecated: false;
|
|
123
|
+
}, {
|
|
124
|
+
readonly name: "efp";
|
|
125
|
+
readonly type: {
|
|
126
|
+
readonly kind: "OBJECT";
|
|
127
|
+
readonly name: "AccountEfp";
|
|
128
|
+
};
|
|
129
|
+
readonly args: readonly [];
|
|
130
|
+
readonly isDeprecated: false;
|
|
122
131
|
}, {
|
|
123
132
|
readonly name: "events";
|
|
124
133
|
readonly type: {
|
|
@@ -441,7 +450,165 @@ declare const introspection: {
|
|
|
441
450
|
readonly isOneOf: false;
|
|
442
451
|
}, {
|
|
443
452
|
readonly kind: "OBJECT";
|
|
444
|
-
readonly name: "
|
|
453
|
+
readonly name: "AccountEfp";
|
|
454
|
+
readonly fields: readonly [{
|
|
455
|
+
readonly name: "followers";
|
|
456
|
+
readonly type: {
|
|
457
|
+
readonly kind: "OBJECT";
|
|
458
|
+
readonly name: "AccountEfpFollowersConnection";
|
|
459
|
+
};
|
|
460
|
+
readonly args: readonly [{
|
|
461
|
+
readonly name: "after";
|
|
462
|
+
readonly type: {
|
|
463
|
+
readonly kind: "SCALAR";
|
|
464
|
+
readonly name: "String";
|
|
465
|
+
};
|
|
466
|
+
}, {
|
|
467
|
+
readonly name: "before";
|
|
468
|
+
readonly type: {
|
|
469
|
+
readonly kind: "SCALAR";
|
|
470
|
+
readonly name: "String";
|
|
471
|
+
};
|
|
472
|
+
}, {
|
|
473
|
+
readonly name: "first";
|
|
474
|
+
readonly type: {
|
|
475
|
+
readonly kind: "SCALAR";
|
|
476
|
+
readonly name: "Int";
|
|
477
|
+
};
|
|
478
|
+
}, {
|
|
479
|
+
readonly name: "last";
|
|
480
|
+
readonly type: {
|
|
481
|
+
readonly kind: "SCALAR";
|
|
482
|
+
readonly name: "Int";
|
|
483
|
+
};
|
|
484
|
+
}];
|
|
485
|
+
readonly isDeprecated: false;
|
|
486
|
+
}, {
|
|
487
|
+
readonly name: "following";
|
|
488
|
+
readonly type: {
|
|
489
|
+
readonly kind: "OBJECT";
|
|
490
|
+
readonly name: "AccountEfpFollowingConnection";
|
|
491
|
+
};
|
|
492
|
+
readonly args: readonly [{
|
|
493
|
+
readonly name: "after";
|
|
494
|
+
readonly type: {
|
|
495
|
+
readonly kind: "SCALAR";
|
|
496
|
+
readonly name: "String";
|
|
497
|
+
};
|
|
498
|
+
}, {
|
|
499
|
+
readonly name: "before";
|
|
500
|
+
readonly type: {
|
|
501
|
+
readonly kind: "SCALAR";
|
|
502
|
+
readonly name: "String";
|
|
503
|
+
};
|
|
504
|
+
}, {
|
|
505
|
+
readonly name: "first";
|
|
506
|
+
readonly type: {
|
|
507
|
+
readonly kind: "SCALAR";
|
|
508
|
+
readonly name: "Int";
|
|
509
|
+
};
|
|
510
|
+
}, {
|
|
511
|
+
readonly name: "last";
|
|
512
|
+
readonly type: {
|
|
513
|
+
readonly kind: "SCALAR";
|
|
514
|
+
readonly name: "Int";
|
|
515
|
+
};
|
|
516
|
+
}];
|
|
517
|
+
readonly isDeprecated: false;
|
|
518
|
+
}, {
|
|
519
|
+
readonly name: "lists";
|
|
520
|
+
readonly type: {
|
|
521
|
+
readonly kind: "OBJECT";
|
|
522
|
+
readonly name: "AccountEfpListsConnection";
|
|
523
|
+
};
|
|
524
|
+
readonly args: readonly [{
|
|
525
|
+
readonly name: "after";
|
|
526
|
+
readonly type: {
|
|
527
|
+
readonly kind: "SCALAR";
|
|
528
|
+
readonly name: "String";
|
|
529
|
+
};
|
|
530
|
+
}, {
|
|
531
|
+
readonly name: "before";
|
|
532
|
+
readonly type: {
|
|
533
|
+
readonly kind: "SCALAR";
|
|
534
|
+
readonly name: "String";
|
|
535
|
+
};
|
|
536
|
+
}, {
|
|
537
|
+
readonly name: "first";
|
|
538
|
+
readonly type: {
|
|
539
|
+
readonly kind: "SCALAR";
|
|
540
|
+
readonly name: "Int";
|
|
541
|
+
};
|
|
542
|
+
}, {
|
|
543
|
+
readonly name: "last";
|
|
544
|
+
readonly type: {
|
|
545
|
+
readonly kind: "SCALAR";
|
|
546
|
+
readonly name: "Int";
|
|
547
|
+
};
|
|
548
|
+
}];
|
|
549
|
+
readonly isDeprecated: false;
|
|
550
|
+
}, {
|
|
551
|
+
readonly name: "metadata";
|
|
552
|
+
readonly type: {
|
|
553
|
+
readonly kind: "OBJECT";
|
|
554
|
+
readonly name: "EfpAccountMetadata";
|
|
555
|
+
};
|
|
556
|
+
readonly args: readonly [{
|
|
557
|
+
readonly name: "key";
|
|
558
|
+
readonly type: {
|
|
559
|
+
readonly kind: "NON_NULL";
|
|
560
|
+
readonly ofType: {
|
|
561
|
+
readonly kind: "SCALAR";
|
|
562
|
+
readonly name: "String";
|
|
563
|
+
};
|
|
564
|
+
};
|
|
565
|
+
}];
|
|
566
|
+
readonly isDeprecated: false;
|
|
567
|
+
}, {
|
|
568
|
+
readonly name: "metadatas";
|
|
569
|
+
readonly type: {
|
|
570
|
+
readonly kind: "OBJECT";
|
|
571
|
+
readonly name: "AccountEfpMetadatasConnection";
|
|
572
|
+
};
|
|
573
|
+
readonly args: readonly [{
|
|
574
|
+
readonly name: "after";
|
|
575
|
+
readonly type: {
|
|
576
|
+
readonly kind: "SCALAR";
|
|
577
|
+
readonly name: "String";
|
|
578
|
+
};
|
|
579
|
+
}, {
|
|
580
|
+
readonly name: "before";
|
|
581
|
+
readonly type: {
|
|
582
|
+
readonly kind: "SCALAR";
|
|
583
|
+
readonly name: "String";
|
|
584
|
+
};
|
|
585
|
+
}, {
|
|
586
|
+
readonly name: "first";
|
|
587
|
+
readonly type: {
|
|
588
|
+
readonly kind: "SCALAR";
|
|
589
|
+
readonly name: "Int";
|
|
590
|
+
};
|
|
591
|
+
}, {
|
|
592
|
+
readonly name: "last";
|
|
593
|
+
readonly type: {
|
|
594
|
+
readonly kind: "SCALAR";
|
|
595
|
+
readonly name: "Int";
|
|
596
|
+
};
|
|
597
|
+
}];
|
|
598
|
+
readonly isDeprecated: false;
|
|
599
|
+
}, {
|
|
600
|
+
readonly name: "primaryList";
|
|
601
|
+
readonly type: {
|
|
602
|
+
readonly kind: "OBJECT";
|
|
603
|
+
readonly name: "EfpList";
|
|
604
|
+
};
|
|
605
|
+
readonly args: readonly [];
|
|
606
|
+
readonly isDeprecated: false;
|
|
607
|
+
}];
|
|
608
|
+
readonly interfaces: readonly [];
|
|
609
|
+
}, {
|
|
610
|
+
readonly kind: "OBJECT";
|
|
611
|
+
readonly name: "AccountEfpFollowersConnection";
|
|
445
612
|
readonly fields: readonly [{
|
|
446
613
|
readonly name: "edges";
|
|
447
614
|
readonly type: {
|
|
@@ -452,7 +619,7 @@ declare const introspection: {
|
|
|
452
619
|
readonly kind: "NON_NULL";
|
|
453
620
|
readonly ofType: {
|
|
454
621
|
readonly kind: "OBJECT";
|
|
455
|
-
readonly name: "
|
|
622
|
+
readonly name: "AccountEfpFollowersConnectionEdge";
|
|
456
623
|
};
|
|
457
624
|
};
|
|
458
625
|
};
|
|
@@ -485,7 +652,7 @@ declare const introspection: {
|
|
|
485
652
|
readonly interfaces: readonly [];
|
|
486
653
|
}, {
|
|
487
654
|
readonly kind: "OBJECT";
|
|
488
|
-
readonly name: "
|
|
655
|
+
readonly name: "AccountEfpFollowersConnectionEdge";
|
|
489
656
|
readonly fields: readonly [{
|
|
490
657
|
readonly name: "cursor";
|
|
491
658
|
readonly type: {
|
|
@@ -503,7 +670,7 @@ declare const introspection: {
|
|
|
503
670
|
readonly kind: "NON_NULL";
|
|
504
671
|
readonly ofType: {
|
|
505
672
|
readonly kind: "OBJECT";
|
|
506
|
-
readonly name: "
|
|
673
|
+
readonly name: "Account";
|
|
507
674
|
};
|
|
508
675
|
};
|
|
509
676
|
readonly args: readonly [];
|
|
@@ -511,49 +678,43 @@ declare const introspection: {
|
|
|
511
678
|
}];
|
|
512
679
|
readonly interfaces: readonly [];
|
|
513
680
|
}, {
|
|
514
|
-
readonly kind: "
|
|
515
|
-
readonly name: "
|
|
516
|
-
readonly
|
|
517
|
-
readonly name: "
|
|
518
|
-
readonly type: {
|
|
519
|
-
readonly kind: "INPUT_OBJECT";
|
|
520
|
-
readonly name: "EventsFromFilter";
|
|
521
|
-
};
|
|
522
|
-
}, {
|
|
523
|
-
readonly name: "selector";
|
|
681
|
+
readonly kind: "OBJECT";
|
|
682
|
+
readonly name: "AccountEfpFollowingConnection";
|
|
683
|
+
readonly fields: readonly [{
|
|
684
|
+
readonly name: "edges";
|
|
524
685
|
readonly type: {
|
|
525
|
-
readonly kind: "
|
|
526
|
-
readonly
|
|
686
|
+
readonly kind: "NON_NULL";
|
|
687
|
+
readonly ofType: {
|
|
688
|
+
readonly kind: "LIST";
|
|
689
|
+
readonly ofType: {
|
|
690
|
+
readonly kind: "NON_NULL";
|
|
691
|
+
readonly ofType: {
|
|
692
|
+
readonly kind: "OBJECT";
|
|
693
|
+
readonly name: "AccountEfpFollowingConnectionEdge";
|
|
694
|
+
};
|
|
695
|
+
};
|
|
696
|
+
};
|
|
527
697
|
};
|
|
698
|
+
readonly args: readonly [];
|
|
699
|
+
readonly isDeprecated: false;
|
|
528
700
|
}, {
|
|
529
|
-
readonly name: "
|
|
530
|
-
readonly type: {
|
|
531
|
-
readonly kind: "INPUT_OBJECT";
|
|
532
|
-
readonly name: "EventsTimestampFilter";
|
|
533
|
-
};
|
|
534
|
-
}];
|
|
535
|
-
readonly isOneOf: false;
|
|
536
|
-
}, {
|
|
537
|
-
readonly kind: "OBJECT";
|
|
538
|
-
readonly name: "AccountId";
|
|
539
|
-
readonly fields: readonly [{
|
|
540
|
-
readonly name: "address";
|
|
701
|
+
readonly name: "pageInfo";
|
|
541
702
|
readonly type: {
|
|
542
703
|
readonly kind: "NON_NULL";
|
|
543
704
|
readonly ofType: {
|
|
544
|
-
readonly kind: "
|
|
545
|
-
readonly name: "
|
|
705
|
+
readonly kind: "OBJECT";
|
|
706
|
+
readonly name: "PageInfo";
|
|
546
707
|
};
|
|
547
708
|
};
|
|
548
709
|
readonly args: readonly [];
|
|
549
710
|
readonly isDeprecated: false;
|
|
550
711
|
}, {
|
|
551
|
-
readonly name: "
|
|
712
|
+
readonly name: "totalCount";
|
|
552
713
|
readonly type: {
|
|
553
714
|
readonly kind: "NON_NULL";
|
|
554
715
|
readonly ofType: {
|
|
555
716
|
readonly kind: "SCALAR";
|
|
556
|
-
readonly name: "
|
|
717
|
+
readonly name: "Int";
|
|
557
718
|
};
|
|
558
719
|
};
|
|
559
720
|
readonly args: readonly [];
|
|
@@ -561,31 +722,35 @@ declare const introspection: {
|
|
|
561
722
|
}];
|
|
562
723
|
readonly interfaces: readonly [];
|
|
563
724
|
}, {
|
|
564
|
-
readonly kind: "
|
|
565
|
-
readonly name: "
|
|
566
|
-
readonly
|
|
567
|
-
readonly name: "
|
|
725
|
+
readonly kind: "OBJECT";
|
|
726
|
+
readonly name: "AccountEfpFollowingConnectionEdge";
|
|
727
|
+
readonly fields: readonly [{
|
|
728
|
+
readonly name: "cursor";
|
|
568
729
|
readonly type: {
|
|
569
730
|
readonly kind: "NON_NULL";
|
|
570
731
|
readonly ofType: {
|
|
571
732
|
readonly kind: "SCALAR";
|
|
572
|
-
readonly name: "
|
|
733
|
+
readonly name: "String";
|
|
573
734
|
};
|
|
574
735
|
};
|
|
736
|
+
readonly args: readonly [];
|
|
737
|
+
readonly isDeprecated: false;
|
|
575
738
|
}, {
|
|
576
|
-
readonly name: "
|
|
739
|
+
readonly name: "node";
|
|
577
740
|
readonly type: {
|
|
578
741
|
readonly kind: "NON_NULL";
|
|
579
742
|
readonly ofType: {
|
|
580
|
-
readonly kind: "
|
|
581
|
-
readonly name: "
|
|
743
|
+
readonly kind: "OBJECT";
|
|
744
|
+
readonly name: "Account";
|
|
582
745
|
};
|
|
583
746
|
};
|
|
747
|
+
readonly args: readonly [];
|
|
748
|
+
readonly isDeprecated: false;
|
|
584
749
|
}];
|
|
585
|
-
readonly
|
|
750
|
+
readonly interfaces: readonly [];
|
|
586
751
|
}, {
|
|
587
752
|
readonly kind: "OBJECT";
|
|
588
|
-
readonly name: "
|
|
753
|
+
readonly name: "AccountEfpListsConnection";
|
|
589
754
|
readonly fields: readonly [{
|
|
590
755
|
readonly name: "edges";
|
|
591
756
|
readonly type: {
|
|
@@ -596,7 +761,7 @@ declare const introspection: {
|
|
|
596
761
|
readonly kind: "NON_NULL";
|
|
597
762
|
readonly ofType: {
|
|
598
763
|
readonly kind: "OBJECT";
|
|
599
|
-
readonly name: "
|
|
764
|
+
readonly name: "AccountEfpListsConnectionEdge";
|
|
600
765
|
};
|
|
601
766
|
};
|
|
602
767
|
};
|
|
@@ -629,7 +794,7 @@ declare const introspection: {
|
|
|
629
794
|
readonly interfaces: readonly [];
|
|
630
795
|
}, {
|
|
631
796
|
readonly kind: "OBJECT";
|
|
632
|
-
readonly name: "
|
|
797
|
+
readonly name: "AccountEfpListsConnectionEdge";
|
|
633
798
|
readonly fields: readonly [{
|
|
634
799
|
readonly name: "cursor";
|
|
635
800
|
readonly type: {
|
|
@@ -647,27 +812,16 @@ declare const introspection: {
|
|
|
647
812
|
readonly kind: "NON_NULL";
|
|
648
813
|
readonly ofType: {
|
|
649
814
|
readonly kind: "OBJECT";
|
|
650
|
-
readonly name: "
|
|
815
|
+
readonly name: "EfpList";
|
|
651
816
|
};
|
|
652
817
|
};
|
|
653
818
|
readonly args: readonly [];
|
|
654
819
|
readonly isDeprecated: false;
|
|
655
820
|
}];
|
|
656
821
|
readonly interfaces: readonly [];
|
|
657
|
-
}, {
|
|
658
|
-
readonly kind: "INPUT_OBJECT";
|
|
659
|
-
readonly name: "AccountNameReferencesWhereInput";
|
|
660
|
-
readonly inputFields: readonly [{
|
|
661
|
-
readonly name: "coinType";
|
|
662
|
-
readonly type: {
|
|
663
|
-
readonly kind: "SCALAR";
|
|
664
|
-
readonly name: "CoinType";
|
|
665
|
-
};
|
|
666
|
-
}];
|
|
667
|
-
readonly isOneOf: false;
|
|
668
822
|
}, {
|
|
669
823
|
readonly kind: "OBJECT";
|
|
670
|
-
readonly name: "
|
|
824
|
+
readonly name: "AccountEfpMetadatasConnection";
|
|
671
825
|
readonly fields: readonly [{
|
|
672
826
|
readonly name: "edges";
|
|
673
827
|
readonly type: {
|
|
@@ -678,7 +832,7 @@ declare const introspection: {
|
|
|
678
832
|
readonly kind: "NON_NULL";
|
|
679
833
|
readonly ofType: {
|
|
680
834
|
readonly kind: "OBJECT";
|
|
681
|
-
readonly name: "
|
|
835
|
+
readonly name: "AccountEfpMetadatasConnectionEdge";
|
|
682
836
|
};
|
|
683
837
|
};
|
|
684
838
|
};
|
|
@@ -711,7 +865,7 @@ declare const introspection: {
|
|
|
711
865
|
readonly interfaces: readonly [];
|
|
712
866
|
}, {
|
|
713
867
|
readonly kind: "OBJECT";
|
|
714
|
-
readonly name: "
|
|
868
|
+
readonly name: "AccountEfpMetadatasConnectionEdge";
|
|
715
869
|
readonly fields: readonly [{
|
|
716
870
|
readonly name: "cursor";
|
|
717
871
|
readonly type: {
|
|
@@ -729,27 +883,16 @@ declare const introspection: {
|
|
|
729
883
|
readonly kind: "NON_NULL";
|
|
730
884
|
readonly ofType: {
|
|
731
885
|
readonly kind: "OBJECT";
|
|
732
|
-
readonly name: "
|
|
886
|
+
readonly name: "EfpAccountMetadata";
|
|
733
887
|
};
|
|
734
888
|
};
|
|
735
889
|
readonly args: readonly [];
|
|
736
890
|
readonly isDeprecated: false;
|
|
737
891
|
}];
|
|
738
892
|
readonly interfaces: readonly [];
|
|
739
|
-
}, {
|
|
740
|
-
readonly kind: "INPUT_OBJECT";
|
|
741
|
-
readonly name: "AccountPermissionsWhereInput";
|
|
742
|
-
readonly inputFields: readonly [{
|
|
743
|
-
readonly name: "contract";
|
|
744
|
-
readonly type: {
|
|
745
|
-
readonly kind: "INPUT_OBJECT";
|
|
746
|
-
readonly name: "AccountIdInput";
|
|
747
|
-
};
|
|
748
|
-
}];
|
|
749
|
-
readonly isOneOf: false;
|
|
750
893
|
}, {
|
|
751
894
|
readonly kind: "OBJECT";
|
|
752
|
-
readonly name: "
|
|
895
|
+
readonly name: "AccountEventsConnection";
|
|
753
896
|
readonly fields: readonly [{
|
|
754
897
|
readonly name: "edges";
|
|
755
898
|
readonly type: {
|
|
@@ -760,7 +903,7 @@ declare const introspection: {
|
|
|
760
903
|
readonly kind: "NON_NULL";
|
|
761
904
|
readonly ofType: {
|
|
762
905
|
readonly kind: "OBJECT";
|
|
763
|
-
readonly name: "
|
|
906
|
+
readonly name: "AccountEventsConnectionEdge";
|
|
764
907
|
};
|
|
765
908
|
};
|
|
766
909
|
};
|
|
@@ -793,7 +936,7 @@ declare const introspection: {
|
|
|
793
936
|
readonly interfaces: readonly [];
|
|
794
937
|
}, {
|
|
795
938
|
readonly kind: "OBJECT";
|
|
796
|
-
readonly name: "
|
|
939
|
+
readonly name: "AccountEventsConnectionEdge";
|
|
797
940
|
readonly fields: readonly [{
|
|
798
941
|
readonly name: "cursor";
|
|
799
942
|
readonly type: {
|
|
@@ -811,16 +954,89 @@ declare const introspection: {
|
|
|
811
954
|
readonly kind: "NON_NULL";
|
|
812
955
|
readonly ofType: {
|
|
813
956
|
readonly kind: "OBJECT";
|
|
814
|
-
readonly name: "
|
|
957
|
+
readonly name: "Event";
|
|
815
958
|
};
|
|
816
959
|
};
|
|
817
960
|
readonly args: readonly [];
|
|
818
961
|
readonly isDeprecated: false;
|
|
819
962
|
}];
|
|
820
963
|
readonly interfaces: readonly [];
|
|
964
|
+
}, {
|
|
965
|
+
readonly kind: "INPUT_OBJECT";
|
|
966
|
+
readonly name: "AccountEventsWhereInput";
|
|
967
|
+
readonly inputFields: readonly [{
|
|
968
|
+
readonly name: "from";
|
|
969
|
+
readonly type: {
|
|
970
|
+
readonly kind: "INPUT_OBJECT";
|
|
971
|
+
readonly name: "EventsFromFilter";
|
|
972
|
+
};
|
|
973
|
+
}, {
|
|
974
|
+
readonly name: "selector";
|
|
975
|
+
readonly type: {
|
|
976
|
+
readonly kind: "INPUT_OBJECT";
|
|
977
|
+
readonly name: "EventsSelectorFilter";
|
|
978
|
+
};
|
|
979
|
+
}, {
|
|
980
|
+
readonly name: "timestamp";
|
|
981
|
+
readonly type: {
|
|
982
|
+
readonly kind: "INPUT_OBJECT";
|
|
983
|
+
readonly name: "EventsTimestampFilter";
|
|
984
|
+
};
|
|
985
|
+
}];
|
|
986
|
+
readonly isOneOf: false;
|
|
821
987
|
}, {
|
|
822
988
|
readonly kind: "OBJECT";
|
|
823
|
-
readonly name: "
|
|
989
|
+
readonly name: "AccountId";
|
|
990
|
+
readonly fields: readonly [{
|
|
991
|
+
readonly name: "address";
|
|
992
|
+
readonly type: {
|
|
993
|
+
readonly kind: "NON_NULL";
|
|
994
|
+
readonly ofType: {
|
|
995
|
+
readonly kind: "SCALAR";
|
|
996
|
+
readonly name: "Address";
|
|
997
|
+
};
|
|
998
|
+
};
|
|
999
|
+
readonly args: readonly [];
|
|
1000
|
+
readonly isDeprecated: false;
|
|
1001
|
+
}, {
|
|
1002
|
+
readonly name: "chainId";
|
|
1003
|
+
readonly type: {
|
|
1004
|
+
readonly kind: "NON_NULL";
|
|
1005
|
+
readonly ofType: {
|
|
1006
|
+
readonly kind: "SCALAR";
|
|
1007
|
+
readonly name: "ChainId";
|
|
1008
|
+
};
|
|
1009
|
+
};
|
|
1010
|
+
readonly args: readonly [];
|
|
1011
|
+
readonly isDeprecated: false;
|
|
1012
|
+
}];
|
|
1013
|
+
readonly interfaces: readonly [];
|
|
1014
|
+
}, {
|
|
1015
|
+
readonly kind: "INPUT_OBJECT";
|
|
1016
|
+
readonly name: "AccountIdInput";
|
|
1017
|
+
readonly inputFields: readonly [{
|
|
1018
|
+
readonly name: "address";
|
|
1019
|
+
readonly type: {
|
|
1020
|
+
readonly kind: "NON_NULL";
|
|
1021
|
+
readonly ofType: {
|
|
1022
|
+
readonly kind: "SCALAR";
|
|
1023
|
+
readonly name: "Address";
|
|
1024
|
+
};
|
|
1025
|
+
};
|
|
1026
|
+
}, {
|
|
1027
|
+
readonly name: "chainId";
|
|
1028
|
+
readonly type: {
|
|
1029
|
+
readonly kind: "NON_NULL";
|
|
1030
|
+
readonly ofType: {
|
|
1031
|
+
readonly kind: "SCALAR";
|
|
1032
|
+
readonly name: "ChainId";
|
|
1033
|
+
};
|
|
1034
|
+
};
|
|
1035
|
+
}];
|
|
1036
|
+
readonly isOneOf: false;
|
|
1037
|
+
}, {
|
|
1038
|
+
readonly kind: "OBJECT";
|
|
1039
|
+
readonly name: "AccountNameReferencesConnection";
|
|
824
1040
|
readonly fields: readonly [{
|
|
825
1041
|
readonly name: "edges";
|
|
826
1042
|
readonly type: {
|
|
@@ -831,7 +1047,7 @@ declare const introspection: {
|
|
|
831
1047
|
readonly kind: "NON_NULL";
|
|
832
1048
|
readonly ofType: {
|
|
833
1049
|
readonly kind: "OBJECT";
|
|
834
|
-
readonly name: "
|
|
1050
|
+
readonly name: "AccountNameReferencesConnectionEdge";
|
|
835
1051
|
};
|
|
836
1052
|
};
|
|
837
1053
|
};
|
|
@@ -864,7 +1080,7 @@ declare const introspection: {
|
|
|
864
1080
|
readonly interfaces: readonly [];
|
|
865
1081
|
}, {
|
|
866
1082
|
readonly kind: "OBJECT";
|
|
867
|
-
readonly name: "
|
|
1083
|
+
readonly name: "AccountNameReferencesConnectionEdge";
|
|
868
1084
|
readonly fields: readonly [{
|
|
869
1085
|
readonly name: "cursor";
|
|
870
1086
|
readonly type: {
|
|
@@ -882,7 +1098,7 @@ declare const introspection: {
|
|
|
882
1098
|
readonly kind: "NON_NULL";
|
|
883
1099
|
readonly ofType: {
|
|
884
1100
|
readonly kind: "OBJECT";
|
|
885
|
-
readonly name: "
|
|
1101
|
+
readonly name: "NameReference";
|
|
886
1102
|
};
|
|
887
1103
|
};
|
|
888
1104
|
readonly args: readonly [];
|
|
@@ -890,177 +1106,412 @@ declare const introspection: {
|
|
|
890
1106
|
}];
|
|
891
1107
|
readonly interfaces: readonly [];
|
|
892
1108
|
}, {
|
|
893
|
-
readonly kind: "
|
|
894
|
-
readonly name: "
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
readonly name: "BaseRegistrarRegistration";
|
|
898
|
-
readonly fields: readonly [{
|
|
899
|
-
readonly name: "baseCost";
|
|
1109
|
+
readonly kind: "INPUT_OBJECT";
|
|
1110
|
+
readonly name: "AccountNameReferencesWhereInput";
|
|
1111
|
+
readonly inputFields: readonly [{
|
|
1112
|
+
readonly name: "coinType";
|
|
900
1113
|
readonly type: {
|
|
901
1114
|
readonly kind: "SCALAR";
|
|
902
|
-
readonly name: "
|
|
1115
|
+
readonly name: "CoinType";
|
|
903
1116
|
};
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
1117
|
+
}];
|
|
1118
|
+
readonly isOneOf: false;
|
|
1119
|
+
}, {
|
|
1120
|
+
readonly kind: "OBJECT";
|
|
1121
|
+
readonly name: "AccountPermissionsConnection";
|
|
1122
|
+
readonly fields: readonly [{
|
|
1123
|
+
readonly name: "edges";
|
|
908
1124
|
readonly type: {
|
|
909
1125
|
readonly kind: "NON_NULL";
|
|
910
1126
|
readonly ofType: {
|
|
911
|
-
readonly kind: "
|
|
912
|
-
readonly
|
|
1127
|
+
readonly kind: "LIST";
|
|
1128
|
+
readonly ofType: {
|
|
1129
|
+
readonly kind: "NON_NULL";
|
|
1130
|
+
readonly ofType: {
|
|
1131
|
+
readonly kind: "OBJECT";
|
|
1132
|
+
readonly name: "AccountPermissionsConnectionEdge";
|
|
1133
|
+
};
|
|
1134
|
+
};
|
|
913
1135
|
};
|
|
914
1136
|
};
|
|
915
1137
|
readonly args: readonly [];
|
|
916
1138
|
readonly isDeprecated: false;
|
|
917
1139
|
}, {
|
|
918
|
-
readonly name: "
|
|
1140
|
+
readonly name: "pageInfo";
|
|
919
1141
|
readonly type: {
|
|
920
1142
|
readonly kind: "NON_NULL";
|
|
921
1143
|
readonly ofType: {
|
|
922
1144
|
readonly kind: "OBJECT";
|
|
923
|
-
readonly name: "
|
|
1145
|
+
readonly name: "PageInfo";
|
|
924
1146
|
};
|
|
925
1147
|
};
|
|
926
1148
|
readonly args: readonly [];
|
|
927
1149
|
readonly isDeprecated: false;
|
|
928
1150
|
}, {
|
|
929
|
-
readonly name: "
|
|
1151
|
+
readonly name: "totalCount";
|
|
930
1152
|
readonly type: {
|
|
931
1153
|
readonly kind: "NON_NULL";
|
|
932
1154
|
readonly ofType: {
|
|
933
1155
|
readonly kind: "SCALAR";
|
|
934
|
-
readonly name: "
|
|
1156
|
+
readonly name: "Int";
|
|
935
1157
|
};
|
|
936
1158
|
};
|
|
937
1159
|
readonly args: readonly [];
|
|
938
1160
|
readonly isDeprecated: false;
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
readonly
|
|
946
|
-
readonly isDeprecated: false;
|
|
947
|
-
}, {
|
|
948
|
-
readonly name: "id";
|
|
1161
|
+
}];
|
|
1162
|
+
readonly interfaces: readonly [];
|
|
1163
|
+
}, {
|
|
1164
|
+
readonly kind: "OBJECT";
|
|
1165
|
+
readonly name: "AccountPermissionsConnectionEdge";
|
|
1166
|
+
readonly fields: readonly [{
|
|
1167
|
+
readonly name: "cursor";
|
|
949
1168
|
readonly type: {
|
|
950
1169
|
readonly kind: "NON_NULL";
|
|
951
1170
|
readonly ofType: {
|
|
952
1171
|
readonly kind: "SCALAR";
|
|
953
|
-
readonly name: "
|
|
1172
|
+
readonly name: "String";
|
|
954
1173
|
};
|
|
955
1174
|
};
|
|
956
1175
|
readonly args: readonly [];
|
|
957
1176
|
readonly isDeprecated: false;
|
|
958
1177
|
}, {
|
|
959
|
-
readonly name: "
|
|
1178
|
+
readonly name: "node";
|
|
960
1179
|
readonly type: {
|
|
961
1180
|
readonly kind: "NON_NULL";
|
|
962
1181
|
readonly ofType: {
|
|
963
|
-
readonly kind: "
|
|
964
|
-
readonly name: "
|
|
1182
|
+
readonly kind: "OBJECT";
|
|
1183
|
+
readonly name: "PermissionsUser";
|
|
965
1184
|
};
|
|
966
1185
|
};
|
|
967
1186
|
readonly args: readonly [];
|
|
968
1187
|
readonly isDeprecated: false;
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
readonly
|
|
976
|
-
readonly isDeprecated: false;
|
|
977
|
-
}, {
|
|
978
|
-
readonly name: "referrer";
|
|
1188
|
+
}];
|
|
1189
|
+
readonly interfaces: readonly [];
|
|
1190
|
+
}, {
|
|
1191
|
+
readonly kind: "INPUT_OBJECT";
|
|
1192
|
+
readonly name: "AccountPermissionsWhereInput";
|
|
1193
|
+
readonly inputFields: readonly [{
|
|
1194
|
+
readonly name: "contract";
|
|
979
1195
|
readonly type: {
|
|
980
|
-
readonly kind: "
|
|
981
|
-
readonly name: "
|
|
1196
|
+
readonly kind: "INPUT_OBJECT";
|
|
1197
|
+
readonly name: "AccountIdInput";
|
|
982
1198
|
};
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
1199
|
+
}];
|
|
1200
|
+
readonly isOneOf: false;
|
|
1201
|
+
}, {
|
|
1202
|
+
readonly kind: "OBJECT";
|
|
1203
|
+
readonly name: "AccountRegistryPermissionsConnection";
|
|
1204
|
+
readonly fields: readonly [{
|
|
1205
|
+
readonly name: "edges";
|
|
987
1206
|
readonly type: {
|
|
988
|
-
readonly kind: "
|
|
989
|
-
readonly
|
|
1207
|
+
readonly kind: "NON_NULL";
|
|
1208
|
+
readonly ofType: {
|
|
1209
|
+
readonly kind: "LIST";
|
|
1210
|
+
readonly ofType: {
|
|
1211
|
+
readonly kind: "NON_NULL";
|
|
1212
|
+
readonly ofType: {
|
|
1213
|
+
readonly kind: "OBJECT";
|
|
1214
|
+
readonly name: "AccountRegistryPermissionsConnectionEdge";
|
|
1215
|
+
};
|
|
1216
|
+
};
|
|
1217
|
+
};
|
|
990
1218
|
};
|
|
991
1219
|
readonly args: readonly [];
|
|
992
1220
|
readonly isDeprecated: false;
|
|
993
1221
|
}, {
|
|
994
|
-
readonly name: "
|
|
1222
|
+
readonly name: "pageInfo";
|
|
995
1223
|
readonly type: {
|
|
996
1224
|
readonly kind: "NON_NULL";
|
|
997
1225
|
readonly ofType: {
|
|
998
1226
|
readonly kind: "OBJECT";
|
|
999
|
-
readonly name: "
|
|
1227
|
+
readonly name: "PageInfo";
|
|
1000
1228
|
};
|
|
1001
1229
|
};
|
|
1002
1230
|
readonly args: readonly [];
|
|
1003
1231
|
readonly isDeprecated: false;
|
|
1004
1232
|
}, {
|
|
1005
|
-
readonly name: "
|
|
1233
|
+
readonly name: "totalCount";
|
|
1006
1234
|
readonly type: {
|
|
1007
|
-
readonly kind: "
|
|
1008
|
-
readonly
|
|
1009
|
-
};
|
|
1010
|
-
readonly args: readonly [{
|
|
1011
|
-
readonly name: "after";
|
|
1012
|
-
readonly type: {
|
|
1013
|
-
readonly kind: "SCALAR";
|
|
1014
|
-
readonly name: "String";
|
|
1015
|
-
};
|
|
1016
|
-
}, {
|
|
1017
|
-
readonly name: "before";
|
|
1018
|
-
readonly type: {
|
|
1019
|
-
readonly kind: "SCALAR";
|
|
1020
|
-
readonly name: "String";
|
|
1021
|
-
};
|
|
1022
|
-
}, {
|
|
1023
|
-
readonly name: "first";
|
|
1024
|
-
readonly type: {
|
|
1025
|
-
readonly kind: "SCALAR";
|
|
1026
|
-
readonly name: "Int";
|
|
1027
|
-
};
|
|
1028
|
-
}, {
|
|
1029
|
-
readonly name: "last";
|
|
1030
|
-
readonly type: {
|
|
1235
|
+
readonly kind: "NON_NULL";
|
|
1236
|
+
readonly ofType: {
|
|
1031
1237
|
readonly kind: "SCALAR";
|
|
1032
1238
|
readonly name: "Int";
|
|
1033
1239
|
};
|
|
1034
|
-
}
|
|
1240
|
+
};
|
|
1241
|
+
readonly args: readonly [];
|
|
1035
1242
|
readonly isDeprecated: false;
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1243
|
+
}];
|
|
1244
|
+
readonly interfaces: readonly [];
|
|
1245
|
+
}, {
|
|
1246
|
+
readonly kind: "OBJECT";
|
|
1247
|
+
readonly name: "AccountRegistryPermissionsConnectionEdge";
|
|
1248
|
+
readonly fields: readonly [{
|
|
1249
|
+
readonly name: "cursor";
|
|
1038
1250
|
readonly type: {
|
|
1039
1251
|
readonly kind: "NON_NULL";
|
|
1040
1252
|
readonly ofType: {
|
|
1041
1253
|
readonly kind: "SCALAR";
|
|
1042
|
-
readonly name: "
|
|
1254
|
+
readonly name: "String";
|
|
1043
1255
|
};
|
|
1044
1256
|
};
|
|
1045
1257
|
readonly args: readonly [];
|
|
1046
1258
|
readonly isDeprecated: false;
|
|
1047
1259
|
}, {
|
|
1048
|
-
readonly name: "
|
|
1260
|
+
readonly name: "node";
|
|
1049
1261
|
readonly type: {
|
|
1050
1262
|
readonly kind: "NON_NULL";
|
|
1051
1263
|
readonly ofType: {
|
|
1052
|
-
readonly kind: "
|
|
1053
|
-
readonly name: "
|
|
1264
|
+
readonly kind: "OBJECT";
|
|
1265
|
+
readonly name: "RegistryPermissionsUser";
|
|
1054
1266
|
};
|
|
1055
1267
|
};
|
|
1056
1268
|
readonly args: readonly [];
|
|
1057
1269
|
readonly isDeprecated: false;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1270
|
+
}];
|
|
1271
|
+
readonly interfaces: readonly [];
|
|
1272
|
+
}, {
|
|
1273
|
+
readonly kind: "OBJECT";
|
|
1274
|
+
readonly name: "AccountResolverPermissionsConnection";
|
|
1275
|
+
readonly fields: readonly [{
|
|
1276
|
+
readonly name: "edges";
|
|
1277
|
+
readonly type: {
|
|
1278
|
+
readonly kind: "NON_NULL";
|
|
1279
|
+
readonly ofType: {
|
|
1280
|
+
readonly kind: "LIST";
|
|
1281
|
+
readonly ofType: {
|
|
1282
|
+
readonly kind: "NON_NULL";
|
|
1283
|
+
readonly ofType: {
|
|
1284
|
+
readonly kind: "OBJECT";
|
|
1285
|
+
readonly name: "AccountResolverPermissionsConnectionEdge";
|
|
1286
|
+
};
|
|
1287
|
+
};
|
|
1288
|
+
};
|
|
1289
|
+
};
|
|
1290
|
+
readonly args: readonly [];
|
|
1291
|
+
readonly isDeprecated: false;
|
|
1292
|
+
}, {
|
|
1293
|
+
readonly name: "pageInfo";
|
|
1294
|
+
readonly type: {
|
|
1295
|
+
readonly kind: "NON_NULL";
|
|
1296
|
+
readonly ofType: {
|
|
1297
|
+
readonly kind: "OBJECT";
|
|
1298
|
+
readonly name: "PageInfo";
|
|
1299
|
+
};
|
|
1300
|
+
};
|
|
1301
|
+
readonly args: readonly [];
|
|
1302
|
+
readonly isDeprecated: false;
|
|
1303
|
+
}, {
|
|
1304
|
+
readonly name: "totalCount";
|
|
1305
|
+
readonly type: {
|
|
1306
|
+
readonly kind: "NON_NULL";
|
|
1307
|
+
readonly ofType: {
|
|
1308
|
+
readonly kind: "SCALAR";
|
|
1309
|
+
readonly name: "Int";
|
|
1310
|
+
};
|
|
1311
|
+
};
|
|
1312
|
+
readonly args: readonly [];
|
|
1313
|
+
readonly isDeprecated: false;
|
|
1314
|
+
}];
|
|
1315
|
+
readonly interfaces: readonly [];
|
|
1316
|
+
}, {
|
|
1317
|
+
readonly kind: "OBJECT";
|
|
1318
|
+
readonly name: "AccountResolverPermissionsConnectionEdge";
|
|
1319
|
+
readonly fields: readonly [{
|
|
1320
|
+
readonly name: "cursor";
|
|
1321
|
+
readonly type: {
|
|
1322
|
+
readonly kind: "NON_NULL";
|
|
1323
|
+
readonly ofType: {
|
|
1324
|
+
readonly kind: "SCALAR";
|
|
1325
|
+
readonly name: "String";
|
|
1326
|
+
};
|
|
1327
|
+
};
|
|
1328
|
+
readonly args: readonly [];
|
|
1329
|
+
readonly isDeprecated: false;
|
|
1330
|
+
}, {
|
|
1331
|
+
readonly name: "node";
|
|
1332
|
+
readonly type: {
|
|
1333
|
+
readonly kind: "NON_NULL";
|
|
1334
|
+
readonly ofType: {
|
|
1335
|
+
readonly kind: "OBJECT";
|
|
1336
|
+
readonly name: "ResolverPermissionsUser";
|
|
1337
|
+
};
|
|
1338
|
+
};
|
|
1339
|
+
readonly args: readonly [];
|
|
1340
|
+
readonly isDeprecated: false;
|
|
1341
|
+
}];
|
|
1342
|
+
readonly interfaces: readonly [];
|
|
1343
|
+
}, {
|
|
1344
|
+
readonly kind: "SCALAR";
|
|
1345
|
+
readonly name: "Address";
|
|
1346
|
+
}, {
|
|
1347
|
+
readonly kind: "OBJECT";
|
|
1348
|
+
readonly name: "BaseRegistrarRegistration";
|
|
1349
|
+
readonly fields: readonly [{
|
|
1350
|
+
readonly name: "baseCost";
|
|
1351
|
+
readonly type: {
|
|
1352
|
+
readonly kind: "SCALAR";
|
|
1353
|
+
readonly name: "BigInt";
|
|
1354
|
+
};
|
|
1355
|
+
readonly args: readonly [];
|
|
1356
|
+
readonly isDeprecated: false;
|
|
1357
|
+
}, {
|
|
1358
|
+
readonly name: "domain";
|
|
1359
|
+
readonly type: {
|
|
1360
|
+
readonly kind: "NON_NULL";
|
|
1361
|
+
readonly ofType: {
|
|
1362
|
+
readonly kind: "INTERFACE";
|
|
1363
|
+
readonly name: "Domain";
|
|
1364
|
+
};
|
|
1365
|
+
};
|
|
1366
|
+
readonly args: readonly [];
|
|
1367
|
+
readonly isDeprecated: false;
|
|
1368
|
+
}, {
|
|
1369
|
+
readonly name: "event";
|
|
1370
|
+
readonly type: {
|
|
1371
|
+
readonly kind: "NON_NULL";
|
|
1372
|
+
readonly ofType: {
|
|
1373
|
+
readonly kind: "OBJECT";
|
|
1374
|
+
readonly name: "Event";
|
|
1375
|
+
};
|
|
1376
|
+
};
|
|
1377
|
+
readonly args: readonly [];
|
|
1378
|
+
readonly isDeprecated: false;
|
|
1379
|
+
}, {
|
|
1380
|
+
readonly name: "expired";
|
|
1381
|
+
readonly type: {
|
|
1382
|
+
readonly kind: "NON_NULL";
|
|
1383
|
+
readonly ofType: {
|
|
1384
|
+
readonly kind: "SCALAR";
|
|
1385
|
+
readonly name: "Boolean";
|
|
1386
|
+
};
|
|
1387
|
+
};
|
|
1388
|
+
readonly args: readonly [];
|
|
1389
|
+
readonly isDeprecated: false;
|
|
1390
|
+
}, {
|
|
1391
|
+
readonly name: "expiry";
|
|
1392
|
+
readonly type: {
|
|
1393
|
+
readonly kind: "SCALAR";
|
|
1394
|
+
readonly name: "BigInt";
|
|
1395
|
+
};
|
|
1396
|
+
readonly args: readonly [];
|
|
1397
|
+
readonly isDeprecated: false;
|
|
1398
|
+
}, {
|
|
1399
|
+
readonly name: "id";
|
|
1400
|
+
readonly type: {
|
|
1401
|
+
readonly kind: "NON_NULL";
|
|
1402
|
+
readonly ofType: {
|
|
1403
|
+
readonly kind: "SCALAR";
|
|
1404
|
+
readonly name: "RegistrationId";
|
|
1405
|
+
};
|
|
1406
|
+
};
|
|
1407
|
+
readonly args: readonly [];
|
|
1408
|
+
readonly isDeprecated: false;
|
|
1409
|
+
}, {
|
|
1410
|
+
readonly name: "isInGracePeriod";
|
|
1411
|
+
readonly type: {
|
|
1412
|
+
readonly kind: "NON_NULL";
|
|
1413
|
+
readonly ofType: {
|
|
1414
|
+
readonly kind: "SCALAR";
|
|
1415
|
+
readonly name: "Boolean";
|
|
1416
|
+
};
|
|
1417
|
+
};
|
|
1418
|
+
readonly args: readonly [];
|
|
1419
|
+
readonly isDeprecated: false;
|
|
1420
|
+
}, {
|
|
1421
|
+
readonly name: "premium";
|
|
1422
|
+
readonly type: {
|
|
1423
|
+
readonly kind: "SCALAR";
|
|
1424
|
+
readonly name: "BigInt";
|
|
1425
|
+
};
|
|
1426
|
+
readonly args: readonly [];
|
|
1427
|
+
readonly isDeprecated: false;
|
|
1428
|
+
}, {
|
|
1429
|
+
readonly name: "referrer";
|
|
1430
|
+
readonly type: {
|
|
1431
|
+
readonly kind: "SCALAR";
|
|
1432
|
+
readonly name: "Hex";
|
|
1433
|
+
};
|
|
1434
|
+
readonly args: readonly [];
|
|
1435
|
+
readonly isDeprecated: false;
|
|
1436
|
+
}, {
|
|
1437
|
+
readonly name: "registrant";
|
|
1438
|
+
readonly type: {
|
|
1439
|
+
readonly kind: "OBJECT";
|
|
1440
|
+
readonly name: "Account";
|
|
1441
|
+
};
|
|
1442
|
+
readonly args: readonly [];
|
|
1443
|
+
readonly isDeprecated: false;
|
|
1444
|
+
}, {
|
|
1445
|
+
readonly name: "registrar";
|
|
1446
|
+
readonly type: {
|
|
1447
|
+
readonly kind: "NON_NULL";
|
|
1448
|
+
readonly ofType: {
|
|
1449
|
+
readonly kind: "OBJECT";
|
|
1450
|
+
readonly name: "AccountId";
|
|
1451
|
+
};
|
|
1452
|
+
};
|
|
1453
|
+
readonly args: readonly [];
|
|
1454
|
+
readonly isDeprecated: false;
|
|
1455
|
+
}, {
|
|
1456
|
+
readonly name: "renewals";
|
|
1457
|
+
readonly type: {
|
|
1458
|
+
readonly kind: "OBJECT";
|
|
1459
|
+
readonly name: "RegistrationRenewalsConnection";
|
|
1460
|
+
};
|
|
1461
|
+
readonly args: readonly [{
|
|
1462
|
+
readonly name: "after";
|
|
1463
|
+
readonly type: {
|
|
1464
|
+
readonly kind: "SCALAR";
|
|
1465
|
+
readonly name: "String";
|
|
1466
|
+
};
|
|
1467
|
+
}, {
|
|
1468
|
+
readonly name: "before";
|
|
1469
|
+
readonly type: {
|
|
1470
|
+
readonly kind: "SCALAR";
|
|
1471
|
+
readonly name: "String";
|
|
1472
|
+
};
|
|
1473
|
+
}, {
|
|
1474
|
+
readonly name: "first";
|
|
1475
|
+
readonly type: {
|
|
1476
|
+
readonly kind: "SCALAR";
|
|
1477
|
+
readonly name: "Int";
|
|
1478
|
+
};
|
|
1479
|
+
}, {
|
|
1480
|
+
readonly name: "last";
|
|
1481
|
+
readonly type: {
|
|
1482
|
+
readonly kind: "SCALAR";
|
|
1483
|
+
readonly name: "Int";
|
|
1484
|
+
};
|
|
1485
|
+
}];
|
|
1486
|
+
readonly isDeprecated: false;
|
|
1487
|
+
}, {
|
|
1488
|
+
readonly name: "start";
|
|
1489
|
+
readonly type: {
|
|
1490
|
+
readonly kind: "NON_NULL";
|
|
1491
|
+
readonly ofType: {
|
|
1492
|
+
readonly kind: "SCALAR";
|
|
1493
|
+
readonly name: "BigInt";
|
|
1494
|
+
};
|
|
1495
|
+
};
|
|
1496
|
+
readonly args: readonly [];
|
|
1497
|
+
readonly isDeprecated: false;
|
|
1498
|
+
}, {
|
|
1499
|
+
readonly name: "tokenId";
|
|
1500
|
+
readonly type: {
|
|
1501
|
+
readonly kind: "NON_NULL";
|
|
1502
|
+
readonly ofType: {
|
|
1503
|
+
readonly kind: "SCALAR";
|
|
1504
|
+
readonly name: "BigInt";
|
|
1505
|
+
};
|
|
1506
|
+
};
|
|
1507
|
+
readonly args: readonly [];
|
|
1508
|
+
readonly isDeprecated: false;
|
|
1509
|
+
}, {
|
|
1510
|
+
readonly name: "unregistrant";
|
|
1511
|
+
readonly type: {
|
|
1512
|
+
readonly kind: "OBJECT";
|
|
1513
|
+
readonly name: "Account";
|
|
1514
|
+
};
|
|
1064
1515
|
readonly args: readonly [];
|
|
1065
1516
|
readonly isDeprecated: false;
|
|
1066
1517
|
}, {
|
|
@@ -2900,85 +3351,778 @@ declare const introspection: {
|
|
|
2900
3351
|
readonly type: {
|
|
2901
3352
|
readonly kind: "NON_NULL";
|
|
2902
3353
|
readonly ofType: {
|
|
2903
|
-
readonly kind: "INTERFACE";
|
|
2904
|
-
readonly name: "Domain";
|
|
3354
|
+
readonly kind: "INTERFACE";
|
|
3355
|
+
readonly name: "Domain";
|
|
3356
|
+
};
|
|
3357
|
+
};
|
|
3358
|
+
readonly args: readonly [];
|
|
3359
|
+
readonly isDeprecated: false;
|
|
3360
|
+
}, {
|
|
3361
|
+
readonly name: "event";
|
|
3362
|
+
readonly type: {
|
|
3363
|
+
readonly kind: "NON_NULL";
|
|
3364
|
+
readonly ofType: {
|
|
3365
|
+
readonly kind: "OBJECT";
|
|
3366
|
+
readonly name: "Event";
|
|
3367
|
+
};
|
|
3368
|
+
};
|
|
3369
|
+
readonly args: readonly [];
|
|
3370
|
+
readonly isDeprecated: false;
|
|
3371
|
+
}, {
|
|
3372
|
+
readonly name: "expired";
|
|
3373
|
+
readonly type: {
|
|
3374
|
+
readonly kind: "NON_NULL";
|
|
3375
|
+
readonly ofType: {
|
|
3376
|
+
readonly kind: "SCALAR";
|
|
3377
|
+
readonly name: "Boolean";
|
|
3378
|
+
};
|
|
3379
|
+
};
|
|
3380
|
+
readonly args: readonly [];
|
|
3381
|
+
readonly isDeprecated: false;
|
|
3382
|
+
}, {
|
|
3383
|
+
readonly name: "expiry";
|
|
3384
|
+
readonly type: {
|
|
3385
|
+
readonly kind: "SCALAR";
|
|
3386
|
+
readonly name: "BigInt";
|
|
3387
|
+
};
|
|
3388
|
+
readonly args: readonly [];
|
|
3389
|
+
readonly isDeprecated: false;
|
|
3390
|
+
}, {
|
|
3391
|
+
readonly name: "id";
|
|
3392
|
+
readonly type: {
|
|
3393
|
+
readonly kind: "NON_NULL";
|
|
3394
|
+
readonly ofType: {
|
|
3395
|
+
readonly kind: "SCALAR";
|
|
3396
|
+
readonly name: "RegistrationId";
|
|
3397
|
+
};
|
|
3398
|
+
};
|
|
3399
|
+
readonly args: readonly [];
|
|
3400
|
+
readonly isDeprecated: false;
|
|
3401
|
+
}, {
|
|
3402
|
+
readonly name: "referrer";
|
|
3403
|
+
readonly type: {
|
|
3404
|
+
readonly kind: "SCALAR";
|
|
3405
|
+
readonly name: "Hex";
|
|
3406
|
+
};
|
|
3407
|
+
readonly args: readonly [];
|
|
3408
|
+
readonly isDeprecated: false;
|
|
3409
|
+
}, {
|
|
3410
|
+
readonly name: "registrant";
|
|
3411
|
+
readonly type: {
|
|
3412
|
+
readonly kind: "OBJECT";
|
|
3413
|
+
readonly name: "Account";
|
|
3414
|
+
};
|
|
3415
|
+
readonly args: readonly [];
|
|
3416
|
+
readonly isDeprecated: false;
|
|
3417
|
+
}, {
|
|
3418
|
+
readonly name: "registrar";
|
|
3419
|
+
readonly type: {
|
|
3420
|
+
readonly kind: "NON_NULL";
|
|
3421
|
+
readonly ofType: {
|
|
3422
|
+
readonly kind: "OBJECT";
|
|
3423
|
+
readonly name: "AccountId";
|
|
3424
|
+
};
|
|
3425
|
+
};
|
|
3426
|
+
readonly args: readonly [];
|
|
3427
|
+
readonly isDeprecated: false;
|
|
3428
|
+
}, {
|
|
3429
|
+
readonly name: "renewals";
|
|
3430
|
+
readonly type: {
|
|
3431
|
+
readonly kind: "OBJECT";
|
|
3432
|
+
readonly name: "RegistrationRenewalsConnection";
|
|
3433
|
+
};
|
|
3434
|
+
readonly args: readonly [{
|
|
3435
|
+
readonly name: "after";
|
|
3436
|
+
readonly type: {
|
|
3437
|
+
readonly kind: "SCALAR";
|
|
3438
|
+
readonly name: "String";
|
|
3439
|
+
};
|
|
3440
|
+
}, {
|
|
3441
|
+
readonly name: "before";
|
|
3442
|
+
readonly type: {
|
|
3443
|
+
readonly kind: "SCALAR";
|
|
3444
|
+
readonly name: "String";
|
|
3445
|
+
};
|
|
3446
|
+
}, {
|
|
3447
|
+
readonly name: "first";
|
|
3448
|
+
readonly type: {
|
|
3449
|
+
readonly kind: "SCALAR";
|
|
3450
|
+
readonly name: "Int";
|
|
3451
|
+
};
|
|
3452
|
+
}, {
|
|
3453
|
+
readonly name: "last";
|
|
3454
|
+
readonly type: {
|
|
3455
|
+
readonly kind: "SCALAR";
|
|
3456
|
+
readonly name: "Int";
|
|
3457
|
+
};
|
|
3458
|
+
}];
|
|
3459
|
+
readonly isDeprecated: false;
|
|
3460
|
+
}, {
|
|
3461
|
+
readonly name: "start";
|
|
3462
|
+
readonly type: {
|
|
3463
|
+
readonly kind: "NON_NULL";
|
|
3464
|
+
readonly ofType: {
|
|
3465
|
+
readonly kind: "SCALAR";
|
|
3466
|
+
readonly name: "BigInt";
|
|
3467
|
+
};
|
|
3468
|
+
};
|
|
3469
|
+
readonly args: readonly [];
|
|
3470
|
+
readonly isDeprecated: false;
|
|
3471
|
+
}, {
|
|
3472
|
+
readonly name: "unregistrant";
|
|
3473
|
+
readonly type: {
|
|
3474
|
+
readonly kind: "OBJECT";
|
|
3475
|
+
readonly name: "Account";
|
|
3476
|
+
};
|
|
3477
|
+
readonly args: readonly [];
|
|
3478
|
+
readonly isDeprecated: false;
|
|
3479
|
+
}];
|
|
3480
|
+
readonly interfaces: readonly [{
|
|
3481
|
+
readonly kind: "INTERFACE";
|
|
3482
|
+
readonly name: "Registration";
|
|
3483
|
+
}];
|
|
3484
|
+
}, {
|
|
3485
|
+
readonly kind: "OBJECT";
|
|
3486
|
+
readonly name: "ENSv2RegistryReservation";
|
|
3487
|
+
readonly fields: readonly [{
|
|
3488
|
+
readonly name: "domain";
|
|
3489
|
+
readonly type: {
|
|
3490
|
+
readonly kind: "NON_NULL";
|
|
3491
|
+
readonly ofType: {
|
|
3492
|
+
readonly kind: "INTERFACE";
|
|
3493
|
+
readonly name: "Domain";
|
|
3494
|
+
};
|
|
3495
|
+
};
|
|
3496
|
+
readonly args: readonly [];
|
|
3497
|
+
readonly isDeprecated: false;
|
|
3498
|
+
}, {
|
|
3499
|
+
readonly name: "event";
|
|
3500
|
+
readonly type: {
|
|
3501
|
+
readonly kind: "NON_NULL";
|
|
3502
|
+
readonly ofType: {
|
|
3503
|
+
readonly kind: "OBJECT";
|
|
3504
|
+
readonly name: "Event";
|
|
3505
|
+
};
|
|
3506
|
+
};
|
|
3507
|
+
readonly args: readonly [];
|
|
3508
|
+
readonly isDeprecated: false;
|
|
3509
|
+
}, {
|
|
3510
|
+
readonly name: "expired";
|
|
3511
|
+
readonly type: {
|
|
3512
|
+
readonly kind: "NON_NULL";
|
|
3513
|
+
readonly ofType: {
|
|
3514
|
+
readonly kind: "SCALAR";
|
|
3515
|
+
readonly name: "Boolean";
|
|
3516
|
+
};
|
|
3517
|
+
};
|
|
3518
|
+
readonly args: readonly [];
|
|
3519
|
+
readonly isDeprecated: false;
|
|
3520
|
+
}, {
|
|
3521
|
+
readonly name: "expiry";
|
|
3522
|
+
readonly type: {
|
|
3523
|
+
readonly kind: "SCALAR";
|
|
3524
|
+
readonly name: "BigInt";
|
|
3525
|
+
};
|
|
3526
|
+
readonly args: readonly [];
|
|
3527
|
+
readonly isDeprecated: false;
|
|
3528
|
+
}, {
|
|
3529
|
+
readonly name: "id";
|
|
3530
|
+
readonly type: {
|
|
3531
|
+
readonly kind: "NON_NULL";
|
|
3532
|
+
readonly ofType: {
|
|
3533
|
+
readonly kind: "SCALAR";
|
|
3534
|
+
readonly name: "RegistrationId";
|
|
3535
|
+
};
|
|
3536
|
+
};
|
|
3537
|
+
readonly args: readonly [];
|
|
3538
|
+
readonly isDeprecated: false;
|
|
3539
|
+
}, {
|
|
3540
|
+
readonly name: "referrer";
|
|
3541
|
+
readonly type: {
|
|
3542
|
+
readonly kind: "SCALAR";
|
|
3543
|
+
readonly name: "Hex";
|
|
3544
|
+
};
|
|
3545
|
+
readonly args: readonly [];
|
|
3546
|
+
readonly isDeprecated: false;
|
|
3547
|
+
}, {
|
|
3548
|
+
readonly name: "registrant";
|
|
3549
|
+
readonly type: {
|
|
3550
|
+
readonly kind: "OBJECT";
|
|
3551
|
+
readonly name: "Account";
|
|
3552
|
+
};
|
|
3553
|
+
readonly args: readonly [];
|
|
3554
|
+
readonly isDeprecated: false;
|
|
3555
|
+
}, {
|
|
3556
|
+
readonly name: "registrar";
|
|
3557
|
+
readonly type: {
|
|
3558
|
+
readonly kind: "NON_NULL";
|
|
3559
|
+
readonly ofType: {
|
|
3560
|
+
readonly kind: "OBJECT";
|
|
3561
|
+
readonly name: "AccountId";
|
|
3562
|
+
};
|
|
3563
|
+
};
|
|
3564
|
+
readonly args: readonly [];
|
|
3565
|
+
readonly isDeprecated: false;
|
|
3566
|
+
}, {
|
|
3567
|
+
readonly name: "renewals";
|
|
3568
|
+
readonly type: {
|
|
3569
|
+
readonly kind: "OBJECT";
|
|
3570
|
+
readonly name: "RegistrationRenewalsConnection";
|
|
3571
|
+
};
|
|
3572
|
+
readonly args: readonly [{
|
|
3573
|
+
readonly name: "after";
|
|
3574
|
+
readonly type: {
|
|
3575
|
+
readonly kind: "SCALAR";
|
|
3576
|
+
readonly name: "String";
|
|
3577
|
+
};
|
|
3578
|
+
}, {
|
|
3579
|
+
readonly name: "before";
|
|
3580
|
+
readonly type: {
|
|
3581
|
+
readonly kind: "SCALAR";
|
|
3582
|
+
readonly name: "String";
|
|
3583
|
+
};
|
|
3584
|
+
}, {
|
|
3585
|
+
readonly name: "first";
|
|
3586
|
+
readonly type: {
|
|
3587
|
+
readonly kind: "SCALAR";
|
|
3588
|
+
readonly name: "Int";
|
|
3589
|
+
};
|
|
3590
|
+
}, {
|
|
3591
|
+
readonly name: "last";
|
|
3592
|
+
readonly type: {
|
|
3593
|
+
readonly kind: "SCALAR";
|
|
3594
|
+
readonly name: "Int";
|
|
3595
|
+
};
|
|
3596
|
+
}];
|
|
3597
|
+
readonly isDeprecated: false;
|
|
3598
|
+
}, {
|
|
3599
|
+
readonly name: "start";
|
|
3600
|
+
readonly type: {
|
|
3601
|
+
readonly kind: "NON_NULL";
|
|
3602
|
+
readonly ofType: {
|
|
3603
|
+
readonly kind: "SCALAR";
|
|
3604
|
+
readonly name: "BigInt";
|
|
3605
|
+
};
|
|
3606
|
+
};
|
|
3607
|
+
readonly args: readonly [];
|
|
3608
|
+
readonly isDeprecated: false;
|
|
3609
|
+
}, {
|
|
3610
|
+
readonly name: "unregistrant";
|
|
3611
|
+
readonly type: {
|
|
3612
|
+
readonly kind: "OBJECT";
|
|
3613
|
+
readonly name: "Account";
|
|
3614
|
+
};
|
|
3615
|
+
readonly args: readonly [];
|
|
3616
|
+
readonly isDeprecated: false;
|
|
3617
|
+
}];
|
|
3618
|
+
readonly interfaces: readonly [{
|
|
3619
|
+
readonly kind: "INTERFACE";
|
|
3620
|
+
readonly name: "Registration";
|
|
3621
|
+
}];
|
|
3622
|
+
}, {
|
|
3623
|
+
readonly kind: "OBJECT";
|
|
3624
|
+
readonly name: "EfpAccountMetadata";
|
|
3625
|
+
readonly fields: readonly [{
|
|
3626
|
+
readonly name: "address";
|
|
3627
|
+
readonly type: {
|
|
3628
|
+
readonly kind: "NON_NULL";
|
|
3629
|
+
readonly ofType: {
|
|
3630
|
+
readonly kind: "SCALAR";
|
|
3631
|
+
readonly name: "Address";
|
|
3632
|
+
};
|
|
3633
|
+
};
|
|
3634
|
+
readonly args: readonly [];
|
|
3635
|
+
readonly isDeprecated: false;
|
|
3636
|
+
}, {
|
|
3637
|
+
readonly name: "contract";
|
|
3638
|
+
readonly type: {
|
|
3639
|
+
readonly kind: "NON_NULL";
|
|
3640
|
+
readonly ofType: {
|
|
3641
|
+
readonly kind: "OBJECT";
|
|
3642
|
+
readonly name: "AccountId";
|
|
3643
|
+
};
|
|
3644
|
+
};
|
|
3645
|
+
readonly args: readonly [];
|
|
3646
|
+
readonly isDeprecated: false;
|
|
3647
|
+
}, {
|
|
3648
|
+
readonly name: "createdAt";
|
|
3649
|
+
readonly type: {
|
|
3650
|
+
readonly kind: "NON_NULL";
|
|
3651
|
+
readonly ofType: {
|
|
3652
|
+
readonly kind: "SCALAR";
|
|
3653
|
+
readonly name: "BigInt";
|
|
3654
|
+
};
|
|
3655
|
+
};
|
|
3656
|
+
readonly args: readonly [];
|
|
3657
|
+
readonly isDeprecated: false;
|
|
3658
|
+
}, {
|
|
3659
|
+
readonly name: "id";
|
|
3660
|
+
readonly type: {
|
|
3661
|
+
readonly kind: "NON_NULL";
|
|
3662
|
+
readonly ofType: {
|
|
3663
|
+
readonly kind: "SCALAR";
|
|
3664
|
+
readonly name: "ID";
|
|
3665
|
+
};
|
|
3666
|
+
};
|
|
3667
|
+
readonly args: readonly [];
|
|
3668
|
+
readonly isDeprecated: false;
|
|
3669
|
+
}, {
|
|
3670
|
+
readonly name: "key";
|
|
3671
|
+
readonly type: {
|
|
3672
|
+
readonly kind: "NON_NULL";
|
|
3673
|
+
readonly ofType: {
|
|
3674
|
+
readonly kind: "SCALAR";
|
|
3675
|
+
readonly name: "String";
|
|
3676
|
+
};
|
|
3677
|
+
};
|
|
3678
|
+
readonly args: readonly [];
|
|
3679
|
+
readonly isDeprecated: false;
|
|
3680
|
+
}, {
|
|
3681
|
+
readonly name: "updatedAt";
|
|
3682
|
+
readonly type: {
|
|
3683
|
+
readonly kind: "NON_NULL";
|
|
3684
|
+
readonly ofType: {
|
|
3685
|
+
readonly kind: "SCALAR";
|
|
3686
|
+
readonly name: "BigInt";
|
|
3687
|
+
};
|
|
3688
|
+
};
|
|
3689
|
+
readonly args: readonly [];
|
|
3690
|
+
readonly isDeprecated: false;
|
|
3691
|
+
}, {
|
|
3692
|
+
readonly name: "value";
|
|
3693
|
+
readonly type: {
|
|
3694
|
+
readonly kind: "NON_NULL";
|
|
3695
|
+
readonly ofType: {
|
|
3696
|
+
readonly kind: "SCALAR";
|
|
3697
|
+
readonly name: "Hex";
|
|
3698
|
+
};
|
|
3699
|
+
};
|
|
3700
|
+
readonly args: readonly [];
|
|
3701
|
+
readonly isDeprecated: false;
|
|
3702
|
+
}];
|
|
3703
|
+
readonly interfaces: readonly [];
|
|
3704
|
+
}, {
|
|
3705
|
+
readonly kind: "OBJECT";
|
|
3706
|
+
readonly name: "EfpList";
|
|
3707
|
+
readonly fields: readonly [{
|
|
3708
|
+
readonly name: "createdAt";
|
|
3709
|
+
readonly type: {
|
|
3710
|
+
readonly kind: "NON_NULL";
|
|
3711
|
+
readonly ofType: {
|
|
3712
|
+
readonly kind: "SCALAR";
|
|
3713
|
+
readonly name: "BigInt";
|
|
3714
|
+
};
|
|
3715
|
+
};
|
|
3716
|
+
readonly args: readonly [];
|
|
3717
|
+
readonly isDeprecated: false;
|
|
3718
|
+
}, {
|
|
3719
|
+
readonly name: "manager";
|
|
3720
|
+
readonly type: {
|
|
3721
|
+
readonly kind: "SCALAR";
|
|
3722
|
+
readonly name: "Address";
|
|
3723
|
+
};
|
|
3724
|
+
readonly args: readonly [];
|
|
3725
|
+
readonly isDeprecated: false;
|
|
3726
|
+
}, {
|
|
3727
|
+
readonly name: "nft";
|
|
3728
|
+
readonly type: {
|
|
3729
|
+
readonly kind: "NON_NULL";
|
|
3730
|
+
readonly ofType: {
|
|
3731
|
+
readonly kind: "OBJECT";
|
|
3732
|
+
readonly name: "AccountId";
|
|
3733
|
+
};
|
|
3734
|
+
};
|
|
3735
|
+
readonly args: readonly [];
|
|
3736
|
+
readonly isDeprecated: false;
|
|
3737
|
+
}, {
|
|
3738
|
+
readonly name: "owner";
|
|
3739
|
+
readonly type: {
|
|
3740
|
+
readonly kind: "NON_NULL";
|
|
3741
|
+
readonly ofType: {
|
|
3742
|
+
readonly kind: "SCALAR";
|
|
3743
|
+
readonly name: "Address";
|
|
3744
|
+
};
|
|
3745
|
+
};
|
|
3746
|
+
readonly args: readonly [];
|
|
3747
|
+
readonly isDeprecated: false;
|
|
3748
|
+
}, {
|
|
3749
|
+
readonly name: "records";
|
|
3750
|
+
readonly type: {
|
|
3751
|
+
readonly kind: "OBJECT";
|
|
3752
|
+
readonly name: "EfpListRecordsConnection";
|
|
3753
|
+
};
|
|
3754
|
+
readonly args: readonly [{
|
|
3755
|
+
readonly name: "after";
|
|
3756
|
+
readonly type: {
|
|
3757
|
+
readonly kind: "SCALAR";
|
|
3758
|
+
readonly name: "String";
|
|
3759
|
+
};
|
|
3760
|
+
}, {
|
|
3761
|
+
readonly name: "before";
|
|
3762
|
+
readonly type: {
|
|
3763
|
+
readonly kind: "SCALAR";
|
|
3764
|
+
readonly name: "String";
|
|
3765
|
+
};
|
|
3766
|
+
}, {
|
|
3767
|
+
readonly name: "first";
|
|
3768
|
+
readonly type: {
|
|
3769
|
+
readonly kind: "SCALAR";
|
|
3770
|
+
readonly name: "Int";
|
|
3771
|
+
};
|
|
3772
|
+
}, {
|
|
3773
|
+
readonly name: "last";
|
|
3774
|
+
readonly type: {
|
|
3775
|
+
readonly kind: "SCALAR";
|
|
3776
|
+
readonly name: "Int";
|
|
3777
|
+
};
|
|
3778
|
+
}];
|
|
3779
|
+
readonly isDeprecated: false;
|
|
3780
|
+
}, {
|
|
3781
|
+
readonly name: "storageLocation";
|
|
3782
|
+
readonly type: {
|
|
3783
|
+
readonly kind: "OBJECT";
|
|
3784
|
+
readonly name: "EfpListStorageLocation";
|
|
3785
|
+
};
|
|
3786
|
+
readonly args: readonly [];
|
|
3787
|
+
readonly isDeprecated: false;
|
|
3788
|
+
}, {
|
|
3789
|
+
readonly name: "tokenId";
|
|
3790
|
+
readonly type: {
|
|
3791
|
+
readonly kind: "NON_NULL";
|
|
3792
|
+
readonly ofType: {
|
|
3793
|
+
readonly kind: "SCALAR";
|
|
3794
|
+
readonly name: "TokenId";
|
|
3795
|
+
};
|
|
3796
|
+
};
|
|
3797
|
+
readonly args: readonly [];
|
|
3798
|
+
readonly isDeprecated: false;
|
|
3799
|
+
}, {
|
|
3800
|
+
readonly name: "updatedAt";
|
|
3801
|
+
readonly type: {
|
|
3802
|
+
readonly kind: "NON_NULL";
|
|
3803
|
+
readonly ofType: {
|
|
3804
|
+
readonly kind: "SCALAR";
|
|
3805
|
+
readonly name: "BigInt";
|
|
3806
|
+
};
|
|
3807
|
+
};
|
|
3808
|
+
readonly args: readonly [];
|
|
3809
|
+
readonly isDeprecated: false;
|
|
3810
|
+
}, {
|
|
3811
|
+
readonly name: "user";
|
|
3812
|
+
readonly type: {
|
|
3813
|
+
readonly kind: "SCALAR";
|
|
3814
|
+
readonly name: "Address";
|
|
3815
|
+
};
|
|
3816
|
+
readonly args: readonly [];
|
|
3817
|
+
readonly isDeprecated: false;
|
|
3818
|
+
}];
|
|
3819
|
+
readonly interfaces: readonly [];
|
|
3820
|
+
}, {
|
|
3821
|
+
readonly kind: "INPUT_OBJECT";
|
|
3822
|
+
readonly name: "EfpListByInput";
|
|
3823
|
+
readonly inputFields: readonly [{
|
|
3824
|
+
readonly name: "tokenId";
|
|
3825
|
+
readonly type: {
|
|
3826
|
+
readonly kind: "NON_NULL";
|
|
3827
|
+
readonly ofType: {
|
|
3828
|
+
readonly kind: "SCALAR";
|
|
3829
|
+
readonly name: "TokenId";
|
|
3830
|
+
};
|
|
3831
|
+
};
|
|
3832
|
+
}];
|
|
3833
|
+
readonly isOneOf: false;
|
|
3834
|
+
}, {
|
|
3835
|
+
readonly kind: "OBJECT";
|
|
3836
|
+
readonly name: "EfpListRecord";
|
|
3837
|
+
readonly fields: readonly [{
|
|
3838
|
+
readonly name: "account";
|
|
3839
|
+
readonly type: {
|
|
3840
|
+
readonly kind: "NON_NULL";
|
|
3841
|
+
readonly ofType: {
|
|
3842
|
+
readonly kind: "OBJECT";
|
|
3843
|
+
readonly name: "Account";
|
|
3844
|
+
};
|
|
3845
|
+
};
|
|
3846
|
+
readonly args: readonly [];
|
|
3847
|
+
readonly isDeprecated: false;
|
|
3848
|
+
}, {
|
|
3849
|
+
readonly name: "contract";
|
|
3850
|
+
readonly type: {
|
|
3851
|
+
readonly kind: "NON_NULL";
|
|
3852
|
+
readonly ofType: {
|
|
3853
|
+
readonly kind: "OBJECT";
|
|
3854
|
+
readonly name: "AccountId";
|
|
3855
|
+
};
|
|
3856
|
+
};
|
|
3857
|
+
readonly args: readonly [];
|
|
3858
|
+
readonly isDeprecated: false;
|
|
3859
|
+
}, {
|
|
3860
|
+
readonly name: "createdAt";
|
|
3861
|
+
readonly type: {
|
|
3862
|
+
readonly kind: "NON_NULL";
|
|
3863
|
+
readonly ofType: {
|
|
3864
|
+
readonly kind: "SCALAR";
|
|
3865
|
+
readonly name: "BigInt";
|
|
3866
|
+
};
|
|
3867
|
+
};
|
|
3868
|
+
readonly args: readonly [];
|
|
3869
|
+
readonly isDeprecated: false;
|
|
3870
|
+
}, {
|
|
3871
|
+
readonly name: "id";
|
|
3872
|
+
readonly type: {
|
|
3873
|
+
readonly kind: "NON_NULL";
|
|
3874
|
+
readonly ofType: {
|
|
3875
|
+
readonly kind: "SCALAR";
|
|
3876
|
+
readonly name: "ID";
|
|
3877
|
+
};
|
|
3878
|
+
};
|
|
3879
|
+
readonly args: readonly [];
|
|
3880
|
+
readonly isDeprecated: false;
|
|
3881
|
+
}, {
|
|
3882
|
+
readonly name: "list";
|
|
3883
|
+
readonly type: {
|
|
3884
|
+
readonly kind: "OBJECT";
|
|
3885
|
+
readonly name: "EfpList";
|
|
3886
|
+
};
|
|
3887
|
+
readonly args: readonly [];
|
|
3888
|
+
readonly isDeprecated: false;
|
|
3889
|
+
}, {
|
|
3890
|
+
readonly name: "record";
|
|
3891
|
+
readonly type: {
|
|
3892
|
+
readonly kind: "NON_NULL";
|
|
3893
|
+
readonly ofType: {
|
|
3894
|
+
readonly kind: "SCALAR";
|
|
3895
|
+
readonly name: "Hex";
|
|
3896
|
+
};
|
|
3897
|
+
};
|
|
3898
|
+
readonly args: readonly [];
|
|
3899
|
+
readonly isDeprecated: false;
|
|
3900
|
+
}, {
|
|
3901
|
+
readonly name: "recordData";
|
|
3902
|
+
readonly type: {
|
|
3903
|
+
readonly kind: "NON_NULL";
|
|
3904
|
+
readonly ofType: {
|
|
3905
|
+
readonly kind: "SCALAR";
|
|
3906
|
+
readonly name: "Address";
|
|
3907
|
+
};
|
|
3908
|
+
};
|
|
3909
|
+
readonly args: readonly [];
|
|
3910
|
+
readonly isDeprecated: false;
|
|
3911
|
+
}, {
|
|
3912
|
+
readonly name: "recordType";
|
|
3913
|
+
readonly type: {
|
|
3914
|
+
readonly kind: "NON_NULL";
|
|
3915
|
+
readonly ofType: {
|
|
3916
|
+
readonly kind: "SCALAR";
|
|
3917
|
+
readonly name: "Int";
|
|
3918
|
+
};
|
|
3919
|
+
};
|
|
3920
|
+
readonly args: readonly [];
|
|
3921
|
+
readonly isDeprecated: false;
|
|
3922
|
+
}, {
|
|
3923
|
+
readonly name: "slot";
|
|
3924
|
+
readonly type: {
|
|
3925
|
+
readonly kind: "NON_NULL";
|
|
3926
|
+
readonly ofType: {
|
|
3927
|
+
readonly kind: "SCALAR";
|
|
3928
|
+
readonly name: "Hex";
|
|
3929
|
+
};
|
|
3930
|
+
};
|
|
3931
|
+
readonly args: readonly [];
|
|
3932
|
+
readonly isDeprecated: false;
|
|
3933
|
+
}, {
|
|
3934
|
+
readonly name: "tags";
|
|
3935
|
+
readonly type: {
|
|
3936
|
+
readonly kind: "NON_NULL";
|
|
3937
|
+
readonly ofType: {
|
|
3938
|
+
readonly kind: "LIST";
|
|
3939
|
+
readonly ofType: {
|
|
3940
|
+
readonly kind: "NON_NULL";
|
|
3941
|
+
readonly ofType: {
|
|
3942
|
+
readonly kind: "SCALAR";
|
|
3943
|
+
readonly name: "String";
|
|
3944
|
+
};
|
|
3945
|
+
};
|
|
3946
|
+
};
|
|
3947
|
+
};
|
|
3948
|
+
readonly args: readonly [];
|
|
3949
|
+
readonly isDeprecated: false;
|
|
3950
|
+
}];
|
|
3951
|
+
readonly interfaces: readonly [];
|
|
3952
|
+
}, {
|
|
3953
|
+
readonly kind: "OBJECT";
|
|
3954
|
+
readonly name: "EfpListRecordsConnection";
|
|
3955
|
+
readonly fields: readonly [{
|
|
3956
|
+
readonly name: "edges";
|
|
3957
|
+
readonly type: {
|
|
3958
|
+
readonly kind: "NON_NULL";
|
|
3959
|
+
readonly ofType: {
|
|
3960
|
+
readonly kind: "LIST";
|
|
3961
|
+
readonly ofType: {
|
|
3962
|
+
readonly kind: "NON_NULL";
|
|
3963
|
+
readonly ofType: {
|
|
3964
|
+
readonly kind: "OBJECT";
|
|
3965
|
+
readonly name: "EfpListRecordsConnectionEdge";
|
|
3966
|
+
};
|
|
3967
|
+
};
|
|
3968
|
+
};
|
|
3969
|
+
};
|
|
3970
|
+
readonly args: readonly [];
|
|
3971
|
+
readonly isDeprecated: false;
|
|
3972
|
+
}, {
|
|
3973
|
+
readonly name: "pageInfo";
|
|
3974
|
+
readonly type: {
|
|
3975
|
+
readonly kind: "NON_NULL";
|
|
3976
|
+
readonly ofType: {
|
|
3977
|
+
readonly kind: "OBJECT";
|
|
3978
|
+
readonly name: "PageInfo";
|
|
3979
|
+
};
|
|
3980
|
+
};
|
|
3981
|
+
readonly args: readonly [];
|
|
3982
|
+
readonly isDeprecated: false;
|
|
3983
|
+
}, {
|
|
3984
|
+
readonly name: "totalCount";
|
|
3985
|
+
readonly type: {
|
|
3986
|
+
readonly kind: "NON_NULL";
|
|
3987
|
+
readonly ofType: {
|
|
3988
|
+
readonly kind: "SCALAR";
|
|
3989
|
+
readonly name: "Int";
|
|
3990
|
+
};
|
|
3991
|
+
};
|
|
3992
|
+
readonly args: readonly [];
|
|
3993
|
+
readonly isDeprecated: false;
|
|
3994
|
+
}];
|
|
3995
|
+
readonly interfaces: readonly [];
|
|
3996
|
+
}, {
|
|
3997
|
+
readonly kind: "OBJECT";
|
|
3998
|
+
readonly name: "EfpListRecordsConnectionEdge";
|
|
3999
|
+
readonly fields: readonly [{
|
|
4000
|
+
readonly name: "cursor";
|
|
4001
|
+
readonly type: {
|
|
4002
|
+
readonly kind: "NON_NULL";
|
|
4003
|
+
readonly ofType: {
|
|
4004
|
+
readonly kind: "SCALAR";
|
|
4005
|
+
readonly name: "String";
|
|
4006
|
+
};
|
|
4007
|
+
};
|
|
4008
|
+
readonly args: readonly [];
|
|
4009
|
+
readonly isDeprecated: false;
|
|
4010
|
+
}, {
|
|
4011
|
+
readonly name: "node";
|
|
4012
|
+
readonly type: {
|
|
4013
|
+
readonly kind: "NON_NULL";
|
|
4014
|
+
readonly ofType: {
|
|
4015
|
+
readonly kind: "OBJECT";
|
|
4016
|
+
readonly name: "EfpListRecord";
|
|
4017
|
+
};
|
|
4018
|
+
};
|
|
4019
|
+
readonly args: readonly [];
|
|
4020
|
+
readonly isDeprecated: false;
|
|
4021
|
+
}];
|
|
4022
|
+
readonly interfaces: readonly [];
|
|
4023
|
+
}, {
|
|
4024
|
+
readonly kind: "INPUT_OBJECT";
|
|
4025
|
+
readonly name: "EfpListRecordsWhereInput";
|
|
4026
|
+
readonly inputFields: readonly [{
|
|
4027
|
+
readonly name: "recordData";
|
|
4028
|
+
readonly type: {
|
|
4029
|
+
readonly kind: "SCALAR";
|
|
4030
|
+
readonly name: "Address";
|
|
4031
|
+
};
|
|
4032
|
+
}, {
|
|
4033
|
+
readonly name: "recordType";
|
|
4034
|
+
readonly type: {
|
|
4035
|
+
readonly kind: "SCALAR";
|
|
4036
|
+
readonly name: "Int";
|
|
4037
|
+
};
|
|
4038
|
+
}];
|
|
4039
|
+
readonly isOneOf: false;
|
|
4040
|
+
}, {
|
|
4041
|
+
readonly kind: "OBJECT";
|
|
4042
|
+
readonly name: "EfpListStorageLocation";
|
|
4043
|
+
readonly fields: readonly [{
|
|
4044
|
+
readonly name: "address";
|
|
4045
|
+
readonly type: {
|
|
4046
|
+
readonly kind: "NON_NULL";
|
|
4047
|
+
readonly ofType: {
|
|
4048
|
+
readonly kind: "SCALAR";
|
|
4049
|
+
readonly name: "Address";
|
|
2905
4050
|
};
|
|
2906
4051
|
};
|
|
2907
4052
|
readonly args: readonly [];
|
|
2908
4053
|
readonly isDeprecated: false;
|
|
2909
4054
|
}, {
|
|
2910
|
-
readonly name: "
|
|
4055
|
+
readonly name: "chainId";
|
|
2911
4056
|
readonly type: {
|
|
2912
4057
|
readonly kind: "NON_NULL";
|
|
2913
4058
|
readonly ofType: {
|
|
2914
|
-
readonly kind: "
|
|
2915
|
-
readonly name: "
|
|
4059
|
+
readonly kind: "SCALAR";
|
|
4060
|
+
readonly name: "ChainId";
|
|
2916
4061
|
};
|
|
2917
4062
|
};
|
|
2918
4063
|
readonly args: readonly [];
|
|
2919
4064
|
readonly isDeprecated: false;
|
|
2920
4065
|
}, {
|
|
2921
|
-
readonly name: "
|
|
4066
|
+
readonly name: "slot";
|
|
2922
4067
|
readonly type: {
|
|
2923
4068
|
readonly kind: "NON_NULL";
|
|
2924
4069
|
readonly ofType: {
|
|
2925
4070
|
readonly kind: "SCALAR";
|
|
2926
|
-
readonly name: "
|
|
4071
|
+
readonly name: "Hex";
|
|
2927
4072
|
};
|
|
2928
4073
|
};
|
|
2929
4074
|
readonly args: readonly [];
|
|
2930
4075
|
readonly isDeprecated: false;
|
|
2931
|
-
}
|
|
2932
|
-
|
|
4076
|
+
}];
|
|
4077
|
+
readonly interfaces: readonly [];
|
|
4078
|
+
}, {
|
|
4079
|
+
readonly kind: "INPUT_OBJECT";
|
|
4080
|
+
readonly name: "EfpListsWhereInput";
|
|
4081
|
+
readonly inputFields: readonly [{
|
|
4082
|
+
readonly name: "manager";
|
|
2933
4083
|
readonly type: {
|
|
2934
4084
|
readonly kind: "SCALAR";
|
|
2935
|
-
readonly name: "
|
|
4085
|
+
readonly name: "Address";
|
|
2936
4086
|
};
|
|
2937
|
-
readonly args: readonly [];
|
|
2938
|
-
readonly isDeprecated: false;
|
|
2939
4087
|
}, {
|
|
2940
|
-
readonly name: "
|
|
4088
|
+
readonly name: "owner";
|
|
2941
4089
|
readonly type: {
|
|
2942
|
-
readonly kind: "
|
|
2943
|
-
readonly
|
|
2944
|
-
readonly kind: "SCALAR";
|
|
2945
|
-
readonly name: "RegistrationId";
|
|
2946
|
-
};
|
|
4090
|
+
readonly kind: "SCALAR";
|
|
4091
|
+
readonly name: "Address";
|
|
2947
4092
|
};
|
|
2948
|
-
readonly args: readonly [];
|
|
2949
|
-
readonly isDeprecated: false;
|
|
2950
4093
|
}, {
|
|
2951
|
-
readonly name: "
|
|
4094
|
+
readonly name: "user";
|
|
2952
4095
|
readonly type: {
|
|
2953
4096
|
readonly kind: "SCALAR";
|
|
2954
|
-
readonly name: "
|
|
4097
|
+
readonly name: "Address";
|
|
2955
4098
|
};
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
4099
|
+
}];
|
|
4100
|
+
readonly isOneOf: false;
|
|
4101
|
+
}, {
|
|
4102
|
+
readonly kind: "OBJECT";
|
|
4103
|
+
readonly name: "EfpQuery";
|
|
4104
|
+
readonly fields: readonly [{
|
|
4105
|
+
readonly name: "list";
|
|
2960
4106
|
readonly type: {
|
|
2961
4107
|
readonly kind: "OBJECT";
|
|
2962
|
-
readonly name: "
|
|
4108
|
+
readonly name: "EfpList";
|
|
2963
4109
|
};
|
|
2964
|
-
readonly args: readonly [
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
readonly name: "AccountId";
|
|
4110
|
+
readonly args: readonly [{
|
|
4111
|
+
readonly name: "by";
|
|
4112
|
+
readonly type: {
|
|
4113
|
+
readonly kind: "NON_NULL";
|
|
4114
|
+
readonly ofType: {
|
|
4115
|
+
readonly kind: "INPUT_OBJECT";
|
|
4116
|
+
readonly name: "EfpListByInput";
|
|
4117
|
+
};
|
|
2973
4118
|
};
|
|
2974
|
-
};
|
|
2975
|
-
readonly args: readonly [];
|
|
4119
|
+
}];
|
|
2976
4120
|
readonly isDeprecated: false;
|
|
2977
4121
|
}, {
|
|
2978
|
-
readonly name: "
|
|
4122
|
+
readonly name: "listRecords";
|
|
2979
4123
|
readonly type: {
|
|
2980
4124
|
readonly kind: "OBJECT";
|
|
2981
|
-
readonly name: "
|
|
4125
|
+
readonly name: "EfpQueryListRecordsConnection";
|
|
2982
4126
|
};
|
|
2983
4127
|
readonly args: readonly [{
|
|
2984
4128
|
readonly name: "after";
|
|
@@ -3004,170 +4148,196 @@ declare const introspection: {
|
|
|
3004
4148
|
readonly kind: "SCALAR";
|
|
3005
4149
|
readonly name: "Int";
|
|
3006
4150
|
};
|
|
3007
|
-
}
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
readonly kind: "NON_NULL";
|
|
3013
|
-
readonly ofType: {
|
|
3014
|
-
readonly kind: "SCALAR";
|
|
3015
|
-
readonly name: "BigInt";
|
|
4151
|
+
}, {
|
|
4152
|
+
readonly name: "where";
|
|
4153
|
+
readonly type: {
|
|
4154
|
+
readonly kind: "INPUT_OBJECT";
|
|
4155
|
+
readonly name: "EfpListRecordsWhereInput";
|
|
3016
4156
|
};
|
|
3017
|
-
};
|
|
3018
|
-
readonly args: readonly [];
|
|
4157
|
+
}];
|
|
3019
4158
|
readonly isDeprecated: false;
|
|
3020
4159
|
}, {
|
|
3021
|
-
readonly name: "
|
|
4160
|
+
readonly name: "lists";
|
|
3022
4161
|
readonly type: {
|
|
3023
4162
|
readonly kind: "OBJECT";
|
|
3024
|
-
readonly name: "
|
|
4163
|
+
readonly name: "EfpQueryListsConnection";
|
|
3025
4164
|
};
|
|
3026
|
-
readonly args: readonly [
|
|
4165
|
+
readonly args: readonly [{
|
|
4166
|
+
readonly name: "after";
|
|
4167
|
+
readonly type: {
|
|
4168
|
+
readonly kind: "SCALAR";
|
|
4169
|
+
readonly name: "String";
|
|
4170
|
+
};
|
|
4171
|
+
}, {
|
|
4172
|
+
readonly name: "before";
|
|
4173
|
+
readonly type: {
|
|
4174
|
+
readonly kind: "SCALAR";
|
|
4175
|
+
readonly name: "String";
|
|
4176
|
+
};
|
|
4177
|
+
}, {
|
|
4178
|
+
readonly name: "first";
|
|
4179
|
+
readonly type: {
|
|
4180
|
+
readonly kind: "SCALAR";
|
|
4181
|
+
readonly name: "Int";
|
|
4182
|
+
};
|
|
4183
|
+
}, {
|
|
4184
|
+
readonly name: "last";
|
|
4185
|
+
readonly type: {
|
|
4186
|
+
readonly kind: "SCALAR";
|
|
4187
|
+
readonly name: "Int";
|
|
4188
|
+
};
|
|
4189
|
+
}, {
|
|
4190
|
+
readonly name: "where";
|
|
4191
|
+
readonly type: {
|
|
4192
|
+
readonly kind: "INPUT_OBJECT";
|
|
4193
|
+
readonly name: "EfpListsWhereInput";
|
|
4194
|
+
};
|
|
4195
|
+
}];
|
|
3027
4196
|
readonly isDeprecated: false;
|
|
3028
4197
|
}];
|
|
3029
|
-
readonly interfaces: readonly [
|
|
3030
|
-
readonly kind: "INTERFACE";
|
|
3031
|
-
readonly name: "Registration";
|
|
3032
|
-
}];
|
|
4198
|
+
readonly interfaces: readonly [];
|
|
3033
4199
|
}, {
|
|
3034
4200
|
readonly kind: "OBJECT";
|
|
3035
|
-
readonly name: "
|
|
4201
|
+
readonly name: "EfpQueryListRecordsConnection";
|
|
3036
4202
|
readonly fields: readonly [{
|
|
3037
|
-
readonly name: "
|
|
4203
|
+
readonly name: "edges";
|
|
3038
4204
|
readonly type: {
|
|
3039
4205
|
readonly kind: "NON_NULL";
|
|
3040
4206
|
readonly ofType: {
|
|
3041
|
-
readonly kind: "
|
|
3042
|
-
readonly
|
|
4207
|
+
readonly kind: "LIST";
|
|
4208
|
+
readonly ofType: {
|
|
4209
|
+
readonly kind: "NON_NULL";
|
|
4210
|
+
readonly ofType: {
|
|
4211
|
+
readonly kind: "OBJECT";
|
|
4212
|
+
readonly name: "EfpQueryListRecordsConnectionEdge";
|
|
4213
|
+
};
|
|
4214
|
+
};
|
|
3043
4215
|
};
|
|
3044
4216
|
};
|
|
3045
4217
|
readonly args: readonly [];
|
|
3046
4218
|
readonly isDeprecated: false;
|
|
3047
4219
|
}, {
|
|
3048
|
-
readonly name: "
|
|
4220
|
+
readonly name: "pageInfo";
|
|
3049
4221
|
readonly type: {
|
|
3050
4222
|
readonly kind: "NON_NULL";
|
|
3051
4223
|
readonly ofType: {
|
|
3052
4224
|
readonly kind: "OBJECT";
|
|
3053
|
-
readonly name: "
|
|
4225
|
+
readonly name: "PageInfo";
|
|
3054
4226
|
};
|
|
3055
4227
|
};
|
|
3056
4228
|
readonly args: readonly [];
|
|
3057
4229
|
readonly isDeprecated: false;
|
|
3058
4230
|
}, {
|
|
3059
|
-
readonly name: "
|
|
4231
|
+
readonly name: "totalCount";
|
|
3060
4232
|
readonly type: {
|
|
3061
4233
|
readonly kind: "NON_NULL";
|
|
3062
4234
|
readonly ofType: {
|
|
3063
4235
|
readonly kind: "SCALAR";
|
|
3064
|
-
readonly name: "
|
|
4236
|
+
readonly name: "Int";
|
|
3065
4237
|
};
|
|
3066
4238
|
};
|
|
3067
4239
|
readonly args: readonly [];
|
|
3068
4240
|
readonly isDeprecated: false;
|
|
3069
|
-
}
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
readonly
|
|
3076
|
-
readonly isDeprecated: false;
|
|
3077
|
-
}, {
|
|
3078
|
-
readonly name: "id";
|
|
4241
|
+
}];
|
|
4242
|
+
readonly interfaces: readonly [];
|
|
4243
|
+
}, {
|
|
4244
|
+
readonly kind: "OBJECT";
|
|
4245
|
+
readonly name: "EfpQueryListRecordsConnectionEdge";
|
|
4246
|
+
readonly fields: readonly [{
|
|
4247
|
+
readonly name: "cursor";
|
|
3079
4248
|
readonly type: {
|
|
3080
4249
|
readonly kind: "NON_NULL";
|
|
3081
4250
|
readonly ofType: {
|
|
3082
4251
|
readonly kind: "SCALAR";
|
|
3083
|
-
readonly name: "
|
|
4252
|
+
readonly name: "String";
|
|
3084
4253
|
};
|
|
3085
4254
|
};
|
|
3086
4255
|
readonly args: readonly [];
|
|
3087
4256
|
readonly isDeprecated: false;
|
|
3088
4257
|
}, {
|
|
3089
|
-
readonly name: "
|
|
4258
|
+
readonly name: "node";
|
|
3090
4259
|
readonly type: {
|
|
3091
|
-
readonly kind: "
|
|
3092
|
-
readonly
|
|
4260
|
+
readonly kind: "NON_NULL";
|
|
4261
|
+
readonly ofType: {
|
|
4262
|
+
readonly kind: "OBJECT";
|
|
4263
|
+
readonly name: "EfpListRecord";
|
|
4264
|
+
};
|
|
3093
4265
|
};
|
|
3094
4266
|
readonly args: readonly [];
|
|
3095
4267
|
readonly isDeprecated: false;
|
|
3096
|
-
}
|
|
3097
|
-
|
|
4268
|
+
}];
|
|
4269
|
+
readonly interfaces: readonly [];
|
|
4270
|
+
}, {
|
|
4271
|
+
readonly kind: "OBJECT";
|
|
4272
|
+
readonly name: "EfpQueryListsConnection";
|
|
4273
|
+
readonly fields: readonly [{
|
|
4274
|
+
readonly name: "edges";
|
|
3098
4275
|
readonly type: {
|
|
3099
|
-
readonly kind: "
|
|
3100
|
-
readonly
|
|
4276
|
+
readonly kind: "NON_NULL";
|
|
4277
|
+
readonly ofType: {
|
|
4278
|
+
readonly kind: "LIST";
|
|
4279
|
+
readonly ofType: {
|
|
4280
|
+
readonly kind: "NON_NULL";
|
|
4281
|
+
readonly ofType: {
|
|
4282
|
+
readonly kind: "OBJECT";
|
|
4283
|
+
readonly name: "EfpQueryListsConnectionEdge";
|
|
4284
|
+
};
|
|
4285
|
+
};
|
|
4286
|
+
};
|
|
3101
4287
|
};
|
|
3102
4288
|
readonly args: readonly [];
|
|
3103
4289
|
readonly isDeprecated: false;
|
|
3104
4290
|
}, {
|
|
3105
|
-
readonly name: "
|
|
4291
|
+
readonly name: "pageInfo";
|
|
3106
4292
|
readonly type: {
|
|
3107
4293
|
readonly kind: "NON_NULL";
|
|
3108
4294
|
readonly ofType: {
|
|
3109
4295
|
readonly kind: "OBJECT";
|
|
3110
|
-
readonly name: "
|
|
4296
|
+
readonly name: "PageInfo";
|
|
3111
4297
|
};
|
|
3112
4298
|
};
|
|
3113
4299
|
readonly args: readonly [];
|
|
3114
4300
|
readonly isDeprecated: false;
|
|
3115
4301
|
}, {
|
|
3116
|
-
readonly name: "
|
|
4302
|
+
readonly name: "totalCount";
|
|
3117
4303
|
readonly type: {
|
|
3118
|
-
readonly kind: "
|
|
3119
|
-
readonly
|
|
3120
|
-
};
|
|
3121
|
-
readonly args: readonly [{
|
|
3122
|
-
readonly name: "after";
|
|
3123
|
-
readonly type: {
|
|
3124
|
-
readonly kind: "SCALAR";
|
|
3125
|
-
readonly name: "String";
|
|
3126
|
-
};
|
|
3127
|
-
}, {
|
|
3128
|
-
readonly name: "before";
|
|
3129
|
-
readonly type: {
|
|
3130
|
-
readonly kind: "SCALAR";
|
|
3131
|
-
readonly name: "String";
|
|
3132
|
-
};
|
|
3133
|
-
}, {
|
|
3134
|
-
readonly name: "first";
|
|
3135
|
-
readonly type: {
|
|
3136
|
-
readonly kind: "SCALAR";
|
|
3137
|
-
readonly name: "Int";
|
|
3138
|
-
};
|
|
3139
|
-
}, {
|
|
3140
|
-
readonly name: "last";
|
|
3141
|
-
readonly type: {
|
|
4304
|
+
readonly kind: "NON_NULL";
|
|
4305
|
+
readonly ofType: {
|
|
3142
4306
|
readonly kind: "SCALAR";
|
|
3143
4307
|
readonly name: "Int";
|
|
3144
4308
|
};
|
|
3145
|
-
}
|
|
4309
|
+
};
|
|
4310
|
+
readonly args: readonly [];
|
|
3146
4311
|
readonly isDeprecated: false;
|
|
3147
|
-
}
|
|
3148
|
-
|
|
4312
|
+
}];
|
|
4313
|
+
readonly interfaces: readonly [];
|
|
4314
|
+
}, {
|
|
4315
|
+
readonly kind: "OBJECT";
|
|
4316
|
+
readonly name: "EfpQueryListsConnectionEdge";
|
|
4317
|
+
readonly fields: readonly [{
|
|
4318
|
+
readonly name: "cursor";
|
|
3149
4319
|
readonly type: {
|
|
3150
4320
|
readonly kind: "NON_NULL";
|
|
3151
4321
|
readonly ofType: {
|
|
3152
4322
|
readonly kind: "SCALAR";
|
|
3153
|
-
readonly name: "
|
|
4323
|
+
readonly name: "String";
|
|
3154
4324
|
};
|
|
3155
4325
|
};
|
|
3156
4326
|
readonly args: readonly [];
|
|
3157
4327
|
readonly isDeprecated: false;
|
|
3158
4328
|
}, {
|
|
3159
|
-
readonly name: "
|
|
4329
|
+
readonly name: "node";
|
|
3160
4330
|
readonly type: {
|
|
3161
|
-
readonly kind: "
|
|
3162
|
-
readonly
|
|
4331
|
+
readonly kind: "NON_NULL";
|
|
4332
|
+
readonly ofType: {
|
|
4333
|
+
readonly kind: "OBJECT";
|
|
4334
|
+
readonly name: "EfpList";
|
|
4335
|
+
};
|
|
3163
4336
|
};
|
|
3164
4337
|
readonly args: readonly [];
|
|
3165
4338
|
readonly isDeprecated: false;
|
|
3166
4339
|
}];
|
|
3167
|
-
readonly interfaces: readonly [
|
|
3168
|
-
readonly kind: "INTERFACE";
|
|
3169
|
-
readonly name: "Registration";
|
|
3170
|
-
}];
|
|
4340
|
+
readonly interfaces: readonly [];
|
|
3171
4341
|
}, {
|
|
3172
4342
|
readonly kind: "SCALAR";
|
|
3173
4343
|
readonly name: "Email";
|
|
@@ -4856,6 +6026,14 @@ declare const introspection: {
|
|
|
4856
6026
|
};
|
|
4857
6027
|
}];
|
|
4858
6028
|
readonly isDeprecated: false;
|
|
6029
|
+
}, {
|
|
6030
|
+
readonly name: "efp";
|
|
6031
|
+
readonly type: {
|
|
6032
|
+
readonly kind: "OBJECT";
|
|
6033
|
+
readonly name: "EfpQuery";
|
|
6034
|
+
};
|
|
6035
|
+
readonly args: readonly [];
|
|
6036
|
+
readonly isDeprecated: false;
|
|
4859
6037
|
}, {
|
|
4860
6038
|
readonly name: "permissions";
|
|
4861
6039
|
readonly type: {
|
|
@@ -6599,6 +7777,9 @@ declare const introspection: {
|
|
|
6599
7777
|
readonly kind: "INTERFACE";
|
|
6600
7778
|
readonly name: "Registration";
|
|
6601
7779
|
}];
|
|
7780
|
+
}, {
|
|
7781
|
+
readonly kind: "SCALAR";
|
|
7782
|
+
readonly name: "TokenId";
|
|
6602
7783
|
}, {
|
|
6603
7784
|
readonly kind: "OBJECT";
|
|
6604
7785
|
readonly name: "UnindexedDomain";
|
|
@@ -6879,6 +8060,7 @@ type OmnigraphScalars = {
|
|
|
6879
8060
|
Hex: Hex;
|
|
6880
8061
|
ChainId: ChainId;
|
|
6881
8062
|
CoinType: CoinType;
|
|
8063
|
+
TokenId: `${bigint}`;
|
|
6882
8064
|
InterfaceId: InterfaceId;
|
|
6883
8065
|
InterpretedName: InterpretedName;
|
|
6884
8066
|
InterpretedLabel: InterpretedLabel;
|