@vrplatform/graphql 1.1.15 → 1.1.18
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 +40 -1577
- package/build/main/gqty/schema.generated.js +20 -671
- package/build/module/gqty/schema.generated.d.ts +40 -1577
- package/build/module/gqty/schema.generated.js +20 -671
- package/package.json +1 -1
- package/src/gqty/schema.generated.d.ts +40 -1577
- package/src/gqty/schema.generated.js +20 -671
|
@@ -239,15 +239,7 @@ exports.scalarsEnumsHash = {
|
|
|
239
239
|
listing_owner_role_update_column: true,
|
|
240
240
|
listing_owner_select_column: true,
|
|
241
241
|
listing_owner_update_column: true,
|
|
242
|
-
listing_pms_status_constraint: true,
|
|
243
|
-
listing_pms_status_enum: true,
|
|
244
|
-
listing_pms_status_select_column: true,
|
|
245
|
-
listing_pms_status_update_column: true,
|
|
246
242
|
listing_select_column: true,
|
|
247
|
-
listing_status_constraint: true,
|
|
248
|
-
listing_status_enum: true,
|
|
249
|
-
listing_status_select_column: true,
|
|
250
|
-
listing_status_update_column: true,
|
|
251
243
|
listing_update_column: true,
|
|
252
244
|
metricsActiveListingCreatedReturnType_enum_name: true,
|
|
253
245
|
metricsBankRecordBalancesReturnType_enum_name: true,
|
|
@@ -272,10 +264,6 @@ exports.scalarsEnumsHash = {
|
|
|
272
264
|
ownerStatementLayoutListing_select_column: true,
|
|
273
265
|
ownerStatementLayoutListing_update_column: true,
|
|
274
266
|
owner_constraint: true,
|
|
275
|
-
owner_pms_status_constraint: true,
|
|
276
|
-
owner_pms_status_enum: true,
|
|
277
|
-
owner_pms_status_select_column: true,
|
|
278
|
-
owner_pms_status_update_column: true,
|
|
279
267
|
owner_select_column: true,
|
|
280
268
|
owner_select_column_owner_aggregate_bool_exp_bool_and_arguments_columns: true,
|
|
281
269
|
owner_select_column_owner_aggregate_bool_exp_bool_or_arguments_columns: true,
|
|
@@ -300,10 +288,6 @@ exports.scalarsEnumsHash = {
|
|
|
300
288
|
owner_statement_template_select_column: true,
|
|
301
289
|
owner_statement_template_update_column: true,
|
|
302
290
|
owner_statement_update_column: true,
|
|
303
|
-
owner_status_constraint: true,
|
|
304
|
-
owner_status_enum: true,
|
|
305
|
-
owner_status_select_column: true,
|
|
306
|
-
owner_status_update_column: true,
|
|
307
291
|
owner_type_constraint: true,
|
|
308
292
|
owner_type_enum: true,
|
|
309
293
|
owner_type_select_column: true,
|
|
@@ -10520,7 +10504,7 @@ exports.generatedSchema = {
|
|
|
10520
10504
|
},
|
|
10521
10505
|
},
|
|
10522
10506
|
pmsAddressData: { __type: "jsonb", __args: { path: "String" } },
|
|
10523
|
-
pmsStatus: { __type: "
|
|
10507
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
10524
10508
|
recurringFeeSubscriptions: {
|
|
10525
10509
|
__type: "[recurringFeeListingSubscription!]!",
|
|
10526
10510
|
__args: {
|
|
@@ -10623,7 +10607,7 @@ exports.generatedSchema = {
|
|
|
10623
10607
|
},
|
|
10624
10608
|
source: { __type: "source" },
|
|
10625
10609
|
sourceId: { __type: "uuid" },
|
|
10626
|
-
status: { __type: "
|
|
10610
|
+
status: { __type: "activeStatus_enum" },
|
|
10627
10611
|
tenant: { __type: "tenant!" },
|
|
10628
10612
|
tenantId: { __type: "uuid!" },
|
|
10629
10613
|
title: { __type: "String" },
|
|
@@ -11361,7 +11345,7 @@ exports.generatedSchema = {
|
|
|
11361
11345
|
paymentLines: { __type: "payment_line_bool_exp" },
|
|
11362
11346
|
paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
|
|
11363
11347
|
pmsAddressData: { __type: "jsonb_comparison_exp" },
|
|
11364
|
-
pmsStatus: { __type: "
|
|
11348
|
+
pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
11365
11349
|
recurringFeeSubscriptions: {
|
|
11366
11350
|
__type: "recurringFeeListingSubscription_bool_exp",
|
|
11367
11351
|
},
|
|
@@ -11378,7 +11362,7 @@ exports.generatedSchema = {
|
|
|
11378
11362
|
settings_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
11379
11363
|
source: { __type: "source_bool_exp" },
|
|
11380
11364
|
sourceId: { __type: "uuid_comparison_exp" },
|
|
11381
|
-
status: { __type: "
|
|
11365
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
11382
11366
|
tenant: { __type: "tenant_bool_exp" },
|
|
11383
11367
|
tenantId: { __type: "uuid_comparison_exp" },
|
|
11384
11368
|
title: { __type: "String_comparison_exp" },
|
|
@@ -12082,7 +12066,7 @@ exports.generatedSchema = {
|
|
|
12082
12066
|
ownerships: { __type: "listing_owner_arr_rel_insert_input" },
|
|
12083
12067
|
paymentLines: { __type: "payment_line_arr_rel_insert_input" },
|
|
12084
12068
|
pmsAddressData: { __type: "jsonb" },
|
|
12085
|
-
pmsStatus: { __type: "
|
|
12069
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
12086
12070
|
recurringFeeSubscriptions: {
|
|
12087
12071
|
__type: "recurringFeeListingSubscription_arr_rel_insert_input",
|
|
12088
12072
|
},
|
|
@@ -12092,7 +12076,7 @@ exports.generatedSchema = {
|
|
|
12092
12076
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
12093
12077
|
source: { __type: "source_obj_rel_insert_input" },
|
|
12094
12078
|
sourceId: { __type: "uuid" },
|
|
12095
|
-
status: { __type: "
|
|
12079
|
+
status: { __type: "activeStatus_enum" },
|
|
12096
12080
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
12097
12081
|
tenantId: { __type: "uuid" },
|
|
12098
12082
|
title: { __type: "String" },
|
|
@@ -12654,71 +12638,6 @@ exports.generatedSchema = {
|
|
|
12654
12638
|
},
|
|
12655
12639
|
listing_owner_variance_order_by: { split: { __type: "order_by" } },
|
|
12656
12640
|
listing_pk_columns_input: { id: { __type: "uuid!" } },
|
|
12657
|
-
listing_pms_status: {
|
|
12658
|
-
__typename: { __type: "String!" },
|
|
12659
|
-
name: { __type: "String!" },
|
|
12660
|
-
},
|
|
12661
|
-
listing_pms_status_aggregate: {
|
|
12662
|
-
__typename: { __type: "String!" },
|
|
12663
|
-
aggregate: { __type: "listing_pms_status_aggregate_fields" },
|
|
12664
|
-
nodes: { __type: "[listing_pms_status!]!" },
|
|
12665
|
-
},
|
|
12666
|
-
listing_pms_status_aggregate_fields: {
|
|
12667
|
-
__typename: { __type: "String!" },
|
|
12668
|
-
count: {
|
|
12669
|
-
__type: "Int!",
|
|
12670
|
-
__args: {
|
|
12671
|
-
columns: "[listing_pms_status_select_column!]",
|
|
12672
|
-
distinct: "Boolean",
|
|
12673
|
-
},
|
|
12674
|
-
},
|
|
12675
|
-
max: { __type: "listing_pms_status_max_fields" },
|
|
12676
|
-
min: { __type: "listing_pms_status_min_fields" },
|
|
12677
|
-
},
|
|
12678
|
-
listing_pms_status_bool_exp: {
|
|
12679
|
-
_and: { __type: "[listing_pms_status_bool_exp!]" },
|
|
12680
|
-
_not: { __type: "listing_pms_status_bool_exp" },
|
|
12681
|
-
_or: { __type: "[listing_pms_status_bool_exp!]" },
|
|
12682
|
-
name: { __type: "String_comparison_exp" },
|
|
12683
|
-
},
|
|
12684
|
-
listing_pms_status_enum_comparison_exp: {
|
|
12685
|
-
_eq: { __type: "listing_pms_status_enum" },
|
|
12686
|
-
_in: { __type: "[listing_pms_status_enum!]" },
|
|
12687
|
-
_is_null: { __type: "Boolean" },
|
|
12688
|
-
_neq: { __type: "listing_pms_status_enum" },
|
|
12689
|
-
_nin: { __type: "[listing_pms_status_enum!]" },
|
|
12690
|
-
},
|
|
12691
|
-
listing_pms_status_insert_input: { name: { __type: "String" } },
|
|
12692
|
-
listing_pms_status_max_fields: {
|
|
12693
|
-
__typename: { __type: "String!" },
|
|
12694
|
-
name: { __type: "String" },
|
|
12695
|
-
},
|
|
12696
|
-
listing_pms_status_min_fields: {
|
|
12697
|
-
__typename: { __type: "String!" },
|
|
12698
|
-
name: { __type: "String" },
|
|
12699
|
-
},
|
|
12700
|
-
listing_pms_status_mutation_response: {
|
|
12701
|
-
__typename: { __type: "String!" },
|
|
12702
|
-
affected_rows: { __type: "Int!" },
|
|
12703
|
-
returning: { __type: "[listing_pms_status!]!" },
|
|
12704
|
-
},
|
|
12705
|
-
listing_pms_status_on_conflict: {
|
|
12706
|
-
constraint: { __type: "listing_pms_status_constraint!" },
|
|
12707
|
-
update_columns: { __type: "[listing_pms_status_update_column!]!" },
|
|
12708
|
-
where: { __type: "listing_pms_status_bool_exp" },
|
|
12709
|
-
},
|
|
12710
|
-
listing_pms_status_order_by: { name: { __type: "order_by" } },
|
|
12711
|
-
listing_pms_status_pk_columns_input: { name: { __type: "String!" } },
|
|
12712
|
-
listing_pms_status_set_input: { name: { __type: "String" } },
|
|
12713
|
-
listing_pms_status_stream_cursor_input: {
|
|
12714
|
-
initial_value: { __type: "listing_pms_status_stream_cursor_value_input!" },
|
|
12715
|
-
ordering: { __type: "cursor_ordering" },
|
|
12716
|
-
},
|
|
12717
|
-
listing_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
12718
|
-
listing_pms_status_updates: {
|
|
12719
|
-
_set: { __type: "listing_pms_status_set_input" },
|
|
12720
|
-
where: { __type: "listing_pms_status_bool_exp!" },
|
|
12721
|
-
},
|
|
12722
12641
|
listing_prepend_input: {
|
|
12723
12642
|
addressData: { __type: "jsonb" },
|
|
12724
12643
|
metadata: { __type: "jsonb" },
|
|
@@ -12746,79 +12665,14 @@ exports.generatedSchema = {
|
|
|
12746
12665
|
name: { __type: "String" },
|
|
12747
12666
|
ownerContactId: { __type: "uuid" },
|
|
12748
12667
|
pmsAddressData: { __type: "jsonb" },
|
|
12749
|
-
pmsStatus: { __type: "
|
|
12668
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
12750
12669
|
sourceId: { __type: "uuid" },
|
|
12751
|
-
status: { __type: "
|
|
12670
|
+
status: { __type: "activeStatus_enum" },
|
|
12752
12671
|
tenantId: { __type: "uuid" },
|
|
12753
12672
|
title: { __type: "String" },
|
|
12754
12673
|
uniqueRef: { __type: "String" },
|
|
12755
12674
|
updatedAt: { __type: "timestamptz" },
|
|
12756
12675
|
},
|
|
12757
|
-
listing_status: {
|
|
12758
|
-
__typename: { __type: "String!" },
|
|
12759
|
-
name: { __type: "String!" },
|
|
12760
|
-
},
|
|
12761
|
-
listing_status_aggregate: {
|
|
12762
|
-
__typename: { __type: "String!" },
|
|
12763
|
-
aggregate: { __type: "listing_status_aggregate_fields" },
|
|
12764
|
-
nodes: { __type: "[listing_status!]!" },
|
|
12765
|
-
},
|
|
12766
|
-
listing_status_aggregate_fields: {
|
|
12767
|
-
__typename: { __type: "String!" },
|
|
12768
|
-
count: {
|
|
12769
|
-
__type: "Int!",
|
|
12770
|
-
__args: {
|
|
12771
|
-
columns: "[listing_status_select_column!]",
|
|
12772
|
-
distinct: "Boolean",
|
|
12773
|
-
},
|
|
12774
|
-
},
|
|
12775
|
-
max: { __type: "listing_status_max_fields" },
|
|
12776
|
-
min: { __type: "listing_status_min_fields" },
|
|
12777
|
-
},
|
|
12778
|
-
listing_status_bool_exp: {
|
|
12779
|
-
_and: { __type: "[listing_status_bool_exp!]" },
|
|
12780
|
-
_not: { __type: "listing_status_bool_exp" },
|
|
12781
|
-
_or: { __type: "[listing_status_bool_exp!]" },
|
|
12782
|
-
name: { __type: "String_comparison_exp" },
|
|
12783
|
-
},
|
|
12784
|
-
listing_status_enum_comparison_exp: {
|
|
12785
|
-
_eq: { __type: "listing_status_enum" },
|
|
12786
|
-
_in: { __type: "[listing_status_enum!]" },
|
|
12787
|
-
_is_null: { __type: "Boolean" },
|
|
12788
|
-
_neq: { __type: "listing_status_enum" },
|
|
12789
|
-
_nin: { __type: "[listing_status_enum!]" },
|
|
12790
|
-
},
|
|
12791
|
-
listing_status_insert_input: { name: { __type: "String" } },
|
|
12792
|
-
listing_status_max_fields: {
|
|
12793
|
-
__typename: { __type: "String!" },
|
|
12794
|
-
name: { __type: "String" },
|
|
12795
|
-
},
|
|
12796
|
-
listing_status_min_fields: {
|
|
12797
|
-
__typename: { __type: "String!" },
|
|
12798
|
-
name: { __type: "String" },
|
|
12799
|
-
},
|
|
12800
|
-
listing_status_mutation_response: {
|
|
12801
|
-
__typename: { __type: "String!" },
|
|
12802
|
-
affected_rows: { __type: "Int!" },
|
|
12803
|
-
returning: { __type: "[listing_status!]!" },
|
|
12804
|
-
},
|
|
12805
|
-
listing_status_on_conflict: {
|
|
12806
|
-
constraint: { __type: "listing_status_constraint!" },
|
|
12807
|
-
update_columns: { __type: "[listing_status_update_column!]!" },
|
|
12808
|
-
where: { __type: "listing_status_bool_exp" },
|
|
12809
|
-
},
|
|
12810
|
-
listing_status_order_by: { name: { __type: "order_by" } },
|
|
12811
|
-
listing_status_pk_columns_input: { name: { __type: "String!" } },
|
|
12812
|
-
listing_status_set_input: { name: { __type: "String" } },
|
|
12813
|
-
listing_status_stream_cursor_input: {
|
|
12814
|
-
initial_value: { __type: "listing_status_stream_cursor_value_input!" },
|
|
12815
|
-
ordering: { __type: "cursor_ordering" },
|
|
12816
|
-
},
|
|
12817
|
-
listing_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
12818
|
-
listing_status_updates: {
|
|
12819
|
-
_set: { __type: "listing_status_set_input" },
|
|
12820
|
-
where: { __type: "listing_status_bool_exp!" },
|
|
12821
|
-
},
|
|
12822
12676
|
listing_stddev_fields: {
|
|
12823
12677
|
__typename: { __type: "String!" },
|
|
12824
12678
|
bedrooms: { __type: "Float" },
|
|
@@ -12887,9 +12741,9 @@ exports.generatedSchema = {
|
|
|
12887
12741
|
name: { __type: "String" },
|
|
12888
12742
|
ownerContactId: { __type: "uuid" },
|
|
12889
12743
|
pmsAddressData: { __type: "jsonb" },
|
|
12890
|
-
pmsStatus: { __type: "
|
|
12744
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
12891
12745
|
sourceId: { __type: "uuid" },
|
|
12892
|
-
status: { __type: "
|
|
12746
|
+
status: { __type: "activeStatus_enum" },
|
|
12893
12747
|
tenantId: { __type: "uuid" },
|
|
12894
12748
|
title: { __type: "String" },
|
|
12895
12749
|
uniqueRef: { __type: "String" },
|
|
@@ -14322,38 +14176,6 @@ exports.generatedSchema = {
|
|
|
14322
14176
|
__type: "listing_owner_role",
|
|
14323
14177
|
__args: { name: "String!" },
|
|
14324
14178
|
},
|
|
14325
|
-
delete_listing_pms_status: {
|
|
14326
|
-
__type: "listing_pms_status_mutation_response",
|
|
14327
|
-
__args: { where: "listing_pms_status_bool_exp!" },
|
|
14328
|
-
},
|
|
14329
|
-
delete_listing_pms_status_by_pk: {
|
|
14330
|
-
__type: "listing_pms_status",
|
|
14331
|
-
__args: { name: "String!" },
|
|
14332
|
-
},
|
|
14333
|
-
delete_listing_status: {
|
|
14334
|
-
__type: "listing_status_mutation_response",
|
|
14335
|
-
__args: { where: "listing_status_bool_exp!" },
|
|
14336
|
-
},
|
|
14337
|
-
delete_listing_status_by_pk: {
|
|
14338
|
-
__type: "listing_status",
|
|
14339
|
-
__args: { name: "String!" },
|
|
14340
|
-
},
|
|
14341
|
-
delete_owner_pms_status: {
|
|
14342
|
-
__type: "owner_pms_status_mutation_response",
|
|
14343
|
-
__args: { where: "owner_pms_status_bool_exp!" },
|
|
14344
|
-
},
|
|
14345
|
-
delete_owner_pms_status_by_pk: {
|
|
14346
|
-
__type: "owner_pms_status",
|
|
14347
|
-
__args: { name: "String!" },
|
|
14348
|
-
},
|
|
14349
|
-
delete_owner_status: {
|
|
14350
|
-
__type: "owner_status_mutation_response",
|
|
14351
|
-
__args: { where: "owner_status_bool_exp!" },
|
|
14352
|
-
},
|
|
14353
|
-
delete_owner_status_by_pk: {
|
|
14354
|
-
__type: "owner_status",
|
|
14355
|
-
__args: { name: "String!" },
|
|
14356
|
-
},
|
|
14357
14179
|
delete_owner_user_access_role: {
|
|
14358
14180
|
__type: "owner_user_access_role_mutation_response",
|
|
14359
14181
|
__args: { where: "owner_user_access_role_bool_exp!" },
|
|
@@ -15955,62 +15777,6 @@ exports.generatedSchema = {
|
|
|
15955
15777
|
on_conflict: "listing_owner_role_on_conflict",
|
|
15956
15778
|
},
|
|
15957
15779
|
},
|
|
15958
|
-
insert_listing_pms_status: {
|
|
15959
|
-
__type: "listing_pms_status_mutation_response",
|
|
15960
|
-
__args: {
|
|
15961
|
-
objects: "[listing_pms_status_insert_input!]!",
|
|
15962
|
-
on_conflict: "listing_pms_status_on_conflict",
|
|
15963
|
-
},
|
|
15964
|
-
},
|
|
15965
|
-
insert_listing_pms_status_one: {
|
|
15966
|
-
__type: "listing_pms_status",
|
|
15967
|
-
__args: {
|
|
15968
|
-
object: "listing_pms_status_insert_input!",
|
|
15969
|
-
on_conflict: "listing_pms_status_on_conflict",
|
|
15970
|
-
},
|
|
15971
|
-
},
|
|
15972
|
-
insert_listing_status: {
|
|
15973
|
-
__type: "listing_status_mutation_response",
|
|
15974
|
-
__args: {
|
|
15975
|
-
objects: "[listing_status_insert_input!]!",
|
|
15976
|
-
on_conflict: "listing_status_on_conflict",
|
|
15977
|
-
},
|
|
15978
|
-
},
|
|
15979
|
-
insert_listing_status_one: {
|
|
15980
|
-
__type: "listing_status",
|
|
15981
|
-
__args: {
|
|
15982
|
-
object: "listing_status_insert_input!",
|
|
15983
|
-
on_conflict: "listing_status_on_conflict",
|
|
15984
|
-
},
|
|
15985
|
-
},
|
|
15986
|
-
insert_owner_pms_status: {
|
|
15987
|
-
__type: "owner_pms_status_mutation_response",
|
|
15988
|
-
__args: {
|
|
15989
|
-
objects: "[owner_pms_status_insert_input!]!",
|
|
15990
|
-
on_conflict: "owner_pms_status_on_conflict",
|
|
15991
|
-
},
|
|
15992
|
-
},
|
|
15993
|
-
insert_owner_pms_status_one: {
|
|
15994
|
-
__type: "owner_pms_status",
|
|
15995
|
-
__args: {
|
|
15996
|
-
object: "owner_pms_status_insert_input!",
|
|
15997
|
-
on_conflict: "owner_pms_status_on_conflict",
|
|
15998
|
-
},
|
|
15999
|
-
},
|
|
16000
|
-
insert_owner_status: {
|
|
16001
|
-
__type: "owner_status_mutation_response",
|
|
16002
|
-
__args: {
|
|
16003
|
-
objects: "[owner_status_insert_input!]!",
|
|
16004
|
-
on_conflict: "owner_status_on_conflict",
|
|
16005
|
-
},
|
|
16006
|
-
},
|
|
16007
|
-
insert_owner_status_one: {
|
|
16008
|
-
__type: "owner_status",
|
|
16009
|
-
__args: {
|
|
16010
|
-
object: "owner_status_insert_input!",
|
|
16011
|
-
on_conflict: "owner_status_on_conflict",
|
|
16012
|
-
},
|
|
16013
|
-
},
|
|
16014
15780
|
insert_owner_user_access_role: {
|
|
16015
15781
|
__type: "owner_user_access_role_mutation_response",
|
|
16016
15782
|
__args: {
|
|
@@ -18440,60 +18206,6 @@ exports.generatedSchema = {
|
|
|
18440
18206
|
__type: "[listing_owner_role_mutation_response]",
|
|
18441
18207
|
__args: { updates: "[listing_owner_role_updates!]!" },
|
|
18442
18208
|
},
|
|
18443
|
-
update_listing_pms_status: {
|
|
18444
|
-
__type: "listing_pms_status_mutation_response",
|
|
18445
|
-
__args: {
|
|
18446
|
-
_set: "listing_pms_status_set_input",
|
|
18447
|
-
where: "listing_pms_status_bool_exp!",
|
|
18448
|
-
},
|
|
18449
|
-
},
|
|
18450
|
-
update_listing_pms_status_by_pk: {
|
|
18451
|
-
__type: "listing_pms_status",
|
|
18452
|
-
__args: {
|
|
18453
|
-
_set: "listing_pms_status_set_input",
|
|
18454
|
-
pk_columns: "listing_pms_status_pk_columns_input!",
|
|
18455
|
-
},
|
|
18456
|
-
},
|
|
18457
|
-
update_listing_pms_status_many: {
|
|
18458
|
-
__type: "[listing_pms_status_mutation_response]",
|
|
18459
|
-
__args: { updates: "[listing_pms_status_updates!]!" },
|
|
18460
|
-
},
|
|
18461
|
-
update_listing_status: {
|
|
18462
|
-
__type: "listing_status_mutation_response",
|
|
18463
|
-
__args: {
|
|
18464
|
-
_set: "listing_status_set_input",
|
|
18465
|
-
where: "listing_status_bool_exp!",
|
|
18466
|
-
},
|
|
18467
|
-
},
|
|
18468
|
-
update_listing_status_by_pk: {
|
|
18469
|
-
__type: "listing_status",
|
|
18470
|
-
__args: {
|
|
18471
|
-
_set: "listing_status_set_input",
|
|
18472
|
-
pk_columns: "listing_status_pk_columns_input!",
|
|
18473
|
-
},
|
|
18474
|
-
},
|
|
18475
|
-
update_listing_status_many: {
|
|
18476
|
-
__type: "[listing_status_mutation_response]",
|
|
18477
|
-
__args: { updates: "[listing_status_updates!]!" },
|
|
18478
|
-
},
|
|
18479
|
-
update_owner_pms_status: {
|
|
18480
|
-
__type: "owner_pms_status_mutation_response",
|
|
18481
|
-
__args: {
|
|
18482
|
-
_set: "owner_pms_status_set_input",
|
|
18483
|
-
where: "owner_pms_status_bool_exp!",
|
|
18484
|
-
},
|
|
18485
|
-
},
|
|
18486
|
-
update_owner_pms_status_by_pk: {
|
|
18487
|
-
__type: "owner_pms_status",
|
|
18488
|
-
__args: {
|
|
18489
|
-
_set: "owner_pms_status_set_input",
|
|
18490
|
-
pk_columns: "owner_pms_status_pk_columns_input!",
|
|
18491
|
-
},
|
|
18492
|
-
},
|
|
18493
|
-
update_owner_pms_status_many: {
|
|
18494
|
-
__type: "[owner_pms_status_mutation_response]",
|
|
18495
|
-
__args: { updates: "[owner_pms_status_updates!]!" },
|
|
18496
|
-
},
|
|
18497
18209
|
update_owner_statement_line_many: {
|
|
18498
18210
|
__type: "[owner_statement_line_mutation_response]",
|
|
18499
18211
|
__args: { updates: "[owner_statement_line_updates!]!" },
|
|
@@ -18506,24 +18218,6 @@ exports.generatedSchema = {
|
|
|
18506
18218
|
__type: "[owner_statement_template_mutation_response]",
|
|
18507
18219
|
__args: { updates: "[owner_statement_template_updates!]!" },
|
|
18508
18220
|
},
|
|
18509
|
-
update_owner_status: {
|
|
18510
|
-
__type: "owner_status_mutation_response",
|
|
18511
|
-
__args: {
|
|
18512
|
-
_set: "owner_status_set_input",
|
|
18513
|
-
where: "owner_status_bool_exp!",
|
|
18514
|
-
},
|
|
18515
|
-
},
|
|
18516
|
-
update_owner_status_by_pk: {
|
|
18517
|
-
__type: "owner_status",
|
|
18518
|
-
__args: {
|
|
18519
|
-
_set: "owner_status_set_input",
|
|
18520
|
-
pk_columns: "owner_status_pk_columns_input!",
|
|
18521
|
-
},
|
|
18522
|
-
},
|
|
18523
|
-
update_owner_status_many: {
|
|
18524
|
-
__type: "[owner_status_mutation_response]",
|
|
18525
|
-
__args: { updates: "[owner_status_updates!]!" },
|
|
18526
|
-
},
|
|
18527
18221
|
update_owner_user_access_role: {
|
|
18528
18222
|
__type: "owner_user_access_role_mutation_response",
|
|
18529
18223
|
__args: {
|
|
@@ -18993,7 +18687,7 @@ exports.generatedSchema = {
|
|
|
18993
18687
|
},
|
|
18994
18688
|
},
|
|
18995
18689
|
phone: { __type: "String" },
|
|
18996
|
-
pmsStatus: { __type: "
|
|
18690
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
18997
18691
|
settingsLeft: {
|
|
18998
18692
|
__type: "[setting!]!",
|
|
18999
18693
|
__args: {
|
|
@@ -19056,7 +18750,7 @@ exports.generatedSchema = {
|
|
|
19056
18750
|
where: "owner_statement_owner_bool_exp",
|
|
19057
18751
|
},
|
|
19058
18752
|
},
|
|
19059
|
-
status: { __type: "
|
|
18753
|
+
status: { __type: "activeStatus_enum" },
|
|
19060
18754
|
taxId: { __type: "String" },
|
|
19061
18755
|
taxStatements: {
|
|
19062
18756
|
__type: "[tax_statement!]!",
|
|
@@ -19460,7 +19154,7 @@ exports.generatedSchema = {
|
|
|
19460
19154
|
ownerships: { __type: "listing_owner_bool_exp" },
|
|
19461
19155
|
ownerships_aggregate: { __type: "listing_owner_aggregate_bool_exp" },
|
|
19462
19156
|
phone: { __type: "String_comparison_exp" },
|
|
19463
|
-
pmsStatus: { __type: "
|
|
19157
|
+
pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
19464
19158
|
settingsLeft: { __type: "setting_bool_exp" },
|
|
19465
19159
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
19466
19160
|
settingsRight: { __type: "setting_bool_exp" },
|
|
@@ -19471,7 +19165,7 @@ exports.generatedSchema = {
|
|
|
19471
19165
|
statementOwnerships_aggregate: {
|
|
19472
19166
|
__type: "owner_statement_owner_aggregate_bool_exp",
|
|
19473
19167
|
},
|
|
19474
|
-
status: { __type: "
|
|
19168
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
19475
19169
|
taxId: { __type: "String_comparison_exp" },
|
|
19476
19170
|
taxStatements: { __type: "tax_statement_bool_exp" },
|
|
19477
19171
|
taxStatements_aggregate: { __type: "tax_statement_aggregate_bool_exp" },
|
|
@@ -19501,7 +19195,7 @@ exports.generatedSchema = {
|
|
|
19501
19195
|
},
|
|
19502
19196
|
ownerships: { __type: "listing_owner_arr_rel_insert_input" },
|
|
19503
19197
|
phone: { __type: "String" },
|
|
19504
|
-
pmsStatus: { __type: "
|
|
19198
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19505
19199
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
19506
19200
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
19507
19201
|
source: { __type: "source_obj_rel_insert_input" },
|
|
@@ -19509,7 +19203,7 @@ exports.generatedSchema = {
|
|
|
19509
19203
|
statementOwnerships: {
|
|
19510
19204
|
__type: "owner_statement_owner_arr_rel_insert_input",
|
|
19511
19205
|
},
|
|
19512
|
-
status: { __type: "
|
|
19206
|
+
status: { __type: "activeStatus_enum" },
|
|
19513
19207
|
taxId: { __type: "String" },
|
|
19514
19208
|
taxStatements: { __type: "tax_statement_arr_rel_insert_input" },
|
|
19515
19209
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
@@ -19636,71 +19330,6 @@ exports.generatedSchema = {
|
|
|
19636
19330
|
userAccesses_aggregate: { __type: "owner_user_access_aggregate_order_by" },
|
|
19637
19331
|
},
|
|
19638
19332
|
owner_pk_columns_input: { id: { __type: "uuid!" } },
|
|
19639
|
-
owner_pms_status: {
|
|
19640
|
-
__typename: { __type: "String!" },
|
|
19641
|
-
name: { __type: "String!" },
|
|
19642
|
-
},
|
|
19643
|
-
owner_pms_status_aggregate: {
|
|
19644
|
-
__typename: { __type: "String!" },
|
|
19645
|
-
aggregate: { __type: "owner_pms_status_aggregate_fields" },
|
|
19646
|
-
nodes: { __type: "[owner_pms_status!]!" },
|
|
19647
|
-
},
|
|
19648
|
-
owner_pms_status_aggregate_fields: {
|
|
19649
|
-
__typename: { __type: "String!" },
|
|
19650
|
-
count: {
|
|
19651
|
-
__type: "Int!",
|
|
19652
|
-
__args: {
|
|
19653
|
-
columns: "[owner_pms_status_select_column!]",
|
|
19654
|
-
distinct: "Boolean",
|
|
19655
|
-
},
|
|
19656
|
-
},
|
|
19657
|
-
max: { __type: "owner_pms_status_max_fields" },
|
|
19658
|
-
min: { __type: "owner_pms_status_min_fields" },
|
|
19659
|
-
},
|
|
19660
|
-
owner_pms_status_bool_exp: {
|
|
19661
|
-
_and: { __type: "[owner_pms_status_bool_exp!]" },
|
|
19662
|
-
_not: { __type: "owner_pms_status_bool_exp" },
|
|
19663
|
-
_or: { __type: "[owner_pms_status_bool_exp!]" },
|
|
19664
|
-
name: { __type: "String_comparison_exp" },
|
|
19665
|
-
},
|
|
19666
|
-
owner_pms_status_enum_comparison_exp: {
|
|
19667
|
-
_eq: { __type: "owner_pms_status_enum" },
|
|
19668
|
-
_in: { __type: "[owner_pms_status_enum!]" },
|
|
19669
|
-
_is_null: { __type: "Boolean" },
|
|
19670
|
-
_neq: { __type: "owner_pms_status_enum" },
|
|
19671
|
-
_nin: { __type: "[owner_pms_status_enum!]" },
|
|
19672
|
-
},
|
|
19673
|
-
owner_pms_status_insert_input: { name: { __type: "String" } },
|
|
19674
|
-
owner_pms_status_max_fields: {
|
|
19675
|
-
__typename: { __type: "String!" },
|
|
19676
|
-
name: { __type: "String" },
|
|
19677
|
-
},
|
|
19678
|
-
owner_pms_status_min_fields: {
|
|
19679
|
-
__typename: { __type: "String!" },
|
|
19680
|
-
name: { __type: "String" },
|
|
19681
|
-
},
|
|
19682
|
-
owner_pms_status_mutation_response: {
|
|
19683
|
-
__typename: { __type: "String!" },
|
|
19684
|
-
affected_rows: { __type: "Int!" },
|
|
19685
|
-
returning: { __type: "[owner_pms_status!]!" },
|
|
19686
|
-
},
|
|
19687
|
-
owner_pms_status_on_conflict: {
|
|
19688
|
-
constraint: { __type: "owner_pms_status_constraint!" },
|
|
19689
|
-
update_columns: { __type: "[owner_pms_status_update_column!]!" },
|
|
19690
|
-
where: { __type: "owner_pms_status_bool_exp" },
|
|
19691
|
-
},
|
|
19692
|
-
owner_pms_status_order_by: { name: { __type: "order_by" } },
|
|
19693
|
-
owner_pms_status_pk_columns_input: { name: { __type: "String!" } },
|
|
19694
|
-
owner_pms_status_set_input: { name: { __type: "String" } },
|
|
19695
|
-
owner_pms_status_stream_cursor_input: {
|
|
19696
|
-
initial_value: { __type: "owner_pms_status_stream_cursor_value_input!" },
|
|
19697
|
-
ordering: { __type: "cursor_ordering" },
|
|
19698
|
-
},
|
|
19699
|
-
owner_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
19700
|
-
owner_pms_status_updates: {
|
|
19701
|
-
_set: { __type: "owner_pms_status_set_input" },
|
|
19702
|
-
where: { __type: "owner_pms_status_bool_exp!" },
|
|
19703
|
-
},
|
|
19704
19333
|
owner_set_input: {
|
|
19705
19334
|
addressId: { __type: "uuid" },
|
|
19706
19335
|
companyType: { __type: "String" },
|
|
@@ -19712,9 +19341,9 @@ exports.generatedSchema = {
|
|
|
19712
19341
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
19713
19342
|
name: { __type: "String" },
|
|
19714
19343
|
phone: { __type: "String" },
|
|
19715
|
-
pmsStatus: { __type: "
|
|
19344
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19716
19345
|
sourceId: { __type: "uuid" },
|
|
19717
|
-
status: { __type: "
|
|
19346
|
+
status: { __type: "activeStatus_enum" },
|
|
19718
19347
|
taxId: { __type: "String" },
|
|
19719
19348
|
tenantId: { __type: "uuid" },
|
|
19720
19349
|
type: { __type: "owner_type_enum" },
|
|
@@ -21746,68 +21375,6 @@ exports.generatedSchema = {
|
|
|
21746
21375
|
centTotal: { __type: "order_by" },
|
|
21747
21376
|
centTransfer: { __type: "order_by" },
|
|
21748
21377
|
},
|
|
21749
|
-
owner_status: {
|
|
21750
|
-
__typename: { __type: "String!" },
|
|
21751
|
-
name: { __type: "String!" },
|
|
21752
|
-
},
|
|
21753
|
-
owner_status_aggregate: {
|
|
21754
|
-
__typename: { __type: "String!" },
|
|
21755
|
-
aggregate: { __type: "owner_status_aggregate_fields" },
|
|
21756
|
-
nodes: { __type: "[owner_status!]!" },
|
|
21757
|
-
},
|
|
21758
|
-
owner_status_aggregate_fields: {
|
|
21759
|
-
__typename: { __type: "String!" },
|
|
21760
|
-
count: {
|
|
21761
|
-
__type: "Int!",
|
|
21762
|
-
__args: { columns: "[owner_status_select_column!]", distinct: "Boolean" },
|
|
21763
|
-
},
|
|
21764
|
-
max: { __type: "owner_status_max_fields" },
|
|
21765
|
-
min: { __type: "owner_status_min_fields" },
|
|
21766
|
-
},
|
|
21767
|
-
owner_status_bool_exp: {
|
|
21768
|
-
_and: { __type: "[owner_status_bool_exp!]" },
|
|
21769
|
-
_not: { __type: "owner_status_bool_exp" },
|
|
21770
|
-
_or: { __type: "[owner_status_bool_exp!]" },
|
|
21771
|
-
name: { __type: "String_comparison_exp" },
|
|
21772
|
-
},
|
|
21773
|
-
owner_status_enum_comparison_exp: {
|
|
21774
|
-
_eq: { __type: "owner_status_enum" },
|
|
21775
|
-
_in: { __type: "[owner_status_enum!]" },
|
|
21776
|
-
_is_null: { __type: "Boolean" },
|
|
21777
|
-
_neq: { __type: "owner_status_enum" },
|
|
21778
|
-
_nin: { __type: "[owner_status_enum!]" },
|
|
21779
|
-
},
|
|
21780
|
-
owner_status_insert_input: { name: { __type: "String" } },
|
|
21781
|
-
owner_status_max_fields: {
|
|
21782
|
-
__typename: { __type: "String!" },
|
|
21783
|
-
name: { __type: "String" },
|
|
21784
|
-
},
|
|
21785
|
-
owner_status_min_fields: {
|
|
21786
|
-
__typename: { __type: "String!" },
|
|
21787
|
-
name: { __type: "String" },
|
|
21788
|
-
},
|
|
21789
|
-
owner_status_mutation_response: {
|
|
21790
|
-
__typename: { __type: "String!" },
|
|
21791
|
-
affected_rows: { __type: "Int!" },
|
|
21792
|
-
returning: { __type: "[owner_status!]!" },
|
|
21793
|
-
},
|
|
21794
|
-
owner_status_on_conflict: {
|
|
21795
|
-
constraint: { __type: "owner_status_constraint!" },
|
|
21796
|
-
update_columns: { __type: "[owner_status_update_column!]!" },
|
|
21797
|
-
where: { __type: "owner_status_bool_exp" },
|
|
21798
|
-
},
|
|
21799
|
-
owner_status_order_by: { name: { __type: "order_by" } },
|
|
21800
|
-
owner_status_pk_columns_input: { name: { __type: "String!" } },
|
|
21801
|
-
owner_status_set_input: { name: { __type: "String" } },
|
|
21802
|
-
owner_status_stream_cursor_input: {
|
|
21803
|
-
initial_value: { __type: "owner_status_stream_cursor_value_input!" },
|
|
21804
|
-
ordering: { __type: "cursor_ordering" },
|
|
21805
|
-
},
|
|
21806
|
-
owner_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
21807
|
-
owner_status_updates: {
|
|
21808
|
-
_set: { __type: "owner_status_set_input" },
|
|
21809
|
-
where: { __type: "owner_status_bool_exp!" },
|
|
21810
|
-
},
|
|
21811
21378
|
owner_stream_cursor_input: {
|
|
21812
21379
|
initial_value: { __type: "owner_stream_cursor_value_input!" },
|
|
21813
21380
|
ordering: { __type: "cursor_ordering" },
|
|
@@ -21823,9 +21390,9 @@ exports.generatedSchema = {
|
|
|
21823
21390
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
21824
21391
|
name: { __type: "String" },
|
|
21825
21392
|
phone: { __type: "String" },
|
|
21826
|
-
pmsStatus: { __type: "
|
|
21393
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
21827
21394
|
sourceId: { __type: "uuid" },
|
|
21828
|
-
status: { __type: "
|
|
21395
|
+
status: { __type: "activeStatus_enum" },
|
|
21829
21396
|
taxId: { __type: "String" },
|
|
21830
21397
|
tenantId: { __type: "uuid" },
|
|
21831
21398
|
type: { __type: "owner_type_enum" },
|
|
@@ -25345,54 +24912,6 @@ exports.generatedSchema = {
|
|
|
25345
24912
|
__type: "listing_owner_role",
|
|
25346
24913
|
__args: { name: "String!" },
|
|
25347
24914
|
},
|
|
25348
|
-
listing_pms_status: {
|
|
25349
|
-
__type: "[listing_pms_status!]!",
|
|
25350
|
-
__args: {
|
|
25351
|
-
distinct_on: "[listing_pms_status_select_column!]",
|
|
25352
|
-
limit: "Int",
|
|
25353
|
-
offset: "Int",
|
|
25354
|
-
order_by: "[listing_pms_status_order_by!]",
|
|
25355
|
-
where: "listing_pms_status_bool_exp",
|
|
25356
|
-
},
|
|
25357
|
-
},
|
|
25358
|
-
listing_pms_status_aggregate: {
|
|
25359
|
-
__type: "listing_pms_status_aggregate!",
|
|
25360
|
-
__args: {
|
|
25361
|
-
distinct_on: "[listing_pms_status_select_column!]",
|
|
25362
|
-
limit: "Int",
|
|
25363
|
-
offset: "Int",
|
|
25364
|
-
order_by: "[listing_pms_status_order_by!]",
|
|
25365
|
-
where: "listing_pms_status_bool_exp",
|
|
25366
|
-
},
|
|
25367
|
-
},
|
|
25368
|
-
listing_pms_status_by_pk: {
|
|
25369
|
-
__type: "listing_pms_status",
|
|
25370
|
-
__args: { name: "String!" },
|
|
25371
|
-
},
|
|
25372
|
-
listing_status: {
|
|
25373
|
-
__type: "[listing_status!]!",
|
|
25374
|
-
__args: {
|
|
25375
|
-
distinct_on: "[listing_status_select_column!]",
|
|
25376
|
-
limit: "Int",
|
|
25377
|
-
offset: "Int",
|
|
25378
|
-
order_by: "[listing_status_order_by!]",
|
|
25379
|
-
where: "listing_status_bool_exp",
|
|
25380
|
-
},
|
|
25381
|
-
},
|
|
25382
|
-
listing_status_aggregate: {
|
|
25383
|
-
__type: "listing_status_aggregate!",
|
|
25384
|
-
__args: {
|
|
25385
|
-
distinct_on: "[listing_status_select_column!]",
|
|
25386
|
-
limit: "Int",
|
|
25387
|
-
offset: "Int",
|
|
25388
|
-
order_by: "[listing_status_order_by!]",
|
|
25389
|
-
where: "listing_status_bool_exp",
|
|
25390
|
-
},
|
|
25391
|
-
},
|
|
25392
|
-
listing_status_by_pk: {
|
|
25393
|
-
__type: "listing_status",
|
|
25394
|
-
__args: { name: "String!" },
|
|
25395
|
-
},
|
|
25396
24915
|
listings: {
|
|
25397
24916
|
__type: "[listing!]!",
|
|
25398
24917
|
__args: {
|
|
@@ -25809,51 +25328,6 @@ exports.generatedSchema = {
|
|
|
25809
25328
|
where: "owner_user_access_bool_exp",
|
|
25810
25329
|
},
|
|
25811
25330
|
},
|
|
25812
|
-
owner_pms_status: {
|
|
25813
|
-
__type: "[owner_pms_status!]!",
|
|
25814
|
-
__args: {
|
|
25815
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
25816
|
-
limit: "Int",
|
|
25817
|
-
offset: "Int",
|
|
25818
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
25819
|
-
where: "owner_pms_status_bool_exp",
|
|
25820
|
-
},
|
|
25821
|
-
},
|
|
25822
|
-
owner_pms_status_aggregate: {
|
|
25823
|
-
__type: "owner_pms_status_aggregate!",
|
|
25824
|
-
__args: {
|
|
25825
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
25826
|
-
limit: "Int",
|
|
25827
|
-
offset: "Int",
|
|
25828
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
25829
|
-
where: "owner_pms_status_bool_exp",
|
|
25830
|
-
},
|
|
25831
|
-
},
|
|
25832
|
-
owner_pms_status_by_pk: {
|
|
25833
|
-
__type: "owner_pms_status",
|
|
25834
|
-
__args: { name: "String!" },
|
|
25835
|
-
},
|
|
25836
|
-
owner_status: {
|
|
25837
|
-
__type: "[owner_status!]!",
|
|
25838
|
-
__args: {
|
|
25839
|
-
distinct_on: "[owner_status_select_column!]",
|
|
25840
|
-
limit: "Int",
|
|
25841
|
-
offset: "Int",
|
|
25842
|
-
order_by: "[owner_status_order_by!]",
|
|
25843
|
-
where: "owner_status_bool_exp",
|
|
25844
|
-
},
|
|
25845
|
-
},
|
|
25846
|
-
owner_status_aggregate: {
|
|
25847
|
-
__type: "owner_status_aggregate!",
|
|
25848
|
-
__args: {
|
|
25849
|
-
distinct_on: "[owner_status_select_column!]",
|
|
25850
|
-
limit: "Int",
|
|
25851
|
-
offset: "Int",
|
|
25852
|
-
order_by: "[owner_status_order_by!]",
|
|
25853
|
-
where: "owner_status_bool_exp",
|
|
25854
|
-
},
|
|
25855
|
-
},
|
|
25856
|
-
owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
|
|
25857
25331
|
owner_user_access_role: {
|
|
25858
25332
|
__type: "[owner_user_access_role!]!",
|
|
25859
25333
|
__args: {
|
|
@@ -34257,70 +33731,6 @@ exports.generatedSchema = {
|
|
|
34257
33731
|
where: "listing_owner_bool_exp",
|
|
34258
33732
|
},
|
|
34259
33733
|
},
|
|
34260
|
-
listing_pms_status: {
|
|
34261
|
-
__type: "[listing_pms_status!]!",
|
|
34262
|
-
__args: {
|
|
34263
|
-
distinct_on: "[listing_pms_status_select_column!]",
|
|
34264
|
-
limit: "Int",
|
|
34265
|
-
offset: "Int",
|
|
34266
|
-
order_by: "[listing_pms_status_order_by!]",
|
|
34267
|
-
where: "listing_pms_status_bool_exp",
|
|
34268
|
-
},
|
|
34269
|
-
},
|
|
34270
|
-
listing_pms_status_aggregate: {
|
|
34271
|
-
__type: "listing_pms_status_aggregate!",
|
|
34272
|
-
__args: {
|
|
34273
|
-
distinct_on: "[listing_pms_status_select_column!]",
|
|
34274
|
-
limit: "Int",
|
|
34275
|
-
offset: "Int",
|
|
34276
|
-
order_by: "[listing_pms_status_order_by!]",
|
|
34277
|
-
where: "listing_pms_status_bool_exp",
|
|
34278
|
-
},
|
|
34279
|
-
},
|
|
34280
|
-
listing_pms_status_by_pk: {
|
|
34281
|
-
__type: "listing_pms_status",
|
|
34282
|
-
__args: { name: "String!" },
|
|
34283
|
-
},
|
|
34284
|
-
listing_pms_status_stream: {
|
|
34285
|
-
__type: "[listing_pms_status!]!",
|
|
34286
|
-
__args: {
|
|
34287
|
-
batch_size: "Int!",
|
|
34288
|
-
cursor: "[listing_pms_status_stream_cursor_input]!",
|
|
34289
|
-
where: "listing_pms_status_bool_exp",
|
|
34290
|
-
},
|
|
34291
|
-
},
|
|
34292
|
-
listing_status: {
|
|
34293
|
-
__type: "[listing_status!]!",
|
|
34294
|
-
__args: {
|
|
34295
|
-
distinct_on: "[listing_status_select_column!]",
|
|
34296
|
-
limit: "Int",
|
|
34297
|
-
offset: "Int",
|
|
34298
|
-
order_by: "[listing_status_order_by!]",
|
|
34299
|
-
where: "listing_status_bool_exp",
|
|
34300
|
-
},
|
|
34301
|
-
},
|
|
34302
|
-
listing_status_aggregate: {
|
|
34303
|
-
__type: "listing_status_aggregate!",
|
|
34304
|
-
__args: {
|
|
34305
|
-
distinct_on: "[listing_status_select_column!]",
|
|
34306
|
-
limit: "Int",
|
|
34307
|
-
offset: "Int",
|
|
34308
|
-
order_by: "[listing_status_order_by!]",
|
|
34309
|
-
where: "listing_status_bool_exp",
|
|
34310
|
-
},
|
|
34311
|
-
},
|
|
34312
|
-
listing_status_by_pk: {
|
|
34313
|
-
__type: "listing_status",
|
|
34314
|
-
__args: { name: "String!" },
|
|
34315
|
-
},
|
|
34316
|
-
listing_status_stream: {
|
|
34317
|
-
__type: "[listing_status!]!",
|
|
34318
|
-
__args: {
|
|
34319
|
-
batch_size: "Int!",
|
|
34320
|
-
cursor: "[listing_status_stream_cursor_input]!",
|
|
34321
|
-
where: "listing_status_bool_exp",
|
|
34322
|
-
},
|
|
34323
|
-
},
|
|
34324
33734
|
listing_stream: {
|
|
34325
33735
|
__type: "[listing!]!",
|
|
34326
33736
|
__args: {
|
|
@@ -34817,38 +34227,6 @@ exports.generatedSchema = {
|
|
|
34817
34227
|
where: "owner_user_access_bool_exp",
|
|
34818
34228
|
},
|
|
34819
34229
|
},
|
|
34820
|
-
owner_pms_status: {
|
|
34821
|
-
__type: "[owner_pms_status!]!",
|
|
34822
|
-
__args: {
|
|
34823
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
34824
|
-
limit: "Int",
|
|
34825
|
-
offset: "Int",
|
|
34826
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
34827
|
-
where: "owner_pms_status_bool_exp",
|
|
34828
|
-
},
|
|
34829
|
-
},
|
|
34830
|
-
owner_pms_status_aggregate: {
|
|
34831
|
-
__type: "owner_pms_status_aggregate!",
|
|
34832
|
-
__args: {
|
|
34833
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
34834
|
-
limit: "Int",
|
|
34835
|
-
offset: "Int",
|
|
34836
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
34837
|
-
where: "owner_pms_status_bool_exp",
|
|
34838
|
-
},
|
|
34839
|
-
},
|
|
34840
|
-
owner_pms_status_by_pk: {
|
|
34841
|
-
__type: "owner_pms_status",
|
|
34842
|
-
__args: { name: "String!" },
|
|
34843
|
-
},
|
|
34844
|
-
owner_pms_status_stream: {
|
|
34845
|
-
__type: "[owner_pms_status!]!",
|
|
34846
|
-
__args: {
|
|
34847
|
-
batch_size: "Int!",
|
|
34848
|
-
cursor: "[owner_pms_status_stream_cursor_input]!",
|
|
34849
|
-
where: "owner_pms_status_bool_exp",
|
|
34850
|
-
},
|
|
34851
|
-
},
|
|
34852
34230
|
owner_statement_line_stream: {
|
|
34853
34231
|
__type: "[owner_statement_line!]!",
|
|
34854
34232
|
__args: {
|
|
@@ -34873,35 +34251,6 @@ exports.generatedSchema = {
|
|
|
34873
34251
|
where: "owner_statement_template_bool_exp",
|
|
34874
34252
|
},
|
|
34875
34253
|
},
|
|
34876
|
-
owner_status: {
|
|
34877
|
-
__type: "[owner_status!]!",
|
|
34878
|
-
__args: {
|
|
34879
|
-
distinct_on: "[owner_status_select_column!]",
|
|
34880
|
-
limit: "Int",
|
|
34881
|
-
offset: "Int",
|
|
34882
|
-
order_by: "[owner_status_order_by!]",
|
|
34883
|
-
where: "owner_status_bool_exp",
|
|
34884
|
-
},
|
|
34885
|
-
},
|
|
34886
|
-
owner_status_aggregate: {
|
|
34887
|
-
__type: "owner_status_aggregate!",
|
|
34888
|
-
__args: {
|
|
34889
|
-
distinct_on: "[owner_status_select_column!]",
|
|
34890
|
-
limit: "Int",
|
|
34891
|
-
offset: "Int",
|
|
34892
|
-
order_by: "[owner_status_order_by!]",
|
|
34893
|
-
where: "owner_status_bool_exp",
|
|
34894
|
-
},
|
|
34895
|
-
},
|
|
34896
|
-
owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
|
|
34897
|
-
owner_status_stream: {
|
|
34898
|
-
__type: "[owner_status!]!",
|
|
34899
|
-
__args: {
|
|
34900
|
-
batch_size: "Int!",
|
|
34901
|
-
cursor: "[owner_status_stream_cursor_input]!",
|
|
34902
|
-
where: "owner_status_bool_exp",
|
|
34903
|
-
},
|
|
34904
|
-
},
|
|
34905
34254
|
owner_user_access_role: {
|
|
34906
34255
|
__type: "[owner_user_access_role!]!",
|
|
34907
34256
|
__args: {
|