@vrplatform/graphql 1.1.3 → 1.1.4
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/build/main/gqty/schema.generated.d.ts +174 -0
- package/build/main/gqty/schema.generated.js +81 -0
- package/build/module/gqty/schema.generated.d.ts +174 -0
- package/build/module/gqty/schema.generated.js +81 -0
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +174 -0
- package/src/gqty/schema.generated.js +81 -0
|
@@ -19950,9 +19950,12 @@ exports.generatedSchema = {
|
|
|
19950
19950
|
centAccountingBalanceStart: { __type: "Int" },
|
|
19951
19951
|
centBalanceEnd: { __type: "bigint" },
|
|
19952
19952
|
centBalanceStart: { __type: "bigint" },
|
|
19953
|
+
centExpenses: { __type: "bigint" },
|
|
19954
|
+
centNetRevenue: { __type: "bigint" },
|
|
19953
19955
|
centPayedOut: { __type: "Int" },
|
|
19954
19956
|
centRentalRevenue: { __type: "Int" },
|
|
19955
19957
|
centTotal: { __type: "bigint" },
|
|
19958
|
+
centTransfer: { __type: "bigint" },
|
|
19956
19959
|
createdAt: { __type: "timestamptz!" },
|
|
19957
19960
|
currency: { __type: "currency_enum" },
|
|
19958
19961
|
endAt: { __type: "timestamptz!" },
|
|
@@ -20141,18 +20144,24 @@ exports.generatedSchema = {
|
|
|
20141
20144
|
centAccountingBalanceStart: { __type: "Float" },
|
|
20142
20145
|
centBalanceEnd: { __type: "Float" },
|
|
20143
20146
|
centBalanceStart: { __type: "Float" },
|
|
20147
|
+
centExpenses: { __type: "Float" },
|
|
20148
|
+
centNetRevenue: { __type: "Float" },
|
|
20144
20149
|
centPayedOut: { __type: "Float" },
|
|
20145
20150
|
centRentalRevenue: { __type: "Float" },
|
|
20146
20151
|
centTotal: { __type: "Float" },
|
|
20152
|
+
centTransfer: { __type: "Float" },
|
|
20147
20153
|
},
|
|
20148
20154
|
owner_statement_avg_order_by: {
|
|
20149
20155
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
20150
20156
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
20151
20157
|
centBalanceEnd: { __type: "order_by" },
|
|
20152
20158
|
centBalanceStart: { __type: "order_by" },
|
|
20159
|
+
centExpenses: { __type: "order_by" },
|
|
20160
|
+
centNetRevenue: { __type: "order_by" },
|
|
20153
20161
|
centPayedOut: { __type: "order_by" },
|
|
20154
20162
|
centRentalRevenue: { __type: "order_by" },
|
|
20155
20163
|
centTotal: { __type: "order_by" },
|
|
20164
|
+
centTransfer: { __type: "order_by" },
|
|
20156
20165
|
},
|
|
20157
20166
|
owner_statement_bool_exp: {
|
|
20158
20167
|
_and: { __type: "[owner_statement_bool_exp!]" },
|
|
@@ -20168,9 +20177,12 @@ exports.generatedSchema = {
|
|
|
20168
20177
|
centAccountingBalanceStart: { __type: "Int_comparison_exp" },
|
|
20169
20178
|
centBalanceEnd: { __type: "bigint_comparison_exp" },
|
|
20170
20179
|
centBalanceStart: { __type: "bigint_comparison_exp" },
|
|
20180
|
+
centExpenses: { __type: "bigint_comparison_exp" },
|
|
20181
|
+
centNetRevenue: { __type: "bigint_comparison_exp" },
|
|
20171
20182
|
centPayedOut: { __type: "Int_comparison_exp" },
|
|
20172
20183
|
centRentalRevenue: { __type: "Int_comparison_exp" },
|
|
20173
20184
|
centTotal: { __type: "bigint_comparison_exp" },
|
|
20185
|
+
centTransfer: { __type: "bigint_comparison_exp" },
|
|
20174
20186
|
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
20175
20187
|
currency: { __type: "currency_enum_comparison_exp" },
|
|
20176
20188
|
endAt: { __type: "timestamptz_comparison_exp" },
|
|
@@ -20229,9 +20241,12 @@ exports.generatedSchema = {
|
|
|
20229
20241
|
centAccountingBalanceStart: { __type: "Int" },
|
|
20230
20242
|
centBalanceEnd: { __type: "bigint" },
|
|
20231
20243
|
centBalanceStart: { __type: "bigint" },
|
|
20244
|
+
centExpenses: { __type: "bigint" },
|
|
20245
|
+
centNetRevenue: { __type: "bigint" },
|
|
20232
20246
|
centPayedOut: { __type: "Int" },
|
|
20233
20247
|
centRentalRevenue: { __type: "Int" },
|
|
20234
20248
|
centTotal: { __type: "bigint" },
|
|
20249
|
+
centTransfer: { __type: "bigint" },
|
|
20235
20250
|
},
|
|
20236
20251
|
owner_statement_insert_input: {
|
|
20237
20252
|
attachedJournalEntries: { __type: "journalEntry_arr_rel_insert_input" },
|
|
@@ -20241,9 +20256,12 @@ exports.generatedSchema = {
|
|
|
20241
20256
|
centAccountingBalanceStart: { __type: "Int" },
|
|
20242
20257
|
centBalanceEnd: { __type: "bigint" },
|
|
20243
20258
|
centBalanceStart: { __type: "bigint" },
|
|
20259
|
+
centExpenses: { __type: "bigint" },
|
|
20260
|
+
centNetRevenue: { __type: "bigint" },
|
|
20244
20261
|
centPayedOut: { __type: "Int" },
|
|
20245
20262
|
centRentalRevenue: { __type: "Int" },
|
|
20246
20263
|
centTotal: { __type: "bigint" },
|
|
20264
|
+
centTransfer: { __type: "bigint" },
|
|
20247
20265
|
createdAt: { __type: "timestamptz" },
|
|
20248
20266
|
currency: { __type: "currency_enum" },
|
|
20249
20267
|
endAt: { __type: "timestamptz" },
|
|
@@ -20959,9 +20977,12 @@ exports.generatedSchema = {
|
|
|
20959
20977
|
centAccountingBalanceStart: { __type: "Int" },
|
|
20960
20978
|
centBalanceEnd: { __type: "bigint" },
|
|
20961
20979
|
centBalanceStart: { __type: "bigint" },
|
|
20980
|
+
centExpenses: { __type: "bigint" },
|
|
20981
|
+
centNetRevenue: { __type: "bigint" },
|
|
20962
20982
|
centPayedOut: { __type: "Int" },
|
|
20963
20983
|
centRentalRevenue: { __type: "Int" },
|
|
20964
20984
|
centTotal: { __type: "bigint" },
|
|
20985
|
+
centTransfer: { __type: "bigint" },
|
|
20965
20986
|
createdAt: { __type: "timestamptz" },
|
|
20966
20987
|
endAt: { __type: "timestamptz" },
|
|
20967
20988
|
id: { __type: "uuid" },
|
|
@@ -20982,9 +21003,12 @@ exports.generatedSchema = {
|
|
|
20982
21003
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
20983
21004
|
centBalanceEnd: { __type: "order_by" },
|
|
20984
21005
|
centBalanceStart: { __type: "order_by" },
|
|
21006
|
+
centExpenses: { __type: "order_by" },
|
|
21007
|
+
centNetRevenue: { __type: "order_by" },
|
|
20985
21008
|
centPayedOut: { __type: "order_by" },
|
|
20986
21009
|
centRentalRevenue: { __type: "order_by" },
|
|
20987
21010
|
centTotal: { __type: "order_by" },
|
|
21011
|
+
centTransfer: { __type: "order_by" },
|
|
20988
21012
|
createdAt: { __type: "order_by" },
|
|
20989
21013
|
endAt: { __type: "order_by" },
|
|
20990
21014
|
id: { __type: "order_by" },
|
|
@@ -21006,9 +21030,12 @@ exports.generatedSchema = {
|
|
|
21006
21030
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21007
21031
|
centBalanceEnd: { __type: "bigint" },
|
|
21008
21032
|
centBalanceStart: { __type: "bigint" },
|
|
21033
|
+
centExpenses: { __type: "bigint" },
|
|
21034
|
+
centNetRevenue: { __type: "bigint" },
|
|
21009
21035
|
centPayedOut: { __type: "Int" },
|
|
21010
21036
|
centRentalRevenue: { __type: "Int" },
|
|
21011
21037
|
centTotal: { __type: "bigint" },
|
|
21038
|
+
centTransfer: { __type: "bigint" },
|
|
21012
21039
|
createdAt: { __type: "timestamptz" },
|
|
21013
21040
|
endAt: { __type: "timestamptz" },
|
|
21014
21041
|
id: { __type: "uuid" },
|
|
@@ -21029,9 +21056,12 @@ exports.generatedSchema = {
|
|
|
21029
21056
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21030
21057
|
centBalanceEnd: { __type: "order_by" },
|
|
21031
21058
|
centBalanceStart: { __type: "order_by" },
|
|
21059
|
+
centExpenses: { __type: "order_by" },
|
|
21060
|
+
centNetRevenue: { __type: "order_by" },
|
|
21032
21061
|
centPayedOut: { __type: "order_by" },
|
|
21033
21062
|
centRentalRevenue: { __type: "order_by" },
|
|
21034
21063
|
centTotal: { __type: "order_by" },
|
|
21064
|
+
centTransfer: { __type: "order_by" },
|
|
21035
21065
|
createdAt: { __type: "order_by" },
|
|
21036
21066
|
endAt: { __type: "order_by" },
|
|
21037
21067
|
id: { __type: "order_by" },
|
|
@@ -21070,9 +21100,12 @@ exports.generatedSchema = {
|
|
|
21070
21100
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21071
21101
|
centBalanceEnd: { __type: "order_by" },
|
|
21072
21102
|
centBalanceStart: { __type: "order_by" },
|
|
21103
|
+
centExpenses: { __type: "order_by" },
|
|
21104
|
+
centNetRevenue: { __type: "order_by" },
|
|
21073
21105
|
centPayedOut: { __type: "order_by" },
|
|
21074
21106
|
centRentalRevenue: { __type: "order_by" },
|
|
21075
21107
|
centTotal: { __type: "order_by" },
|
|
21108
|
+
centTransfer: { __type: "order_by" },
|
|
21076
21109
|
createdAt: { __type: "order_by" },
|
|
21077
21110
|
currency: { __type: "order_by" },
|
|
21078
21111
|
endAt: { __type: "order_by" },
|
|
@@ -21362,9 +21395,12 @@ exports.generatedSchema = {
|
|
|
21362
21395
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21363
21396
|
centBalanceEnd: { __type: "bigint" },
|
|
21364
21397
|
centBalanceStart: { __type: "bigint" },
|
|
21398
|
+
centExpenses: { __type: "bigint" },
|
|
21399
|
+
centNetRevenue: { __type: "bigint" },
|
|
21365
21400
|
centPayedOut: { __type: "Int" },
|
|
21366
21401
|
centRentalRevenue: { __type: "Int" },
|
|
21367
21402
|
centTotal: { __type: "bigint" },
|
|
21403
|
+
centTransfer: { __type: "bigint" },
|
|
21368
21404
|
createdAt: { __type: "timestamptz" },
|
|
21369
21405
|
currency: { __type: "currency_enum" },
|
|
21370
21406
|
endAt: { __type: "timestamptz" },
|
|
@@ -21459,18 +21495,24 @@ exports.generatedSchema = {
|
|
|
21459
21495
|
centAccountingBalanceStart: { __type: "Float" },
|
|
21460
21496
|
centBalanceEnd: { __type: "Float" },
|
|
21461
21497
|
centBalanceStart: { __type: "Float" },
|
|
21498
|
+
centExpenses: { __type: "Float" },
|
|
21499
|
+
centNetRevenue: { __type: "Float" },
|
|
21462
21500
|
centPayedOut: { __type: "Float" },
|
|
21463
21501
|
centRentalRevenue: { __type: "Float" },
|
|
21464
21502
|
centTotal: { __type: "Float" },
|
|
21503
|
+
centTransfer: { __type: "Float" },
|
|
21465
21504
|
},
|
|
21466
21505
|
owner_statement_stddev_order_by: {
|
|
21467
21506
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21468
21507
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21469
21508
|
centBalanceEnd: { __type: "order_by" },
|
|
21470
21509
|
centBalanceStart: { __type: "order_by" },
|
|
21510
|
+
centExpenses: { __type: "order_by" },
|
|
21511
|
+
centNetRevenue: { __type: "order_by" },
|
|
21471
21512
|
centPayedOut: { __type: "order_by" },
|
|
21472
21513
|
centRentalRevenue: { __type: "order_by" },
|
|
21473
21514
|
centTotal: { __type: "order_by" },
|
|
21515
|
+
centTransfer: { __type: "order_by" },
|
|
21474
21516
|
},
|
|
21475
21517
|
owner_statement_stddev_pop_fields: {
|
|
21476
21518
|
__typename: { __type: "String!" },
|
|
@@ -21478,18 +21520,24 @@ exports.generatedSchema = {
|
|
|
21478
21520
|
centAccountingBalanceStart: { __type: "Float" },
|
|
21479
21521
|
centBalanceEnd: { __type: "Float" },
|
|
21480
21522
|
centBalanceStart: { __type: "Float" },
|
|
21523
|
+
centExpenses: { __type: "Float" },
|
|
21524
|
+
centNetRevenue: { __type: "Float" },
|
|
21481
21525
|
centPayedOut: { __type: "Float" },
|
|
21482
21526
|
centRentalRevenue: { __type: "Float" },
|
|
21483
21527
|
centTotal: { __type: "Float" },
|
|
21528
|
+
centTransfer: { __type: "Float" },
|
|
21484
21529
|
},
|
|
21485
21530
|
owner_statement_stddev_pop_order_by: {
|
|
21486
21531
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21487
21532
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21488
21533
|
centBalanceEnd: { __type: "order_by" },
|
|
21489
21534
|
centBalanceStart: { __type: "order_by" },
|
|
21535
|
+
centExpenses: { __type: "order_by" },
|
|
21536
|
+
centNetRevenue: { __type: "order_by" },
|
|
21490
21537
|
centPayedOut: { __type: "order_by" },
|
|
21491
21538
|
centRentalRevenue: { __type: "order_by" },
|
|
21492
21539
|
centTotal: { __type: "order_by" },
|
|
21540
|
+
centTransfer: { __type: "order_by" },
|
|
21493
21541
|
},
|
|
21494
21542
|
owner_statement_stddev_samp_fields: {
|
|
21495
21543
|
__typename: { __type: "String!" },
|
|
@@ -21497,18 +21545,24 @@ exports.generatedSchema = {
|
|
|
21497
21545
|
centAccountingBalanceStart: { __type: "Float" },
|
|
21498
21546
|
centBalanceEnd: { __type: "Float" },
|
|
21499
21547
|
centBalanceStart: { __type: "Float" },
|
|
21548
|
+
centExpenses: { __type: "Float" },
|
|
21549
|
+
centNetRevenue: { __type: "Float" },
|
|
21500
21550
|
centPayedOut: { __type: "Float" },
|
|
21501
21551
|
centRentalRevenue: { __type: "Float" },
|
|
21502
21552
|
centTotal: { __type: "Float" },
|
|
21553
|
+
centTransfer: { __type: "Float" },
|
|
21503
21554
|
},
|
|
21504
21555
|
owner_statement_stddev_samp_order_by: {
|
|
21505
21556
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21506
21557
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21507
21558
|
centBalanceEnd: { __type: "order_by" },
|
|
21508
21559
|
centBalanceStart: { __type: "order_by" },
|
|
21560
|
+
centExpenses: { __type: "order_by" },
|
|
21561
|
+
centNetRevenue: { __type: "order_by" },
|
|
21509
21562
|
centPayedOut: { __type: "order_by" },
|
|
21510
21563
|
centRentalRevenue: { __type: "order_by" },
|
|
21511
21564
|
centTotal: { __type: "order_by" },
|
|
21565
|
+
centTransfer: { __type: "order_by" },
|
|
21512
21566
|
},
|
|
21513
21567
|
owner_statement_stream_cursor_input: {
|
|
21514
21568
|
initial_value: { __type: "owner_statement_stream_cursor_value_input!" },
|
|
@@ -21520,9 +21574,12 @@ exports.generatedSchema = {
|
|
|
21520
21574
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21521
21575
|
centBalanceEnd: { __type: "bigint" },
|
|
21522
21576
|
centBalanceStart: { __type: "bigint" },
|
|
21577
|
+
centExpenses: { __type: "bigint" },
|
|
21578
|
+
centNetRevenue: { __type: "bigint" },
|
|
21523
21579
|
centPayedOut: { __type: "Int" },
|
|
21524
21580
|
centRentalRevenue: { __type: "Int" },
|
|
21525
21581
|
centTotal: { __type: "bigint" },
|
|
21582
|
+
centTransfer: { __type: "bigint" },
|
|
21526
21583
|
createdAt: { __type: "timestamptz" },
|
|
21527
21584
|
currency: { __type: "currency_enum" },
|
|
21528
21585
|
endAt: { __type: "timestamptz" },
|
|
@@ -21548,18 +21605,24 @@ exports.generatedSchema = {
|
|
|
21548
21605
|
centAccountingBalanceStart: { __type: "Int" },
|
|
21549
21606
|
centBalanceEnd: { __type: "bigint" },
|
|
21550
21607
|
centBalanceStart: { __type: "bigint" },
|
|
21608
|
+
centExpenses: { __type: "bigint" },
|
|
21609
|
+
centNetRevenue: { __type: "bigint" },
|
|
21551
21610
|
centPayedOut: { __type: "Int" },
|
|
21552
21611
|
centRentalRevenue: { __type: "Int" },
|
|
21553
21612
|
centTotal: { __type: "bigint" },
|
|
21613
|
+
centTransfer: { __type: "bigint" },
|
|
21554
21614
|
},
|
|
21555
21615
|
owner_statement_sum_order_by: {
|
|
21556
21616
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21557
21617
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21558
21618
|
centBalanceEnd: { __type: "order_by" },
|
|
21559
21619
|
centBalanceStart: { __type: "order_by" },
|
|
21620
|
+
centExpenses: { __type: "order_by" },
|
|
21621
|
+
centNetRevenue: { __type: "order_by" },
|
|
21560
21622
|
centPayedOut: { __type: "order_by" },
|
|
21561
21623
|
centRentalRevenue: { __type: "order_by" },
|
|
21562
21624
|
centTotal: { __type: "order_by" },
|
|
21625
|
+
centTransfer: { __type: "order_by" },
|
|
21563
21626
|
},
|
|
21564
21627
|
owner_statement_template: {
|
|
21565
21628
|
__typename: { __type: "String!" },
|
|
@@ -21815,18 +21878,24 @@ exports.generatedSchema = {
|
|
|
21815
21878
|
centAccountingBalanceStart: { __type: "Float" },
|
|
21816
21879
|
centBalanceEnd: { __type: "Float" },
|
|
21817
21880
|
centBalanceStart: { __type: "Float" },
|
|
21881
|
+
centExpenses: { __type: "Float" },
|
|
21882
|
+
centNetRevenue: { __type: "Float" },
|
|
21818
21883
|
centPayedOut: { __type: "Float" },
|
|
21819
21884
|
centRentalRevenue: { __type: "Float" },
|
|
21820
21885
|
centTotal: { __type: "Float" },
|
|
21886
|
+
centTransfer: { __type: "Float" },
|
|
21821
21887
|
},
|
|
21822
21888
|
owner_statement_var_pop_order_by: {
|
|
21823
21889
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21824
21890
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21825
21891
|
centBalanceEnd: { __type: "order_by" },
|
|
21826
21892
|
centBalanceStart: { __type: "order_by" },
|
|
21893
|
+
centExpenses: { __type: "order_by" },
|
|
21894
|
+
centNetRevenue: { __type: "order_by" },
|
|
21827
21895
|
centPayedOut: { __type: "order_by" },
|
|
21828
21896
|
centRentalRevenue: { __type: "order_by" },
|
|
21829
21897
|
centTotal: { __type: "order_by" },
|
|
21898
|
+
centTransfer: { __type: "order_by" },
|
|
21830
21899
|
},
|
|
21831
21900
|
owner_statement_var_samp_fields: {
|
|
21832
21901
|
__typename: { __type: "String!" },
|
|
@@ -21834,18 +21903,24 @@ exports.generatedSchema = {
|
|
|
21834
21903
|
centAccountingBalanceStart: { __type: "Float" },
|
|
21835
21904
|
centBalanceEnd: { __type: "Float" },
|
|
21836
21905
|
centBalanceStart: { __type: "Float" },
|
|
21906
|
+
centExpenses: { __type: "Float" },
|
|
21907
|
+
centNetRevenue: { __type: "Float" },
|
|
21837
21908
|
centPayedOut: { __type: "Float" },
|
|
21838
21909
|
centRentalRevenue: { __type: "Float" },
|
|
21839
21910
|
centTotal: { __type: "Float" },
|
|
21911
|
+
centTransfer: { __type: "Float" },
|
|
21840
21912
|
},
|
|
21841
21913
|
owner_statement_var_samp_order_by: {
|
|
21842
21914
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21843
21915
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21844
21916
|
centBalanceEnd: { __type: "order_by" },
|
|
21845
21917
|
centBalanceStart: { __type: "order_by" },
|
|
21918
|
+
centExpenses: { __type: "order_by" },
|
|
21919
|
+
centNetRevenue: { __type: "order_by" },
|
|
21846
21920
|
centPayedOut: { __type: "order_by" },
|
|
21847
21921
|
centRentalRevenue: { __type: "order_by" },
|
|
21848
21922
|
centTotal: { __type: "order_by" },
|
|
21923
|
+
centTransfer: { __type: "order_by" },
|
|
21849
21924
|
},
|
|
21850
21925
|
owner_statement_variance_fields: {
|
|
21851
21926
|
__typename: { __type: "String!" },
|
|
@@ -21853,18 +21928,24 @@ exports.generatedSchema = {
|
|
|
21853
21928
|
centAccountingBalanceStart: { __type: "Float" },
|
|
21854
21929
|
centBalanceEnd: { __type: "Float" },
|
|
21855
21930
|
centBalanceStart: { __type: "Float" },
|
|
21931
|
+
centExpenses: { __type: "Float" },
|
|
21932
|
+
centNetRevenue: { __type: "Float" },
|
|
21856
21933
|
centPayedOut: { __type: "Float" },
|
|
21857
21934
|
centRentalRevenue: { __type: "Float" },
|
|
21858
21935
|
centTotal: { __type: "Float" },
|
|
21936
|
+
centTransfer: { __type: "Float" },
|
|
21859
21937
|
},
|
|
21860
21938
|
owner_statement_variance_order_by: {
|
|
21861
21939
|
centAccountingBalanceEnd: { __type: "order_by" },
|
|
21862
21940
|
centAccountingBalanceStart: { __type: "order_by" },
|
|
21863
21941
|
centBalanceEnd: { __type: "order_by" },
|
|
21864
21942
|
centBalanceStart: { __type: "order_by" },
|
|
21943
|
+
centExpenses: { __type: "order_by" },
|
|
21944
|
+
centNetRevenue: { __type: "order_by" },
|
|
21865
21945
|
centPayedOut: { __type: "order_by" },
|
|
21866
21946
|
centRentalRevenue: { __type: "order_by" },
|
|
21867
21947
|
centTotal: { __type: "order_by" },
|
|
21948
|
+
centTransfer: { __type: "order_by" },
|
|
21868
21949
|
},
|
|
21869
21950
|
owner_status: {
|
|
21870
21951
|
__typename: { __type: "String!" },
|