@ocap/client 1.21.3 → 1.22.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/base.js +1 -1
- package/dist/browser.d.ts +110 -0
- package/dist/bundle.js +1 -1
- package/dist/extension.js +137 -0
- package/dist/extension.js.map +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +734 -92
- package/dist/schema/graphql.txt +2 -2
- package/dist/types.js +288 -0
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +450 -0
- package/docs/README.md +417 -59
- package/lib/base.js +1 -1
- package/lib/extension.js +137 -0
- package/lib/extension.js.map +1 -1
- package/lib/node.d.ts +110 -0
- package/lib/schema/graphql.json +734 -92
- package/lib/schema/graphql.txt +2 -2
- package/lib/types.js +288 -0
- package/lib/types.js.map +1 -1
- package/package.json +14 -14
package/lib/schema/graphql.json
CHANGED
|
@@ -7842,6 +7842,226 @@
|
|
|
7842
7842
|
"isDeprecated": false,
|
|
7843
7843
|
"deprecationReason": null
|
|
7844
7844
|
},
|
|
7845
|
+
{
|
|
7846
|
+
"name": "tokenFactoryAddress",
|
|
7847
|
+
"description": null,
|
|
7848
|
+
"args": [],
|
|
7849
|
+
"type": {
|
|
7850
|
+
"kind": "SCALAR",
|
|
7851
|
+
"name": "String",
|
|
7852
|
+
"ofType": null
|
|
7853
|
+
},
|
|
7854
|
+
"isDeprecated": false,
|
|
7855
|
+
"deprecationReason": null
|
|
7856
|
+
},
|
|
7857
|
+
{
|
|
7858
|
+
"name": "data",
|
|
7859
|
+
"description": null,
|
|
7860
|
+
"args": [],
|
|
7861
|
+
"type": {
|
|
7862
|
+
"kind": "OBJECT",
|
|
7863
|
+
"name": "Any",
|
|
7864
|
+
"ofType": null
|
|
7865
|
+
},
|
|
7866
|
+
"isDeprecated": false,
|
|
7867
|
+
"deprecationReason": null
|
|
7868
|
+
}
|
|
7869
|
+
],
|
|
7870
|
+
"inputFields": null,
|
|
7871
|
+
"interfaces": [],
|
|
7872
|
+
"enumValues": null,
|
|
7873
|
+
"possibleTypes": null
|
|
7874
|
+
},
|
|
7875
|
+
{
|
|
7876
|
+
"kind": "INPUT_OBJECT",
|
|
7877
|
+
"name": "TokenFactoryFilterInput",
|
|
7878
|
+
"description": null,
|
|
7879
|
+
"fields": null,
|
|
7880
|
+
"inputFields": [
|
|
7881
|
+
{
|
|
7882
|
+
"name": "tokenFactories",
|
|
7883
|
+
"description": null,
|
|
7884
|
+
"type": {
|
|
7885
|
+
"kind": "LIST",
|
|
7886
|
+
"name": null,
|
|
7887
|
+
"ofType": {
|
|
7888
|
+
"kind": "NON_NULL",
|
|
7889
|
+
"name": null,
|
|
7890
|
+
"ofType": {
|
|
7891
|
+
"kind": "SCALAR",
|
|
7892
|
+
"name": "String",
|
|
7893
|
+
"ofType": null
|
|
7894
|
+
}
|
|
7895
|
+
}
|
|
7896
|
+
},
|
|
7897
|
+
"defaultValue": null
|
|
7898
|
+
}
|
|
7899
|
+
],
|
|
7900
|
+
"interfaces": null,
|
|
7901
|
+
"enumValues": null,
|
|
7902
|
+
"possibleTypes": null
|
|
7903
|
+
},
|
|
7904
|
+
{
|
|
7905
|
+
"kind": "OBJECT",
|
|
7906
|
+
"name": "IndexedTokenFactoryState",
|
|
7907
|
+
"description": null,
|
|
7908
|
+
"fields": [
|
|
7909
|
+
{
|
|
7910
|
+
"name": "address",
|
|
7911
|
+
"description": null,
|
|
7912
|
+
"args": [],
|
|
7913
|
+
"type": {
|
|
7914
|
+
"kind": "SCALAR",
|
|
7915
|
+
"name": "String",
|
|
7916
|
+
"ofType": null
|
|
7917
|
+
},
|
|
7918
|
+
"isDeprecated": false,
|
|
7919
|
+
"deprecationReason": null
|
|
7920
|
+
},
|
|
7921
|
+
{
|
|
7922
|
+
"name": "owner",
|
|
7923
|
+
"description": null,
|
|
7924
|
+
"args": [],
|
|
7925
|
+
"type": {
|
|
7926
|
+
"kind": "SCALAR",
|
|
7927
|
+
"name": "String",
|
|
7928
|
+
"ofType": null
|
|
7929
|
+
},
|
|
7930
|
+
"isDeprecated": false,
|
|
7931
|
+
"deprecationReason": null
|
|
7932
|
+
},
|
|
7933
|
+
{
|
|
7934
|
+
"name": "tokenAddress",
|
|
7935
|
+
"description": null,
|
|
7936
|
+
"args": [],
|
|
7937
|
+
"type": {
|
|
7938
|
+
"kind": "SCALAR",
|
|
7939
|
+
"name": "String",
|
|
7940
|
+
"ofType": null
|
|
7941
|
+
},
|
|
7942
|
+
"isDeprecated": false,
|
|
7943
|
+
"deprecationReason": null
|
|
7944
|
+
},
|
|
7945
|
+
{
|
|
7946
|
+
"name": "reserveAddress",
|
|
7947
|
+
"description": null,
|
|
7948
|
+
"args": [],
|
|
7949
|
+
"type": {
|
|
7950
|
+
"kind": "SCALAR",
|
|
7951
|
+
"name": "String",
|
|
7952
|
+
"ofType": null
|
|
7953
|
+
},
|
|
7954
|
+
"isDeprecated": false,
|
|
7955
|
+
"deprecationReason": null
|
|
7956
|
+
},
|
|
7957
|
+
{
|
|
7958
|
+
"name": "curve",
|
|
7959
|
+
"description": null,
|
|
7960
|
+
"args": [],
|
|
7961
|
+
"type": {
|
|
7962
|
+
"kind": "OBJECT",
|
|
7963
|
+
"name": "CurveConfig",
|
|
7964
|
+
"ofType": null
|
|
7965
|
+
},
|
|
7966
|
+
"isDeprecated": false,
|
|
7967
|
+
"deprecationReason": null
|
|
7968
|
+
},
|
|
7969
|
+
{
|
|
7970
|
+
"name": "feeRate",
|
|
7971
|
+
"description": null,
|
|
7972
|
+
"args": [],
|
|
7973
|
+
"type": {
|
|
7974
|
+
"kind": "SCALAR",
|
|
7975
|
+
"name": "Int",
|
|
7976
|
+
"ofType": null
|
|
7977
|
+
},
|
|
7978
|
+
"isDeprecated": false,
|
|
7979
|
+
"deprecationReason": null
|
|
7980
|
+
},
|
|
7981
|
+
{
|
|
7982
|
+
"name": "currentSupply",
|
|
7983
|
+
"description": null,
|
|
7984
|
+
"args": [],
|
|
7985
|
+
"type": {
|
|
7986
|
+
"kind": "SCALAR",
|
|
7987
|
+
"name": "String",
|
|
7988
|
+
"ofType": null
|
|
7989
|
+
},
|
|
7990
|
+
"isDeprecated": false,
|
|
7991
|
+
"deprecationReason": null
|
|
7992
|
+
},
|
|
7993
|
+
{
|
|
7994
|
+
"name": "reserveBalance",
|
|
7995
|
+
"description": null,
|
|
7996
|
+
"args": [],
|
|
7997
|
+
"type": {
|
|
7998
|
+
"kind": "SCALAR",
|
|
7999
|
+
"name": "String",
|
|
8000
|
+
"ofType": null
|
|
8001
|
+
},
|
|
8002
|
+
"isDeprecated": false,
|
|
8003
|
+
"deprecationReason": null
|
|
8004
|
+
},
|
|
8005
|
+
{
|
|
8006
|
+
"name": "status",
|
|
8007
|
+
"description": null,
|
|
8008
|
+
"args": [],
|
|
8009
|
+
"type": {
|
|
8010
|
+
"kind": "SCALAR",
|
|
8011
|
+
"name": "String",
|
|
8012
|
+
"ofType": null
|
|
8013
|
+
},
|
|
8014
|
+
"isDeprecated": false,
|
|
8015
|
+
"deprecationReason": null
|
|
8016
|
+
},
|
|
8017
|
+
{
|
|
8018
|
+
"name": "genesisTime",
|
|
8019
|
+
"description": null,
|
|
8020
|
+
"args": [],
|
|
8021
|
+
"type": {
|
|
8022
|
+
"kind": "SCALAR",
|
|
8023
|
+
"name": "String",
|
|
8024
|
+
"ofType": null
|
|
8025
|
+
},
|
|
8026
|
+
"isDeprecated": false,
|
|
8027
|
+
"deprecationReason": null
|
|
8028
|
+
},
|
|
8029
|
+
{
|
|
8030
|
+
"name": "renaissanceTime",
|
|
8031
|
+
"description": null,
|
|
8032
|
+
"args": [],
|
|
8033
|
+
"type": {
|
|
8034
|
+
"kind": "SCALAR",
|
|
8035
|
+
"name": "String",
|
|
8036
|
+
"ofType": null
|
|
8037
|
+
},
|
|
8038
|
+
"isDeprecated": false,
|
|
8039
|
+
"deprecationReason": null
|
|
8040
|
+
},
|
|
8041
|
+
{
|
|
8042
|
+
"name": "token",
|
|
8043
|
+
"description": null,
|
|
8044
|
+
"args": [],
|
|
8045
|
+
"type": {
|
|
8046
|
+
"kind": "OBJECT",
|
|
8047
|
+
"name": "IndexedTokenInput",
|
|
8048
|
+
"ofType": null
|
|
8049
|
+
},
|
|
8050
|
+
"isDeprecated": false,
|
|
8051
|
+
"deprecationReason": null
|
|
8052
|
+
},
|
|
8053
|
+
{
|
|
8054
|
+
"name": "reserveToken",
|
|
8055
|
+
"description": null,
|
|
8056
|
+
"args": [],
|
|
8057
|
+
"type": {
|
|
8058
|
+
"kind": "OBJECT",
|
|
8059
|
+
"name": "IndexedTokenInput",
|
|
8060
|
+
"ofType": null
|
|
8061
|
+
},
|
|
8062
|
+
"isDeprecated": false,
|
|
8063
|
+
"deprecationReason": null
|
|
8064
|
+
},
|
|
7845
8065
|
{
|
|
7846
8066
|
"name": "data",
|
|
7847
8067
|
"description": null,
|
|
@@ -10468,6 +10688,16 @@
|
|
|
10468
10688
|
"ofType": null
|
|
10469
10689
|
},
|
|
10470
10690
|
"defaultValue": null
|
|
10691
|
+
},
|
|
10692
|
+
{
|
|
10693
|
+
"name": "tokenFactoryFilter",
|
|
10694
|
+
"description": null,
|
|
10695
|
+
"type": {
|
|
10696
|
+
"kind": "INPUT_OBJECT",
|
|
10697
|
+
"name": "TokenFactoryFilterInput",
|
|
10698
|
+
"ofType": null
|
|
10699
|
+
},
|
|
10700
|
+
"defaultValue": null
|
|
10471
10701
|
}
|
|
10472
10702
|
],
|
|
10473
10703
|
"interfaces": null,
|
|
@@ -11290,6 +11520,41 @@
|
|
|
11290
11520
|
"enumValues": null,
|
|
11291
11521
|
"possibleTypes": null
|
|
11292
11522
|
},
|
|
11523
|
+
{
|
|
11524
|
+
"kind": "OBJECT",
|
|
11525
|
+
"name": "ResponseGetTokenFactoryState",
|
|
11526
|
+
"description": null,
|
|
11527
|
+
"fields": [
|
|
11528
|
+
{
|
|
11529
|
+
"name": "code",
|
|
11530
|
+
"description": null,
|
|
11531
|
+
"args": [],
|
|
11532
|
+
"type": {
|
|
11533
|
+
"kind": "SCALAR",
|
|
11534
|
+
"name": "String",
|
|
11535
|
+
"ofType": null
|
|
11536
|
+
},
|
|
11537
|
+
"isDeprecated": false,
|
|
11538
|
+
"deprecationReason": null
|
|
11539
|
+
},
|
|
11540
|
+
{
|
|
11541
|
+
"name": "state",
|
|
11542
|
+
"description": null,
|
|
11543
|
+
"args": [],
|
|
11544
|
+
"type": {
|
|
11545
|
+
"kind": "OBJECT",
|
|
11546
|
+
"name": "TokenFactoryState",
|
|
11547
|
+
"ofType": null
|
|
11548
|
+
},
|
|
11549
|
+
"isDeprecated": false,
|
|
11550
|
+
"deprecationReason": null
|
|
11551
|
+
}
|
|
11552
|
+
],
|
|
11553
|
+
"inputFields": null,
|
|
11554
|
+
"interfaces": [],
|
|
11555
|
+
"enumValues": null,
|
|
11556
|
+
"possibleTypes": null
|
|
11557
|
+
},
|
|
11293
11558
|
{
|
|
11294
11559
|
"kind": "OBJECT",
|
|
11295
11560
|
"name": "ResponseGetTokenState",
|
|
@@ -12049,7 +12314,7 @@
|
|
|
12049
12314
|
},
|
|
12050
12315
|
{
|
|
12051
12316
|
"kind": "OBJECT",
|
|
12052
|
-
"name": "
|
|
12317
|
+
"name": "ResponseListTokenFactories",
|
|
12053
12318
|
"description": null,
|
|
12054
12319
|
"fields": [
|
|
12055
12320
|
{
|
|
@@ -12077,7 +12342,7 @@
|
|
|
12077
12342
|
"deprecationReason": null
|
|
12078
12343
|
},
|
|
12079
12344
|
{
|
|
12080
|
-
"name": "
|
|
12345
|
+
"name": "tokenFactories",
|
|
12081
12346
|
"description": null,
|
|
12082
12347
|
"args": [],
|
|
12083
12348
|
"type": {
|
|
@@ -12088,7 +12353,7 @@
|
|
|
12088
12353
|
"name": null,
|
|
12089
12354
|
"ofType": {
|
|
12090
12355
|
"kind": "OBJECT",
|
|
12091
|
-
"name": "
|
|
12356
|
+
"name": "IndexedTokenFactoryState",
|
|
12092
12357
|
"ofType": null
|
|
12093
12358
|
}
|
|
12094
12359
|
}
|
|
@@ -12104,7 +12369,7 @@
|
|
|
12104
12369
|
},
|
|
12105
12370
|
{
|
|
12106
12371
|
"kind": "OBJECT",
|
|
12107
|
-
"name": "
|
|
12372
|
+
"name": "ResponseListTopAccounts",
|
|
12108
12373
|
"description": null,
|
|
12109
12374
|
"fields": [
|
|
12110
12375
|
{
|
|
@@ -12132,7 +12397,62 @@
|
|
|
12132
12397
|
"deprecationReason": null
|
|
12133
12398
|
},
|
|
12134
12399
|
{
|
|
12135
|
-
"name": "
|
|
12400
|
+
"name": "accounts",
|
|
12401
|
+
"description": null,
|
|
12402
|
+
"args": [],
|
|
12403
|
+
"type": {
|
|
12404
|
+
"kind": "LIST",
|
|
12405
|
+
"name": null,
|
|
12406
|
+
"ofType": {
|
|
12407
|
+
"kind": "NON_NULL",
|
|
12408
|
+
"name": null,
|
|
12409
|
+
"ofType": {
|
|
12410
|
+
"kind": "OBJECT",
|
|
12411
|
+
"name": "IndexedAccountState",
|
|
12412
|
+
"ofType": null
|
|
12413
|
+
}
|
|
12414
|
+
}
|
|
12415
|
+
},
|
|
12416
|
+
"isDeprecated": false,
|
|
12417
|
+
"deprecationReason": null
|
|
12418
|
+
}
|
|
12419
|
+
],
|
|
12420
|
+
"inputFields": null,
|
|
12421
|
+
"interfaces": [],
|
|
12422
|
+
"enumValues": null,
|
|
12423
|
+
"possibleTypes": null
|
|
12424
|
+
},
|
|
12425
|
+
{
|
|
12426
|
+
"kind": "OBJECT",
|
|
12427
|
+
"name": "ResponseListTransactions",
|
|
12428
|
+
"description": null,
|
|
12429
|
+
"fields": [
|
|
12430
|
+
{
|
|
12431
|
+
"name": "code",
|
|
12432
|
+
"description": null,
|
|
12433
|
+
"args": [],
|
|
12434
|
+
"type": {
|
|
12435
|
+
"kind": "SCALAR",
|
|
12436
|
+
"name": "String",
|
|
12437
|
+
"ofType": null
|
|
12438
|
+
},
|
|
12439
|
+
"isDeprecated": false,
|
|
12440
|
+
"deprecationReason": null
|
|
12441
|
+
},
|
|
12442
|
+
{
|
|
12443
|
+
"name": "page",
|
|
12444
|
+
"description": null,
|
|
12445
|
+
"args": [],
|
|
12446
|
+
"type": {
|
|
12447
|
+
"kind": "OBJECT",
|
|
12448
|
+
"name": "PageInfo",
|
|
12449
|
+
"ofType": null
|
|
12450
|
+
},
|
|
12451
|
+
"isDeprecated": false,
|
|
12452
|
+
"deprecationReason": null
|
|
12453
|
+
},
|
|
12454
|
+
{
|
|
12455
|
+
"name": "transactions",
|
|
12136
12456
|
"description": null,
|
|
12137
12457
|
"args": [],
|
|
12138
12458
|
"type": {
|
|
@@ -14726,7 +15046,229 @@
|
|
|
14726
15046
|
"description": null,
|
|
14727
15047
|
"fields": [
|
|
14728
15048
|
{
|
|
14729
|
-
"name": "address",
|
|
15049
|
+
"name": "address",
|
|
15050
|
+
"description": null,
|
|
15051
|
+
"args": [],
|
|
15052
|
+
"type": {
|
|
15053
|
+
"kind": "SCALAR",
|
|
15054
|
+
"name": "String",
|
|
15055
|
+
"ofType": null
|
|
15056
|
+
},
|
|
15057
|
+
"isDeprecated": false,
|
|
15058
|
+
"deprecationReason": null
|
|
15059
|
+
},
|
|
15060
|
+
{
|
|
15061
|
+
"name": "value",
|
|
15062
|
+
"description": null,
|
|
15063
|
+
"args": [],
|
|
15064
|
+
"type": {
|
|
15065
|
+
"kind": "SCALAR",
|
|
15066
|
+
"name": "String",
|
|
15067
|
+
"ofType": null
|
|
15068
|
+
},
|
|
15069
|
+
"isDeprecated": false,
|
|
15070
|
+
"deprecationReason": null
|
|
15071
|
+
}
|
|
15072
|
+
],
|
|
15073
|
+
"inputFields": null,
|
|
15074
|
+
"interfaces": [],
|
|
15075
|
+
"enumValues": null,
|
|
15076
|
+
"possibleTypes": null
|
|
15077
|
+
},
|
|
15078
|
+
{
|
|
15079
|
+
"kind": "OBJECT",
|
|
15080
|
+
"name": "TokenLimit",
|
|
15081
|
+
"description": null,
|
|
15082
|
+
"fields": [
|
|
15083
|
+
{
|
|
15084
|
+
"name": "address",
|
|
15085
|
+
"description": null,
|
|
15086
|
+
"args": [],
|
|
15087
|
+
"type": {
|
|
15088
|
+
"kind": "SCALAR",
|
|
15089
|
+
"name": "String",
|
|
15090
|
+
"ofType": null
|
|
15091
|
+
},
|
|
15092
|
+
"isDeprecated": false,
|
|
15093
|
+
"deprecationReason": null
|
|
15094
|
+
},
|
|
15095
|
+
{
|
|
15096
|
+
"name": "to",
|
|
15097
|
+
"description": null,
|
|
15098
|
+
"args": [],
|
|
15099
|
+
"type": {
|
|
15100
|
+
"kind": "LIST",
|
|
15101
|
+
"name": null,
|
|
15102
|
+
"ofType": {
|
|
15103
|
+
"kind": "NON_NULL",
|
|
15104
|
+
"name": null,
|
|
15105
|
+
"ofType": {
|
|
15106
|
+
"kind": "SCALAR",
|
|
15107
|
+
"name": "String",
|
|
15108
|
+
"ofType": null
|
|
15109
|
+
}
|
|
15110
|
+
}
|
|
15111
|
+
},
|
|
15112
|
+
"isDeprecated": false,
|
|
15113
|
+
"deprecationReason": null
|
|
15114
|
+
},
|
|
15115
|
+
{
|
|
15116
|
+
"name": "txCount",
|
|
15117
|
+
"description": null,
|
|
15118
|
+
"args": [],
|
|
15119
|
+
"type": {
|
|
15120
|
+
"kind": "SCALAR",
|
|
15121
|
+
"name": "Int",
|
|
15122
|
+
"ofType": null
|
|
15123
|
+
},
|
|
15124
|
+
"isDeprecated": false,
|
|
15125
|
+
"deprecationReason": null
|
|
15126
|
+
},
|
|
15127
|
+
{
|
|
15128
|
+
"name": "txAllowance",
|
|
15129
|
+
"description": null,
|
|
15130
|
+
"args": [],
|
|
15131
|
+
"type": {
|
|
15132
|
+
"kind": "SCALAR",
|
|
15133
|
+
"name": "String",
|
|
15134
|
+
"ofType": null
|
|
15135
|
+
},
|
|
15136
|
+
"isDeprecated": false,
|
|
15137
|
+
"deprecationReason": null
|
|
15138
|
+
},
|
|
15139
|
+
{
|
|
15140
|
+
"name": "totalAllowance",
|
|
15141
|
+
"description": null,
|
|
15142
|
+
"args": [],
|
|
15143
|
+
"type": {
|
|
15144
|
+
"kind": "SCALAR",
|
|
15145
|
+
"name": "String",
|
|
15146
|
+
"ofType": null
|
|
15147
|
+
},
|
|
15148
|
+
"isDeprecated": false,
|
|
15149
|
+
"deprecationReason": null
|
|
15150
|
+
},
|
|
15151
|
+
{
|
|
15152
|
+
"name": "validUntil",
|
|
15153
|
+
"description": null,
|
|
15154
|
+
"args": [],
|
|
15155
|
+
"type": {
|
|
15156
|
+
"kind": "SCALAR",
|
|
15157
|
+
"name": "Int",
|
|
15158
|
+
"ofType": null
|
|
15159
|
+
},
|
|
15160
|
+
"isDeprecated": false,
|
|
15161
|
+
"deprecationReason": null
|
|
15162
|
+
},
|
|
15163
|
+
{
|
|
15164
|
+
"name": "rate",
|
|
15165
|
+
"description": null,
|
|
15166
|
+
"args": [],
|
|
15167
|
+
"type": {
|
|
15168
|
+
"kind": "OBJECT",
|
|
15169
|
+
"name": "RateLimit",
|
|
15170
|
+
"ofType": null
|
|
15171
|
+
},
|
|
15172
|
+
"isDeprecated": false,
|
|
15173
|
+
"deprecationReason": null
|
|
15174
|
+
},
|
|
15175
|
+
{
|
|
15176
|
+
"name": "txSent",
|
|
15177
|
+
"description": null,
|
|
15178
|
+
"args": [],
|
|
15179
|
+
"type": {
|
|
15180
|
+
"kind": "SCALAR",
|
|
15181
|
+
"name": "Int",
|
|
15182
|
+
"ofType": null
|
|
15183
|
+
},
|
|
15184
|
+
"isDeprecated": false,
|
|
15185
|
+
"deprecationReason": null
|
|
15186
|
+
},
|
|
15187
|
+
{
|
|
15188
|
+
"name": "spentAllowance",
|
|
15189
|
+
"description": null,
|
|
15190
|
+
"args": [],
|
|
15191
|
+
"type": {
|
|
15192
|
+
"kind": "SCALAR",
|
|
15193
|
+
"name": "String",
|
|
15194
|
+
"ofType": null
|
|
15195
|
+
},
|
|
15196
|
+
"isDeprecated": false,
|
|
15197
|
+
"deprecationReason": null
|
|
15198
|
+
},
|
|
15199
|
+
{
|
|
15200
|
+
"name": "lastTx",
|
|
15201
|
+
"description": null,
|
|
15202
|
+
"args": [],
|
|
15203
|
+
"type": {
|
|
15204
|
+
"kind": "SCALAR",
|
|
15205
|
+
"name": "Int",
|
|
15206
|
+
"ofType": null
|
|
15207
|
+
},
|
|
15208
|
+
"isDeprecated": false,
|
|
15209
|
+
"deprecationReason": null
|
|
15210
|
+
},
|
|
15211
|
+
{
|
|
15212
|
+
"name": "decimal",
|
|
15213
|
+
"description": null,
|
|
15214
|
+
"args": [],
|
|
15215
|
+
"type": {
|
|
15216
|
+
"kind": "SCALAR",
|
|
15217
|
+
"name": "Int",
|
|
15218
|
+
"ofType": null
|
|
15219
|
+
},
|
|
15220
|
+
"isDeprecated": false,
|
|
15221
|
+
"deprecationReason": null
|
|
15222
|
+
},
|
|
15223
|
+
{
|
|
15224
|
+
"name": "symbol",
|
|
15225
|
+
"description": null,
|
|
15226
|
+
"args": [],
|
|
15227
|
+
"type": {
|
|
15228
|
+
"kind": "SCALAR",
|
|
15229
|
+
"name": "String",
|
|
15230
|
+
"ofType": null
|
|
15231
|
+
},
|
|
15232
|
+
"isDeprecated": false,
|
|
15233
|
+
"deprecationReason": null
|
|
15234
|
+
}
|
|
15235
|
+
],
|
|
15236
|
+
"inputFields": null,
|
|
15237
|
+
"interfaces": [],
|
|
15238
|
+
"enumValues": null,
|
|
15239
|
+
"possibleTypes": null
|
|
15240
|
+
},
|
|
15241
|
+
{
|
|
15242
|
+
"kind": "OBJECT",
|
|
15243
|
+
"name": "TokenState",
|
|
15244
|
+
"description": null,
|
|
15245
|
+
"fields": [
|
|
15246
|
+
{
|
|
15247
|
+
"name": "address",
|
|
15248
|
+
"description": null,
|
|
15249
|
+
"args": [],
|
|
15250
|
+
"type": {
|
|
15251
|
+
"kind": "SCALAR",
|
|
15252
|
+
"name": "String",
|
|
15253
|
+
"ofType": null
|
|
15254
|
+
},
|
|
15255
|
+
"isDeprecated": false,
|
|
15256
|
+
"deprecationReason": null
|
|
15257
|
+
},
|
|
15258
|
+
{
|
|
15259
|
+
"name": "issuer",
|
|
15260
|
+
"description": null,
|
|
15261
|
+
"args": [],
|
|
15262
|
+
"type": {
|
|
15263
|
+
"kind": "SCALAR",
|
|
15264
|
+
"name": "String",
|
|
15265
|
+
"ofType": null
|
|
15266
|
+
},
|
|
15267
|
+
"isDeprecated": false,
|
|
15268
|
+
"deprecationReason": null
|
|
15269
|
+
},
|
|
15270
|
+
{
|
|
15271
|
+
"name": "name",
|
|
14730
15272
|
"description": null,
|
|
14731
15273
|
"args": [],
|
|
14732
15274
|
"type": {
|
|
@@ -14738,7 +15280,7 @@
|
|
|
14738
15280
|
"deprecationReason": null
|
|
14739
15281
|
},
|
|
14740
15282
|
{
|
|
14741
|
-
"name": "
|
|
15283
|
+
"name": "description",
|
|
14742
15284
|
"description": null,
|
|
14743
15285
|
"args": [],
|
|
14744
15286
|
"type": {
|
|
@@ -14748,20 +15290,9 @@
|
|
|
14748
15290
|
},
|
|
14749
15291
|
"isDeprecated": false,
|
|
14750
15292
|
"deprecationReason": null
|
|
14751
|
-
}
|
|
14752
|
-
],
|
|
14753
|
-
"inputFields": null,
|
|
14754
|
-
"interfaces": [],
|
|
14755
|
-
"enumValues": null,
|
|
14756
|
-
"possibleTypes": null
|
|
14757
|
-
},
|
|
14758
|
-
{
|
|
14759
|
-
"kind": "OBJECT",
|
|
14760
|
-
"name": "TokenLimit",
|
|
14761
|
-
"description": null,
|
|
14762
|
-
"fields": [
|
|
15293
|
+
},
|
|
14763
15294
|
{
|
|
14764
|
-
"name": "
|
|
15295
|
+
"name": "symbol",
|
|
14765
15296
|
"description": null,
|
|
14766
15297
|
"args": [],
|
|
14767
15298
|
"type": {
|
|
@@ -14773,27 +15304,19 @@
|
|
|
14773
15304
|
"deprecationReason": null
|
|
14774
15305
|
},
|
|
14775
15306
|
{
|
|
14776
|
-
"name": "
|
|
15307
|
+
"name": "unit",
|
|
14777
15308
|
"description": null,
|
|
14778
15309
|
"args": [],
|
|
14779
15310
|
"type": {
|
|
14780
|
-
"kind": "
|
|
14781
|
-
"name":
|
|
14782
|
-
"ofType":
|
|
14783
|
-
"kind": "NON_NULL",
|
|
14784
|
-
"name": null,
|
|
14785
|
-
"ofType": {
|
|
14786
|
-
"kind": "SCALAR",
|
|
14787
|
-
"name": "String",
|
|
14788
|
-
"ofType": null
|
|
14789
|
-
}
|
|
14790
|
-
}
|
|
15311
|
+
"kind": "SCALAR",
|
|
15312
|
+
"name": "String",
|
|
15313
|
+
"ofType": null
|
|
14791
15314
|
},
|
|
14792
15315
|
"isDeprecated": false,
|
|
14793
15316
|
"deprecationReason": null
|
|
14794
15317
|
},
|
|
14795
15318
|
{
|
|
14796
|
-
"name": "
|
|
15319
|
+
"name": "decimal",
|
|
14797
15320
|
"description": null,
|
|
14798
15321
|
"args": [],
|
|
14799
15322
|
"type": {
|
|
@@ -14805,7 +15328,7 @@
|
|
|
14805
15328
|
"deprecationReason": null
|
|
14806
15329
|
},
|
|
14807
15330
|
{
|
|
14808
|
-
"name": "
|
|
15331
|
+
"name": "icon",
|
|
14809
15332
|
"description": null,
|
|
14810
15333
|
"args": [],
|
|
14811
15334
|
"type": {
|
|
@@ -14817,7 +15340,7 @@
|
|
|
14817
15340
|
"deprecationReason": null
|
|
14818
15341
|
},
|
|
14819
15342
|
{
|
|
14820
|
-
"name": "
|
|
15343
|
+
"name": "totalSupply",
|
|
14821
15344
|
"description": null,
|
|
14822
15345
|
"args": [],
|
|
14823
15346
|
"type": {
|
|
@@ -14829,43 +15352,66 @@
|
|
|
14829
15352
|
"deprecationReason": null
|
|
14830
15353
|
},
|
|
14831
15354
|
{
|
|
14832
|
-
"name": "
|
|
15355
|
+
"name": "foreignToken",
|
|
15356
|
+
"description": null,
|
|
15357
|
+
"args": [],
|
|
15358
|
+
"type": {
|
|
15359
|
+
"kind": "OBJECT",
|
|
15360
|
+
"name": "ForeignToken",
|
|
15361
|
+
"ofType": null
|
|
15362
|
+
},
|
|
15363
|
+
"isDeprecated": false,
|
|
15364
|
+
"deprecationReason": null
|
|
15365
|
+
},
|
|
15366
|
+
{
|
|
15367
|
+
"name": "tokenFactoryAddress",
|
|
14833
15368
|
"description": null,
|
|
14834
15369
|
"args": [],
|
|
14835
15370
|
"type": {
|
|
14836
15371
|
"kind": "SCALAR",
|
|
14837
|
-
"name": "
|
|
15372
|
+
"name": "String",
|
|
14838
15373
|
"ofType": null
|
|
14839
15374
|
},
|
|
14840
15375
|
"isDeprecated": false,
|
|
14841
15376
|
"deprecationReason": null
|
|
14842
15377
|
},
|
|
14843
15378
|
{
|
|
14844
|
-
"name": "
|
|
15379
|
+
"name": "context",
|
|
14845
15380
|
"description": null,
|
|
14846
15381
|
"args": [],
|
|
14847
15382
|
"type": {
|
|
14848
15383
|
"kind": "OBJECT",
|
|
14849
|
-
"name": "
|
|
15384
|
+
"name": "StateContext",
|
|
14850
15385
|
"ofType": null
|
|
14851
15386
|
},
|
|
14852
15387
|
"isDeprecated": false,
|
|
14853
15388
|
"deprecationReason": null
|
|
14854
15389
|
},
|
|
14855
15390
|
{
|
|
14856
|
-
"name": "
|
|
15391
|
+
"name": "data",
|
|
14857
15392
|
"description": null,
|
|
14858
15393
|
"args": [],
|
|
14859
15394
|
"type": {
|
|
14860
|
-
"kind": "
|
|
14861
|
-
"name": "
|
|
15395
|
+
"kind": "OBJECT",
|
|
15396
|
+
"name": "Any",
|
|
14862
15397
|
"ofType": null
|
|
14863
15398
|
},
|
|
14864
15399
|
"isDeprecated": false,
|
|
14865
15400
|
"deprecationReason": null
|
|
14866
|
-
}
|
|
15401
|
+
}
|
|
15402
|
+
],
|
|
15403
|
+
"inputFields": null,
|
|
15404
|
+
"interfaces": [],
|
|
15405
|
+
"enumValues": null,
|
|
15406
|
+
"possibleTypes": null
|
|
15407
|
+
},
|
|
15408
|
+
{
|
|
15409
|
+
"kind": "OBJECT",
|
|
15410
|
+
"name": "TokenSymbol",
|
|
15411
|
+
"description": null,
|
|
15412
|
+
"fields": [
|
|
14867
15413
|
{
|
|
14868
|
-
"name": "
|
|
15414
|
+
"name": "address",
|
|
14869
15415
|
"description": null,
|
|
14870
15416
|
"args": [],
|
|
14871
15417
|
"type": {
|
|
@@ -14877,12 +15423,12 @@
|
|
|
14877
15423
|
"deprecationReason": null
|
|
14878
15424
|
},
|
|
14879
15425
|
{
|
|
14880
|
-
"name": "
|
|
15426
|
+
"name": "symbol",
|
|
14881
15427
|
"description": null,
|
|
14882
15428
|
"args": [],
|
|
14883
15429
|
"type": {
|
|
14884
15430
|
"kind": "SCALAR",
|
|
14885
|
-
"name": "
|
|
15431
|
+
"name": "String",
|
|
14886
15432
|
"ofType": null
|
|
14887
15433
|
},
|
|
14888
15434
|
"isDeprecated": false,
|
|
@@ -14901,7 +15447,7 @@
|
|
|
14901
15447
|
"deprecationReason": null
|
|
14902
15448
|
},
|
|
14903
15449
|
{
|
|
14904
|
-
"name": "
|
|
15450
|
+
"name": "unit",
|
|
14905
15451
|
"description": null,
|
|
14906
15452
|
"args": [],
|
|
14907
15453
|
"type": {
|
|
@@ -14920,11 +15466,11 @@
|
|
|
14920
15466
|
},
|
|
14921
15467
|
{
|
|
14922
15468
|
"kind": "OBJECT",
|
|
14923
|
-
"name": "
|
|
15469
|
+
"name": "CurveConfig",
|
|
14924
15470
|
"description": null,
|
|
14925
15471
|
"fields": [
|
|
14926
15472
|
{
|
|
14927
|
-
"name": "
|
|
15473
|
+
"name": "type",
|
|
14928
15474
|
"description": null,
|
|
14929
15475
|
"args": [],
|
|
14930
15476
|
"type": {
|
|
@@ -14936,7 +15482,7 @@
|
|
|
14936
15482
|
"deprecationReason": null
|
|
14937
15483
|
},
|
|
14938
15484
|
{
|
|
14939
|
-
"name": "
|
|
15485
|
+
"name": "basePrice",
|
|
14940
15486
|
"description": null,
|
|
14941
15487
|
"args": [],
|
|
14942
15488
|
"type": {
|
|
@@ -14948,7 +15494,7 @@
|
|
|
14948
15494
|
"deprecationReason": null
|
|
14949
15495
|
},
|
|
14950
15496
|
{
|
|
14951
|
-
"name": "
|
|
15497
|
+
"name": "fixedPrice",
|
|
14952
15498
|
"description": null,
|
|
14953
15499
|
"args": [],
|
|
14954
15500
|
"type": {
|
|
@@ -14960,7 +15506,7 @@
|
|
|
14960
15506
|
"deprecationReason": null
|
|
14961
15507
|
},
|
|
14962
15508
|
{
|
|
14963
|
-
"name": "
|
|
15509
|
+
"name": "slope",
|
|
14964
15510
|
"description": null,
|
|
14965
15511
|
"args": [],
|
|
14966
15512
|
"type": {
|
|
@@ -14972,19 +15518,30 @@
|
|
|
14972
15518
|
"deprecationReason": null
|
|
14973
15519
|
},
|
|
14974
15520
|
{
|
|
14975
|
-
"name": "
|
|
15521
|
+
"name": "constant",
|
|
14976
15522
|
"description": null,
|
|
14977
15523
|
"args": [],
|
|
14978
15524
|
"type": {
|
|
14979
15525
|
"kind": "SCALAR",
|
|
14980
|
-
"name": "
|
|
15526
|
+
"name": "Int",
|
|
14981
15527
|
"ofType": null
|
|
14982
15528
|
},
|
|
14983
15529
|
"isDeprecated": false,
|
|
14984
15530
|
"deprecationReason": null
|
|
14985
|
-
}
|
|
15531
|
+
}
|
|
15532
|
+
],
|
|
15533
|
+
"inputFields": null,
|
|
15534
|
+
"interfaces": [],
|
|
15535
|
+
"enumValues": null,
|
|
15536
|
+
"possibleTypes": null
|
|
15537
|
+
},
|
|
15538
|
+
{
|
|
15539
|
+
"kind": "OBJECT",
|
|
15540
|
+
"name": "TokenFactoryState",
|
|
15541
|
+
"description": null,
|
|
15542
|
+
"fields": [
|
|
14986
15543
|
{
|
|
14987
|
-
"name": "
|
|
15544
|
+
"name": "address",
|
|
14988
15545
|
"description": null,
|
|
14989
15546
|
"args": [],
|
|
14990
15547
|
"type": {
|
|
@@ -14996,19 +15553,19 @@
|
|
|
14996
15553
|
"deprecationReason": null
|
|
14997
15554
|
},
|
|
14998
15555
|
{
|
|
14999
|
-
"name": "
|
|
15556
|
+
"name": "tokenAddress",
|
|
15000
15557
|
"description": null,
|
|
15001
15558
|
"args": [],
|
|
15002
15559
|
"type": {
|
|
15003
15560
|
"kind": "SCALAR",
|
|
15004
|
-
"name": "
|
|
15561
|
+
"name": "String",
|
|
15005
15562
|
"ofType": null
|
|
15006
15563
|
},
|
|
15007
15564
|
"isDeprecated": false,
|
|
15008
15565
|
"deprecationReason": null
|
|
15009
15566
|
},
|
|
15010
15567
|
{
|
|
15011
|
-
"name": "
|
|
15568
|
+
"name": "reserveAddress",
|
|
15012
15569
|
"description": null,
|
|
15013
15570
|
"args": [],
|
|
15014
15571
|
"type": {
|
|
@@ -15020,7 +15577,7 @@
|
|
|
15020
15577
|
"deprecationReason": null
|
|
15021
15578
|
},
|
|
15022
15579
|
{
|
|
15023
|
-
"name": "
|
|
15580
|
+
"name": "currentSupply",
|
|
15024
15581
|
"description": null,
|
|
15025
15582
|
"args": [],
|
|
15026
15583
|
"type": {
|
|
@@ -15032,95 +15589,84 @@
|
|
|
15032
15589
|
"deprecationReason": null
|
|
15033
15590
|
},
|
|
15034
15591
|
{
|
|
15035
|
-
"name": "
|
|
15592
|
+
"name": "reserveBalance",
|
|
15036
15593
|
"description": null,
|
|
15037
15594
|
"args": [],
|
|
15038
15595
|
"type": {
|
|
15039
|
-
"kind": "
|
|
15040
|
-
"name": "
|
|
15596
|
+
"kind": "SCALAR",
|
|
15597
|
+
"name": "String",
|
|
15041
15598
|
"ofType": null
|
|
15042
15599
|
},
|
|
15043
15600
|
"isDeprecated": false,
|
|
15044
15601
|
"deprecationReason": null
|
|
15045
15602
|
},
|
|
15046
15603
|
{
|
|
15047
|
-
"name": "
|
|
15604
|
+
"name": "feeRate",
|
|
15048
15605
|
"description": null,
|
|
15049
15606
|
"args": [],
|
|
15050
15607
|
"type": {
|
|
15051
|
-
"kind": "
|
|
15052
|
-
"name": "
|
|
15608
|
+
"kind": "SCALAR",
|
|
15609
|
+
"name": "Int",
|
|
15053
15610
|
"ofType": null
|
|
15054
15611
|
},
|
|
15055
15612
|
"isDeprecated": false,
|
|
15056
15613
|
"deprecationReason": null
|
|
15057
15614
|
},
|
|
15058
15615
|
{
|
|
15059
|
-
"name": "
|
|
15616
|
+
"name": "curve",
|
|
15060
15617
|
"description": null,
|
|
15061
15618
|
"args": [],
|
|
15062
15619
|
"type": {
|
|
15063
15620
|
"kind": "OBJECT",
|
|
15064
|
-
"name": "
|
|
15621
|
+
"name": "CurveConfig",
|
|
15065
15622
|
"ofType": null
|
|
15066
15623
|
},
|
|
15067
15624
|
"isDeprecated": false,
|
|
15068
15625
|
"deprecationReason": null
|
|
15069
|
-
}
|
|
15070
|
-
],
|
|
15071
|
-
"inputFields": null,
|
|
15072
|
-
"interfaces": [],
|
|
15073
|
-
"enumValues": null,
|
|
15074
|
-
"possibleTypes": null
|
|
15075
|
-
},
|
|
15076
|
-
{
|
|
15077
|
-
"kind": "OBJECT",
|
|
15078
|
-
"name": "TokenSymbol",
|
|
15079
|
-
"description": null,
|
|
15080
|
-
"fields": [
|
|
15626
|
+
},
|
|
15081
15627
|
{
|
|
15082
|
-
"name": "
|
|
15628
|
+
"name": "context",
|
|
15083
15629
|
"description": null,
|
|
15084
15630
|
"args": [],
|
|
15085
15631
|
"type": {
|
|
15086
|
-
"kind": "
|
|
15087
|
-
"name": "
|
|
15632
|
+
"kind": "OBJECT",
|
|
15633
|
+
"name": "StateContext",
|
|
15088
15634
|
"ofType": null
|
|
15089
15635
|
},
|
|
15090
15636
|
"isDeprecated": false,
|
|
15091
15637
|
"deprecationReason": null
|
|
15092
15638
|
},
|
|
15093
15639
|
{
|
|
15094
|
-
"name": "
|
|
15640
|
+
"name": "token",
|
|
15095
15641
|
"description": null,
|
|
15096
15642
|
"args": [],
|
|
15097
15643
|
"type": {
|
|
15098
|
-
"kind": "
|
|
15099
|
-
"name": "
|
|
15644
|
+
"kind": "OBJECT",
|
|
15645
|
+
"name": "TokenState",
|
|
15100
15646
|
"ofType": null
|
|
15101
15647
|
},
|
|
15102
15648
|
"isDeprecated": false,
|
|
15103
15649
|
"deprecationReason": null
|
|
15104
15650
|
},
|
|
15105
15651
|
{
|
|
15106
|
-
"name": "
|
|
15652
|
+
"name": "reserveToken",
|
|
15107
15653
|
"description": null,
|
|
15108
15654
|
"args": [],
|
|
15109
15655
|
"type": {
|
|
15110
|
-
"kind": "
|
|
15111
|
-
"name": "
|
|
15656
|
+
"kind": "OBJECT",
|
|
15657
|
+
"name": "TokenState",
|
|
15112
15658
|
"ofType": null
|
|
15113
15659
|
},
|
|
15114
15660
|
"isDeprecated": false,
|
|
15115
15661
|
"deprecationReason": null
|
|
15116
15662
|
},
|
|
15117
15663
|
{
|
|
15118
|
-
"name": "
|
|
15664
|
+
"name": "data",
|
|
15119
15665
|
"description": null,
|
|
15120
15666
|
"args": [],
|
|
15121
15667
|
"type": {
|
|
15122
|
-
"kind": "
|
|
15123
|
-
"name": "
|
|
15668
|
+
"kind": "OBJECT",
|
|
15669
|
+
"name": "Any",
|
|
15124
15670
|
"ofType": null
|
|
15125
15671
|
},
|
|
15126
15672
|
"isDeprecated": false,
|
|
@@ -18038,6 +18584,29 @@
|
|
|
18038
18584
|
"isDeprecated": false,
|
|
18039
18585
|
"deprecationReason": null
|
|
18040
18586
|
},
|
|
18587
|
+
{
|
|
18588
|
+
"name": "getTokenFactoryState",
|
|
18589
|
+
"description": null,
|
|
18590
|
+
"args": [
|
|
18591
|
+
{
|
|
18592
|
+
"name": "address",
|
|
18593
|
+
"description": null,
|
|
18594
|
+
"type": {
|
|
18595
|
+
"kind": "SCALAR",
|
|
18596
|
+
"name": "String",
|
|
18597
|
+
"ofType": null
|
|
18598
|
+
},
|
|
18599
|
+
"defaultValue": null
|
|
18600
|
+
}
|
|
18601
|
+
],
|
|
18602
|
+
"type": {
|
|
18603
|
+
"kind": "OBJECT",
|
|
18604
|
+
"name": "ResponseGetTokenFactoryState",
|
|
18605
|
+
"ofType": null
|
|
18606
|
+
},
|
|
18607
|
+
"isDeprecated": false,
|
|
18608
|
+
"deprecationReason": null
|
|
18609
|
+
},
|
|
18041
18610
|
{
|
|
18042
18611
|
"name": "getTx",
|
|
18043
18612
|
"description": null,
|
|
@@ -18568,6 +19137,16 @@
|
|
|
18568
19137
|
"ofType": null
|
|
18569
19138
|
},
|
|
18570
19139
|
"defaultValue": null
|
|
19140
|
+
},
|
|
19141
|
+
{
|
|
19142
|
+
"name": "tokenFactoryFilter",
|
|
19143
|
+
"description": null,
|
|
19144
|
+
"type": {
|
|
19145
|
+
"kind": "INPUT_OBJECT",
|
|
19146
|
+
"name": "TokenFactoryFilterInput",
|
|
19147
|
+
"ofType": null
|
|
19148
|
+
},
|
|
19149
|
+
"defaultValue": null
|
|
18571
19150
|
}
|
|
18572
19151
|
],
|
|
18573
19152
|
"type": {
|
|
@@ -19317,6 +19896,69 @@
|
|
|
19317
19896
|
},
|
|
19318
19897
|
"isDeprecated": false,
|
|
19319
19898
|
"deprecationReason": null
|
|
19899
|
+
},
|
|
19900
|
+
{
|
|
19901
|
+
"name": "listTokenFactories",
|
|
19902
|
+
"description": null,
|
|
19903
|
+
"args": [
|
|
19904
|
+
{
|
|
19905
|
+
"name": "tokenAddress",
|
|
19906
|
+
"description": null,
|
|
19907
|
+
"type": {
|
|
19908
|
+
"kind": "SCALAR",
|
|
19909
|
+
"name": "String",
|
|
19910
|
+
"ofType": null
|
|
19911
|
+
},
|
|
19912
|
+
"defaultValue": null
|
|
19913
|
+
},
|
|
19914
|
+
{
|
|
19915
|
+
"name": "reserveAddress",
|
|
19916
|
+
"description": null,
|
|
19917
|
+
"type": {
|
|
19918
|
+
"kind": "SCALAR",
|
|
19919
|
+
"name": "String",
|
|
19920
|
+
"ofType": null
|
|
19921
|
+
},
|
|
19922
|
+
"defaultValue": null
|
|
19923
|
+
},
|
|
19924
|
+
{
|
|
19925
|
+
"name": "owner",
|
|
19926
|
+
"description": null,
|
|
19927
|
+
"type": {
|
|
19928
|
+
"kind": "SCALAR",
|
|
19929
|
+
"name": "String",
|
|
19930
|
+
"ofType": null
|
|
19931
|
+
},
|
|
19932
|
+
"defaultValue": null
|
|
19933
|
+
},
|
|
19934
|
+
{
|
|
19935
|
+
"name": "paging",
|
|
19936
|
+
"description": null,
|
|
19937
|
+
"type": {
|
|
19938
|
+
"kind": "INPUT_OBJECT",
|
|
19939
|
+
"name": "PageInput",
|
|
19940
|
+
"ofType": null
|
|
19941
|
+
},
|
|
19942
|
+
"defaultValue": null
|
|
19943
|
+
},
|
|
19944
|
+
{
|
|
19945
|
+
"name": "timeFilter",
|
|
19946
|
+
"description": null,
|
|
19947
|
+
"type": {
|
|
19948
|
+
"kind": "INPUT_OBJECT",
|
|
19949
|
+
"name": "TimeFilterInput",
|
|
19950
|
+
"ofType": null
|
|
19951
|
+
},
|
|
19952
|
+
"defaultValue": null
|
|
19953
|
+
}
|
|
19954
|
+
],
|
|
19955
|
+
"type": {
|
|
19956
|
+
"kind": "OBJECT",
|
|
19957
|
+
"name": "ResponseListTokenFactories",
|
|
19958
|
+
"ofType": null
|
|
19959
|
+
},
|
|
19960
|
+
"isDeprecated": false,
|
|
19961
|
+
"deprecationReason": null
|
|
19320
19962
|
}
|
|
19321
19963
|
],
|
|
19322
19964
|
"inputFields": null,
|