@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
|
@@ -245,15 +245,7 @@ export const scalarsEnumsHash = {
|
|
|
245
245
|
listing_owner_role_update_column: true,
|
|
246
246
|
listing_owner_select_column: true,
|
|
247
247
|
listing_owner_update_column: true,
|
|
248
|
-
listing_pms_status_constraint: true,
|
|
249
|
-
listing_pms_status_enum: true,
|
|
250
|
-
listing_pms_status_select_column: true,
|
|
251
|
-
listing_pms_status_update_column: true,
|
|
252
248
|
listing_select_column: true,
|
|
253
|
-
listing_status_constraint: true,
|
|
254
|
-
listing_status_enum: true,
|
|
255
|
-
listing_status_select_column: true,
|
|
256
|
-
listing_status_update_column: true,
|
|
257
249
|
listing_update_column: true,
|
|
258
250
|
metricsActiveListingCreatedReturnType_enum_name: true,
|
|
259
251
|
metricsBankRecordBalancesReturnType_enum_name: true,
|
|
@@ -278,10 +270,6 @@ export const scalarsEnumsHash = {
|
|
|
278
270
|
ownerStatementLayoutListing_select_column: true,
|
|
279
271
|
ownerStatementLayoutListing_update_column: true,
|
|
280
272
|
owner_constraint: true,
|
|
281
|
-
owner_pms_status_constraint: true,
|
|
282
|
-
owner_pms_status_enum: true,
|
|
283
|
-
owner_pms_status_select_column: true,
|
|
284
|
-
owner_pms_status_update_column: true,
|
|
285
273
|
owner_select_column: true,
|
|
286
274
|
owner_select_column_owner_aggregate_bool_exp_bool_and_arguments_columns: true,
|
|
287
275
|
owner_select_column_owner_aggregate_bool_exp_bool_or_arguments_columns: true,
|
|
@@ -308,10 +296,6 @@ export const scalarsEnumsHash = {
|
|
|
308
296
|
owner_statement_template_select_column: true,
|
|
309
297
|
owner_statement_template_update_column: true,
|
|
310
298
|
owner_statement_update_column: true,
|
|
311
|
-
owner_status_constraint: true,
|
|
312
|
-
owner_status_enum: true,
|
|
313
|
-
owner_status_select_column: true,
|
|
314
|
-
owner_status_update_column: true,
|
|
315
299
|
owner_type_constraint: true,
|
|
316
300
|
owner_type_enum: true,
|
|
317
301
|
owner_type_select_column: true,
|
|
@@ -10549,7 +10533,7 @@ export const generatedSchema = {
|
|
|
10549
10533
|
},
|
|
10550
10534
|
},
|
|
10551
10535
|
pmsAddressData: { __type: "jsonb", __args: { path: "String" } },
|
|
10552
|
-
pmsStatus: { __type: "
|
|
10536
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
10553
10537
|
recurringFeeSubscriptions: {
|
|
10554
10538
|
__type: "[recurringFeeListingSubscription!]!",
|
|
10555
10539
|
__args: {
|
|
@@ -10652,7 +10636,7 @@ export const generatedSchema = {
|
|
|
10652
10636
|
},
|
|
10653
10637
|
source: { __type: "source" },
|
|
10654
10638
|
sourceId: { __type: "uuid" },
|
|
10655
|
-
status: { __type: "
|
|
10639
|
+
status: { __type: "activeStatus_enum" },
|
|
10656
10640
|
tenant: { __type: "tenant!" },
|
|
10657
10641
|
tenantId: { __type: "uuid!" },
|
|
10658
10642
|
title: { __type: "String" },
|
|
@@ -11392,7 +11376,7 @@ export const generatedSchema = {
|
|
|
11392
11376
|
paymentLines: { __type: "payment_line_bool_exp" },
|
|
11393
11377
|
paymentLines_aggregate: { __type: "payment_line_aggregate_bool_exp" },
|
|
11394
11378
|
pmsAddressData: { __type: "jsonb_comparison_exp" },
|
|
11395
|
-
pmsStatus: { __type: "
|
|
11379
|
+
pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
11396
11380
|
recurringFeeSubscriptions: {
|
|
11397
11381
|
__type: "recurringFeeListingSubscription_bool_exp",
|
|
11398
11382
|
},
|
|
@@ -11409,7 +11393,7 @@ export const generatedSchema = {
|
|
|
11409
11393
|
settings_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
11410
11394
|
source: { __type: "source_bool_exp" },
|
|
11411
11395
|
sourceId: { __type: "uuid_comparison_exp" },
|
|
11412
|
-
status: { __type: "
|
|
11396
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
11413
11397
|
tenant: { __type: "tenant_bool_exp" },
|
|
11414
11398
|
tenantId: { __type: "uuid_comparison_exp" },
|
|
11415
11399
|
title: { __type: "String_comparison_exp" },
|
|
@@ -12113,7 +12097,7 @@ export const generatedSchema = {
|
|
|
12113
12097
|
ownerships: { __type: "listing_owner_arr_rel_insert_input" },
|
|
12114
12098
|
paymentLines: { __type: "payment_line_arr_rel_insert_input" },
|
|
12115
12099
|
pmsAddressData: { __type: "jsonb" },
|
|
12116
|
-
pmsStatus: { __type: "
|
|
12100
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
12117
12101
|
recurringFeeSubscriptions: {
|
|
12118
12102
|
__type: "recurringFeeListingSubscription_arr_rel_insert_input",
|
|
12119
12103
|
},
|
|
@@ -12123,7 +12107,7 @@ export const generatedSchema = {
|
|
|
12123
12107
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
12124
12108
|
source: { __type: "source_obj_rel_insert_input" },
|
|
12125
12109
|
sourceId: { __type: "uuid" },
|
|
12126
|
-
status: { __type: "
|
|
12110
|
+
status: { __type: "activeStatus_enum" },
|
|
12127
12111
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
12128
12112
|
tenantId: { __type: "uuid" },
|
|
12129
12113
|
title: { __type: "String" },
|
|
@@ -12685,71 +12669,6 @@ export const generatedSchema = {
|
|
|
12685
12669
|
},
|
|
12686
12670
|
listing_owner_variance_order_by: { split: { __type: "order_by" } },
|
|
12687
12671
|
listing_pk_columns_input: { id: { __type: "uuid!" } },
|
|
12688
|
-
listing_pms_status: {
|
|
12689
|
-
__typename: { __type: "String!" },
|
|
12690
|
-
name: { __type: "String!" },
|
|
12691
|
-
},
|
|
12692
|
-
listing_pms_status_aggregate: {
|
|
12693
|
-
__typename: { __type: "String!" },
|
|
12694
|
-
aggregate: { __type: "listing_pms_status_aggregate_fields" },
|
|
12695
|
-
nodes: { __type: "[listing_pms_status!]!" },
|
|
12696
|
-
},
|
|
12697
|
-
listing_pms_status_aggregate_fields: {
|
|
12698
|
-
__typename: { __type: "String!" },
|
|
12699
|
-
count: {
|
|
12700
|
-
__type: "Int!",
|
|
12701
|
-
__args: {
|
|
12702
|
-
columns: "[listing_pms_status_select_column!]",
|
|
12703
|
-
distinct: "Boolean",
|
|
12704
|
-
},
|
|
12705
|
-
},
|
|
12706
|
-
max: { __type: "listing_pms_status_max_fields" },
|
|
12707
|
-
min: { __type: "listing_pms_status_min_fields" },
|
|
12708
|
-
},
|
|
12709
|
-
listing_pms_status_bool_exp: {
|
|
12710
|
-
_and: { __type: "[listing_pms_status_bool_exp!]" },
|
|
12711
|
-
_not: { __type: "listing_pms_status_bool_exp" },
|
|
12712
|
-
_or: { __type: "[listing_pms_status_bool_exp!]" },
|
|
12713
|
-
name: { __type: "String_comparison_exp" },
|
|
12714
|
-
},
|
|
12715
|
-
listing_pms_status_enum_comparison_exp: {
|
|
12716
|
-
_eq: { __type: "listing_pms_status_enum" },
|
|
12717
|
-
_in: { __type: "[listing_pms_status_enum!]" },
|
|
12718
|
-
_is_null: { __type: "Boolean" },
|
|
12719
|
-
_neq: { __type: "listing_pms_status_enum" },
|
|
12720
|
-
_nin: { __type: "[listing_pms_status_enum!]" },
|
|
12721
|
-
},
|
|
12722
|
-
listing_pms_status_insert_input: { name: { __type: "String" } },
|
|
12723
|
-
listing_pms_status_max_fields: {
|
|
12724
|
-
__typename: { __type: "String!" },
|
|
12725
|
-
name: { __type: "String" },
|
|
12726
|
-
},
|
|
12727
|
-
listing_pms_status_min_fields: {
|
|
12728
|
-
__typename: { __type: "String!" },
|
|
12729
|
-
name: { __type: "String" },
|
|
12730
|
-
},
|
|
12731
|
-
listing_pms_status_mutation_response: {
|
|
12732
|
-
__typename: { __type: "String!" },
|
|
12733
|
-
affected_rows: { __type: "Int!" },
|
|
12734
|
-
returning: { __type: "[listing_pms_status!]!" },
|
|
12735
|
-
},
|
|
12736
|
-
listing_pms_status_on_conflict: {
|
|
12737
|
-
constraint: { __type: "listing_pms_status_constraint!" },
|
|
12738
|
-
update_columns: { __type: "[listing_pms_status_update_column!]!" },
|
|
12739
|
-
where: { __type: "listing_pms_status_bool_exp" },
|
|
12740
|
-
},
|
|
12741
|
-
listing_pms_status_order_by: { name: { __type: "order_by" } },
|
|
12742
|
-
listing_pms_status_pk_columns_input: { name: { __type: "String!" } },
|
|
12743
|
-
listing_pms_status_set_input: { name: { __type: "String" } },
|
|
12744
|
-
listing_pms_status_stream_cursor_input: {
|
|
12745
|
-
initial_value: { __type: "listing_pms_status_stream_cursor_value_input!" },
|
|
12746
|
-
ordering: { __type: "cursor_ordering" },
|
|
12747
|
-
},
|
|
12748
|
-
listing_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
12749
|
-
listing_pms_status_updates: {
|
|
12750
|
-
_set: { __type: "listing_pms_status_set_input" },
|
|
12751
|
-
where: { __type: "listing_pms_status_bool_exp!" },
|
|
12752
|
-
},
|
|
12753
12672
|
listing_prepend_input: {
|
|
12754
12673
|
addressData: { __type: "jsonb" },
|
|
12755
12674
|
metadata: { __type: "jsonb" },
|
|
@@ -12777,79 +12696,14 @@ export const generatedSchema = {
|
|
|
12777
12696
|
name: { __type: "String" },
|
|
12778
12697
|
ownerContactId: { __type: "uuid" },
|
|
12779
12698
|
pmsAddressData: { __type: "jsonb" },
|
|
12780
|
-
pmsStatus: { __type: "
|
|
12699
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
12781
12700
|
sourceId: { __type: "uuid" },
|
|
12782
|
-
status: { __type: "
|
|
12701
|
+
status: { __type: "activeStatus_enum" },
|
|
12783
12702
|
tenantId: { __type: "uuid" },
|
|
12784
12703
|
title: { __type: "String" },
|
|
12785
12704
|
uniqueRef: { __type: "String" },
|
|
12786
12705
|
updatedAt: { __type: "timestamptz" },
|
|
12787
12706
|
},
|
|
12788
|
-
listing_status: {
|
|
12789
|
-
__typename: { __type: "String!" },
|
|
12790
|
-
name: { __type: "String!" },
|
|
12791
|
-
},
|
|
12792
|
-
listing_status_aggregate: {
|
|
12793
|
-
__typename: { __type: "String!" },
|
|
12794
|
-
aggregate: { __type: "listing_status_aggregate_fields" },
|
|
12795
|
-
nodes: { __type: "[listing_status!]!" },
|
|
12796
|
-
},
|
|
12797
|
-
listing_status_aggregate_fields: {
|
|
12798
|
-
__typename: { __type: "String!" },
|
|
12799
|
-
count: {
|
|
12800
|
-
__type: "Int!",
|
|
12801
|
-
__args: {
|
|
12802
|
-
columns: "[listing_status_select_column!]",
|
|
12803
|
-
distinct: "Boolean",
|
|
12804
|
-
},
|
|
12805
|
-
},
|
|
12806
|
-
max: { __type: "listing_status_max_fields" },
|
|
12807
|
-
min: { __type: "listing_status_min_fields" },
|
|
12808
|
-
},
|
|
12809
|
-
listing_status_bool_exp: {
|
|
12810
|
-
_and: { __type: "[listing_status_bool_exp!]" },
|
|
12811
|
-
_not: { __type: "listing_status_bool_exp" },
|
|
12812
|
-
_or: { __type: "[listing_status_bool_exp!]" },
|
|
12813
|
-
name: { __type: "String_comparison_exp" },
|
|
12814
|
-
},
|
|
12815
|
-
listing_status_enum_comparison_exp: {
|
|
12816
|
-
_eq: { __type: "listing_status_enum" },
|
|
12817
|
-
_in: { __type: "[listing_status_enum!]" },
|
|
12818
|
-
_is_null: { __type: "Boolean" },
|
|
12819
|
-
_neq: { __type: "listing_status_enum" },
|
|
12820
|
-
_nin: { __type: "[listing_status_enum!]" },
|
|
12821
|
-
},
|
|
12822
|
-
listing_status_insert_input: { name: { __type: "String" } },
|
|
12823
|
-
listing_status_max_fields: {
|
|
12824
|
-
__typename: { __type: "String!" },
|
|
12825
|
-
name: { __type: "String" },
|
|
12826
|
-
},
|
|
12827
|
-
listing_status_min_fields: {
|
|
12828
|
-
__typename: { __type: "String!" },
|
|
12829
|
-
name: { __type: "String" },
|
|
12830
|
-
},
|
|
12831
|
-
listing_status_mutation_response: {
|
|
12832
|
-
__typename: { __type: "String!" },
|
|
12833
|
-
affected_rows: { __type: "Int!" },
|
|
12834
|
-
returning: { __type: "[listing_status!]!" },
|
|
12835
|
-
},
|
|
12836
|
-
listing_status_on_conflict: {
|
|
12837
|
-
constraint: { __type: "listing_status_constraint!" },
|
|
12838
|
-
update_columns: { __type: "[listing_status_update_column!]!" },
|
|
12839
|
-
where: { __type: "listing_status_bool_exp" },
|
|
12840
|
-
},
|
|
12841
|
-
listing_status_order_by: { name: { __type: "order_by" } },
|
|
12842
|
-
listing_status_pk_columns_input: { name: { __type: "String!" } },
|
|
12843
|
-
listing_status_set_input: { name: { __type: "String" } },
|
|
12844
|
-
listing_status_stream_cursor_input: {
|
|
12845
|
-
initial_value: { __type: "listing_status_stream_cursor_value_input!" },
|
|
12846
|
-
ordering: { __type: "cursor_ordering" },
|
|
12847
|
-
},
|
|
12848
|
-
listing_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
12849
|
-
listing_status_updates: {
|
|
12850
|
-
_set: { __type: "listing_status_set_input" },
|
|
12851
|
-
where: { __type: "listing_status_bool_exp!" },
|
|
12852
|
-
},
|
|
12853
12707
|
listing_stddev_fields: {
|
|
12854
12708
|
__typename: { __type: "String!" },
|
|
12855
12709
|
bedrooms: { __type: "Float" },
|
|
@@ -12918,9 +12772,9 @@ export const generatedSchema = {
|
|
|
12918
12772
|
name: { __type: "String" },
|
|
12919
12773
|
ownerContactId: { __type: "uuid" },
|
|
12920
12774
|
pmsAddressData: { __type: "jsonb" },
|
|
12921
|
-
pmsStatus: { __type: "
|
|
12775
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
12922
12776
|
sourceId: { __type: "uuid" },
|
|
12923
|
-
status: { __type: "
|
|
12777
|
+
status: { __type: "activeStatus_enum" },
|
|
12924
12778
|
tenantId: { __type: "uuid" },
|
|
12925
12779
|
title: { __type: "String" },
|
|
12926
12780
|
uniqueRef: { __type: "String" },
|
|
@@ -14359,38 +14213,6 @@ export const generatedSchema = {
|
|
|
14359
14213
|
__type: "listing_owner_role",
|
|
14360
14214
|
__args: { name: "String!" },
|
|
14361
14215
|
},
|
|
14362
|
-
delete_listing_pms_status: {
|
|
14363
|
-
__type: "listing_pms_status_mutation_response",
|
|
14364
|
-
__args: { where: "listing_pms_status_bool_exp!" },
|
|
14365
|
-
},
|
|
14366
|
-
delete_listing_pms_status_by_pk: {
|
|
14367
|
-
__type: "listing_pms_status",
|
|
14368
|
-
__args: { name: "String!" },
|
|
14369
|
-
},
|
|
14370
|
-
delete_listing_status: {
|
|
14371
|
-
__type: "listing_status_mutation_response",
|
|
14372
|
-
__args: { where: "listing_status_bool_exp!" },
|
|
14373
|
-
},
|
|
14374
|
-
delete_listing_status_by_pk: {
|
|
14375
|
-
__type: "listing_status",
|
|
14376
|
-
__args: { name: "String!" },
|
|
14377
|
-
},
|
|
14378
|
-
delete_owner_pms_status: {
|
|
14379
|
-
__type: "owner_pms_status_mutation_response",
|
|
14380
|
-
__args: { where: "owner_pms_status_bool_exp!" },
|
|
14381
|
-
},
|
|
14382
|
-
delete_owner_pms_status_by_pk: {
|
|
14383
|
-
__type: "owner_pms_status",
|
|
14384
|
-
__args: { name: "String!" },
|
|
14385
|
-
},
|
|
14386
|
-
delete_owner_status: {
|
|
14387
|
-
__type: "owner_status_mutation_response",
|
|
14388
|
-
__args: { where: "owner_status_bool_exp!" },
|
|
14389
|
-
},
|
|
14390
|
-
delete_owner_status_by_pk: {
|
|
14391
|
-
__type: "owner_status",
|
|
14392
|
-
__args: { name: "String!" },
|
|
14393
|
-
},
|
|
14394
14216
|
delete_owner_user_access_role: {
|
|
14395
14217
|
__type: "owner_user_access_role_mutation_response",
|
|
14396
14218
|
__args: { where: "owner_user_access_role_bool_exp!" },
|
|
@@ -15992,62 +15814,6 @@ export const generatedSchema = {
|
|
|
15992
15814
|
on_conflict: "listing_owner_role_on_conflict",
|
|
15993
15815
|
},
|
|
15994
15816
|
},
|
|
15995
|
-
insert_listing_pms_status: {
|
|
15996
|
-
__type: "listing_pms_status_mutation_response",
|
|
15997
|
-
__args: {
|
|
15998
|
-
objects: "[listing_pms_status_insert_input!]!",
|
|
15999
|
-
on_conflict: "listing_pms_status_on_conflict",
|
|
16000
|
-
},
|
|
16001
|
-
},
|
|
16002
|
-
insert_listing_pms_status_one: {
|
|
16003
|
-
__type: "listing_pms_status",
|
|
16004
|
-
__args: {
|
|
16005
|
-
object: "listing_pms_status_insert_input!",
|
|
16006
|
-
on_conflict: "listing_pms_status_on_conflict",
|
|
16007
|
-
},
|
|
16008
|
-
},
|
|
16009
|
-
insert_listing_status: {
|
|
16010
|
-
__type: "listing_status_mutation_response",
|
|
16011
|
-
__args: {
|
|
16012
|
-
objects: "[listing_status_insert_input!]!",
|
|
16013
|
-
on_conflict: "listing_status_on_conflict",
|
|
16014
|
-
},
|
|
16015
|
-
},
|
|
16016
|
-
insert_listing_status_one: {
|
|
16017
|
-
__type: "listing_status",
|
|
16018
|
-
__args: {
|
|
16019
|
-
object: "listing_status_insert_input!",
|
|
16020
|
-
on_conflict: "listing_status_on_conflict",
|
|
16021
|
-
},
|
|
16022
|
-
},
|
|
16023
|
-
insert_owner_pms_status: {
|
|
16024
|
-
__type: "owner_pms_status_mutation_response",
|
|
16025
|
-
__args: {
|
|
16026
|
-
objects: "[owner_pms_status_insert_input!]!",
|
|
16027
|
-
on_conflict: "owner_pms_status_on_conflict",
|
|
16028
|
-
},
|
|
16029
|
-
},
|
|
16030
|
-
insert_owner_pms_status_one: {
|
|
16031
|
-
__type: "owner_pms_status",
|
|
16032
|
-
__args: {
|
|
16033
|
-
object: "owner_pms_status_insert_input!",
|
|
16034
|
-
on_conflict: "owner_pms_status_on_conflict",
|
|
16035
|
-
},
|
|
16036
|
-
},
|
|
16037
|
-
insert_owner_status: {
|
|
16038
|
-
__type: "owner_status_mutation_response",
|
|
16039
|
-
__args: {
|
|
16040
|
-
objects: "[owner_status_insert_input!]!",
|
|
16041
|
-
on_conflict: "owner_status_on_conflict",
|
|
16042
|
-
},
|
|
16043
|
-
},
|
|
16044
|
-
insert_owner_status_one: {
|
|
16045
|
-
__type: "owner_status",
|
|
16046
|
-
__args: {
|
|
16047
|
-
object: "owner_status_insert_input!",
|
|
16048
|
-
on_conflict: "owner_status_on_conflict",
|
|
16049
|
-
},
|
|
16050
|
-
},
|
|
16051
15817
|
insert_owner_user_access_role: {
|
|
16052
15818
|
__type: "owner_user_access_role_mutation_response",
|
|
16053
15819
|
__args: {
|
|
@@ -18478,60 +18244,6 @@ export const generatedSchema = {
|
|
|
18478
18244
|
__type: "[listing_owner_role_mutation_response]",
|
|
18479
18245
|
__args: { updates: "[listing_owner_role_updates!]!" },
|
|
18480
18246
|
},
|
|
18481
|
-
update_listing_pms_status: {
|
|
18482
|
-
__type: "listing_pms_status_mutation_response",
|
|
18483
|
-
__args: {
|
|
18484
|
-
_set: "listing_pms_status_set_input",
|
|
18485
|
-
where: "listing_pms_status_bool_exp!",
|
|
18486
|
-
},
|
|
18487
|
-
},
|
|
18488
|
-
update_listing_pms_status_by_pk: {
|
|
18489
|
-
__type: "listing_pms_status",
|
|
18490
|
-
__args: {
|
|
18491
|
-
_set: "listing_pms_status_set_input",
|
|
18492
|
-
pk_columns: "listing_pms_status_pk_columns_input!",
|
|
18493
|
-
},
|
|
18494
|
-
},
|
|
18495
|
-
update_listing_pms_status_many: {
|
|
18496
|
-
__type: "[listing_pms_status_mutation_response]",
|
|
18497
|
-
__args: { updates: "[listing_pms_status_updates!]!" },
|
|
18498
|
-
},
|
|
18499
|
-
update_listing_status: {
|
|
18500
|
-
__type: "listing_status_mutation_response",
|
|
18501
|
-
__args: {
|
|
18502
|
-
_set: "listing_status_set_input",
|
|
18503
|
-
where: "listing_status_bool_exp!",
|
|
18504
|
-
},
|
|
18505
|
-
},
|
|
18506
|
-
update_listing_status_by_pk: {
|
|
18507
|
-
__type: "listing_status",
|
|
18508
|
-
__args: {
|
|
18509
|
-
_set: "listing_status_set_input",
|
|
18510
|
-
pk_columns: "listing_status_pk_columns_input!",
|
|
18511
|
-
},
|
|
18512
|
-
},
|
|
18513
|
-
update_listing_status_many: {
|
|
18514
|
-
__type: "[listing_status_mutation_response]",
|
|
18515
|
-
__args: { updates: "[listing_status_updates!]!" },
|
|
18516
|
-
},
|
|
18517
|
-
update_owner_pms_status: {
|
|
18518
|
-
__type: "owner_pms_status_mutation_response",
|
|
18519
|
-
__args: {
|
|
18520
|
-
_set: "owner_pms_status_set_input",
|
|
18521
|
-
where: "owner_pms_status_bool_exp!",
|
|
18522
|
-
},
|
|
18523
|
-
},
|
|
18524
|
-
update_owner_pms_status_by_pk: {
|
|
18525
|
-
__type: "owner_pms_status",
|
|
18526
|
-
__args: {
|
|
18527
|
-
_set: "owner_pms_status_set_input",
|
|
18528
|
-
pk_columns: "owner_pms_status_pk_columns_input!",
|
|
18529
|
-
},
|
|
18530
|
-
},
|
|
18531
|
-
update_owner_pms_status_many: {
|
|
18532
|
-
__type: "[owner_pms_status_mutation_response]",
|
|
18533
|
-
__args: { updates: "[owner_pms_status_updates!]!" },
|
|
18534
|
-
},
|
|
18535
18247
|
update_owner_statement_line_many: {
|
|
18536
18248
|
__type: "[owner_statement_line_mutation_response]",
|
|
18537
18249
|
__args: { updates: "[owner_statement_line_updates!]!" },
|
|
@@ -18544,24 +18256,6 @@ export const generatedSchema = {
|
|
|
18544
18256
|
__type: "[owner_statement_template_mutation_response]",
|
|
18545
18257
|
__args: { updates: "[owner_statement_template_updates!]!" },
|
|
18546
18258
|
},
|
|
18547
|
-
update_owner_status: {
|
|
18548
|
-
__type: "owner_status_mutation_response",
|
|
18549
|
-
__args: {
|
|
18550
|
-
_set: "owner_status_set_input",
|
|
18551
|
-
where: "owner_status_bool_exp!",
|
|
18552
|
-
},
|
|
18553
|
-
},
|
|
18554
|
-
update_owner_status_by_pk: {
|
|
18555
|
-
__type: "owner_status",
|
|
18556
|
-
__args: {
|
|
18557
|
-
_set: "owner_status_set_input",
|
|
18558
|
-
pk_columns: "owner_status_pk_columns_input!",
|
|
18559
|
-
},
|
|
18560
|
-
},
|
|
18561
|
-
update_owner_status_many: {
|
|
18562
|
-
__type: "[owner_status_mutation_response]",
|
|
18563
|
-
__args: { updates: "[owner_status_updates!]!" },
|
|
18564
|
-
},
|
|
18565
18259
|
update_owner_user_access_role: {
|
|
18566
18260
|
__type: "owner_user_access_role_mutation_response",
|
|
18567
18261
|
__args: {
|
|
@@ -19033,7 +18727,7 @@ export const generatedSchema = {
|
|
|
19033
18727
|
},
|
|
19034
18728
|
},
|
|
19035
18729
|
phone: { __type: "String" },
|
|
19036
|
-
pmsStatus: { __type: "
|
|
18730
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19037
18731
|
settingsLeft: {
|
|
19038
18732
|
__type: "[setting!]!",
|
|
19039
18733
|
__args: {
|
|
@@ -19096,7 +18790,7 @@ export const generatedSchema = {
|
|
|
19096
18790
|
where: "owner_statement_owner_bool_exp",
|
|
19097
18791
|
},
|
|
19098
18792
|
},
|
|
19099
|
-
status: { __type: "
|
|
18793
|
+
status: { __type: "activeStatus_enum" },
|
|
19100
18794
|
taxId: { __type: "String" },
|
|
19101
18795
|
taxStatements: {
|
|
19102
18796
|
__type: "[tax_statement!]!",
|
|
@@ -19502,7 +19196,7 @@ export const generatedSchema = {
|
|
|
19502
19196
|
ownerships: { __type: "listing_owner_bool_exp" },
|
|
19503
19197
|
ownerships_aggregate: { __type: "listing_owner_aggregate_bool_exp" },
|
|
19504
19198
|
phone: { __type: "String_comparison_exp" },
|
|
19505
|
-
pmsStatus: { __type: "
|
|
19199
|
+
pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
|
|
19506
19200
|
settingsLeft: { __type: "setting_bool_exp" },
|
|
19507
19201
|
settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
|
|
19508
19202
|
settingsRight: { __type: "setting_bool_exp" },
|
|
@@ -19513,7 +19207,7 @@ export const generatedSchema = {
|
|
|
19513
19207
|
statementOwnerships_aggregate: {
|
|
19514
19208
|
__type: "owner_statement_owner_aggregate_bool_exp",
|
|
19515
19209
|
},
|
|
19516
|
-
status: { __type: "
|
|
19210
|
+
status: { __type: "activeStatus_enum_comparison_exp" },
|
|
19517
19211
|
taxId: { __type: "String_comparison_exp" },
|
|
19518
19212
|
taxStatements: { __type: "tax_statement_bool_exp" },
|
|
19519
19213
|
taxStatements_aggregate: { __type: "tax_statement_aggregate_bool_exp" },
|
|
@@ -19543,7 +19237,7 @@ export const generatedSchema = {
|
|
|
19543
19237
|
},
|
|
19544
19238
|
ownerships: { __type: "listing_owner_arr_rel_insert_input" },
|
|
19545
19239
|
phone: { __type: "String" },
|
|
19546
|
-
pmsStatus: { __type: "
|
|
19240
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19547
19241
|
settingsLeft: { __type: "setting_arr_rel_insert_input" },
|
|
19548
19242
|
settingsRight: { __type: "setting_arr_rel_insert_input" },
|
|
19549
19243
|
source: { __type: "source_obj_rel_insert_input" },
|
|
@@ -19551,7 +19245,7 @@ export const generatedSchema = {
|
|
|
19551
19245
|
statementOwnerships: {
|
|
19552
19246
|
__type: "owner_statement_owner_arr_rel_insert_input",
|
|
19553
19247
|
},
|
|
19554
|
-
status: { __type: "
|
|
19248
|
+
status: { __type: "activeStatus_enum" },
|
|
19555
19249
|
taxId: { __type: "String" },
|
|
19556
19250
|
taxStatements: { __type: "tax_statement_arr_rel_insert_input" },
|
|
19557
19251
|
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
@@ -19678,71 +19372,6 @@ export const generatedSchema = {
|
|
|
19678
19372
|
userAccesses_aggregate: { __type: "owner_user_access_aggregate_order_by" },
|
|
19679
19373
|
},
|
|
19680
19374
|
owner_pk_columns_input: { id: { __type: "uuid!" } },
|
|
19681
|
-
owner_pms_status: {
|
|
19682
|
-
__typename: { __type: "String!" },
|
|
19683
|
-
name: { __type: "String!" },
|
|
19684
|
-
},
|
|
19685
|
-
owner_pms_status_aggregate: {
|
|
19686
|
-
__typename: { __type: "String!" },
|
|
19687
|
-
aggregate: { __type: "owner_pms_status_aggregate_fields" },
|
|
19688
|
-
nodes: { __type: "[owner_pms_status!]!" },
|
|
19689
|
-
},
|
|
19690
|
-
owner_pms_status_aggregate_fields: {
|
|
19691
|
-
__typename: { __type: "String!" },
|
|
19692
|
-
count: {
|
|
19693
|
-
__type: "Int!",
|
|
19694
|
-
__args: {
|
|
19695
|
-
columns: "[owner_pms_status_select_column!]",
|
|
19696
|
-
distinct: "Boolean",
|
|
19697
|
-
},
|
|
19698
|
-
},
|
|
19699
|
-
max: { __type: "owner_pms_status_max_fields" },
|
|
19700
|
-
min: { __type: "owner_pms_status_min_fields" },
|
|
19701
|
-
},
|
|
19702
|
-
owner_pms_status_bool_exp: {
|
|
19703
|
-
_and: { __type: "[owner_pms_status_bool_exp!]" },
|
|
19704
|
-
_not: { __type: "owner_pms_status_bool_exp" },
|
|
19705
|
-
_or: { __type: "[owner_pms_status_bool_exp!]" },
|
|
19706
|
-
name: { __type: "String_comparison_exp" },
|
|
19707
|
-
},
|
|
19708
|
-
owner_pms_status_enum_comparison_exp: {
|
|
19709
|
-
_eq: { __type: "owner_pms_status_enum" },
|
|
19710
|
-
_in: { __type: "[owner_pms_status_enum!]" },
|
|
19711
|
-
_is_null: { __type: "Boolean" },
|
|
19712
|
-
_neq: { __type: "owner_pms_status_enum" },
|
|
19713
|
-
_nin: { __type: "[owner_pms_status_enum!]" },
|
|
19714
|
-
},
|
|
19715
|
-
owner_pms_status_insert_input: { name: { __type: "String" } },
|
|
19716
|
-
owner_pms_status_max_fields: {
|
|
19717
|
-
__typename: { __type: "String!" },
|
|
19718
|
-
name: { __type: "String" },
|
|
19719
|
-
},
|
|
19720
|
-
owner_pms_status_min_fields: {
|
|
19721
|
-
__typename: { __type: "String!" },
|
|
19722
|
-
name: { __type: "String" },
|
|
19723
|
-
},
|
|
19724
|
-
owner_pms_status_mutation_response: {
|
|
19725
|
-
__typename: { __type: "String!" },
|
|
19726
|
-
affected_rows: { __type: "Int!" },
|
|
19727
|
-
returning: { __type: "[owner_pms_status!]!" },
|
|
19728
|
-
},
|
|
19729
|
-
owner_pms_status_on_conflict: {
|
|
19730
|
-
constraint: { __type: "owner_pms_status_constraint!" },
|
|
19731
|
-
update_columns: { __type: "[owner_pms_status_update_column!]!" },
|
|
19732
|
-
where: { __type: "owner_pms_status_bool_exp" },
|
|
19733
|
-
},
|
|
19734
|
-
owner_pms_status_order_by: { name: { __type: "order_by" } },
|
|
19735
|
-
owner_pms_status_pk_columns_input: { name: { __type: "String!" } },
|
|
19736
|
-
owner_pms_status_set_input: { name: { __type: "String" } },
|
|
19737
|
-
owner_pms_status_stream_cursor_input: {
|
|
19738
|
-
initial_value: { __type: "owner_pms_status_stream_cursor_value_input!" },
|
|
19739
|
-
ordering: { __type: "cursor_ordering" },
|
|
19740
|
-
},
|
|
19741
|
-
owner_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
19742
|
-
owner_pms_status_updates: {
|
|
19743
|
-
_set: { __type: "owner_pms_status_set_input" },
|
|
19744
|
-
where: { __type: "owner_pms_status_bool_exp!" },
|
|
19745
|
-
},
|
|
19746
19375
|
owner_set_input: {
|
|
19747
19376
|
addressId: { __type: "uuid" },
|
|
19748
19377
|
companyType: { __type: "String" },
|
|
@@ -19754,9 +19383,9 @@ export const generatedSchema = {
|
|
|
19754
19383
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
19755
19384
|
name: { __type: "String" },
|
|
19756
19385
|
phone: { __type: "String" },
|
|
19757
|
-
pmsStatus: { __type: "
|
|
19386
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
19758
19387
|
sourceId: { __type: "uuid" },
|
|
19759
|
-
status: { __type: "
|
|
19388
|
+
status: { __type: "activeStatus_enum" },
|
|
19760
19389
|
taxId: { __type: "String" },
|
|
19761
19390
|
tenantId: { __type: "uuid" },
|
|
19762
19391
|
type: { __type: "owner_type_enum" },
|
|
@@ -21790,68 +21419,6 @@ export const generatedSchema = {
|
|
|
21790
21419
|
centTotal: { __type: "order_by" },
|
|
21791
21420
|
centTransfer: { __type: "order_by" },
|
|
21792
21421
|
},
|
|
21793
|
-
owner_status: {
|
|
21794
|
-
__typename: { __type: "String!" },
|
|
21795
|
-
name: { __type: "String!" },
|
|
21796
|
-
},
|
|
21797
|
-
owner_status_aggregate: {
|
|
21798
|
-
__typename: { __type: "String!" },
|
|
21799
|
-
aggregate: { __type: "owner_status_aggregate_fields" },
|
|
21800
|
-
nodes: { __type: "[owner_status!]!" },
|
|
21801
|
-
},
|
|
21802
|
-
owner_status_aggregate_fields: {
|
|
21803
|
-
__typename: { __type: "String!" },
|
|
21804
|
-
count: {
|
|
21805
|
-
__type: "Int!",
|
|
21806
|
-
__args: { columns: "[owner_status_select_column!]", distinct: "Boolean" },
|
|
21807
|
-
},
|
|
21808
|
-
max: { __type: "owner_status_max_fields" },
|
|
21809
|
-
min: { __type: "owner_status_min_fields" },
|
|
21810
|
-
},
|
|
21811
|
-
owner_status_bool_exp: {
|
|
21812
|
-
_and: { __type: "[owner_status_bool_exp!]" },
|
|
21813
|
-
_not: { __type: "owner_status_bool_exp" },
|
|
21814
|
-
_or: { __type: "[owner_status_bool_exp!]" },
|
|
21815
|
-
name: { __type: "String_comparison_exp" },
|
|
21816
|
-
},
|
|
21817
|
-
owner_status_enum_comparison_exp: {
|
|
21818
|
-
_eq: { __type: "owner_status_enum" },
|
|
21819
|
-
_in: { __type: "[owner_status_enum!]" },
|
|
21820
|
-
_is_null: { __type: "Boolean" },
|
|
21821
|
-
_neq: { __type: "owner_status_enum" },
|
|
21822
|
-
_nin: { __type: "[owner_status_enum!]" },
|
|
21823
|
-
},
|
|
21824
|
-
owner_status_insert_input: { name: { __type: "String" } },
|
|
21825
|
-
owner_status_max_fields: {
|
|
21826
|
-
__typename: { __type: "String!" },
|
|
21827
|
-
name: { __type: "String" },
|
|
21828
|
-
},
|
|
21829
|
-
owner_status_min_fields: {
|
|
21830
|
-
__typename: { __type: "String!" },
|
|
21831
|
-
name: { __type: "String" },
|
|
21832
|
-
},
|
|
21833
|
-
owner_status_mutation_response: {
|
|
21834
|
-
__typename: { __type: "String!" },
|
|
21835
|
-
affected_rows: { __type: "Int!" },
|
|
21836
|
-
returning: { __type: "[owner_status!]!" },
|
|
21837
|
-
},
|
|
21838
|
-
owner_status_on_conflict: {
|
|
21839
|
-
constraint: { __type: "owner_status_constraint!" },
|
|
21840
|
-
update_columns: { __type: "[owner_status_update_column!]!" },
|
|
21841
|
-
where: { __type: "owner_status_bool_exp" },
|
|
21842
|
-
},
|
|
21843
|
-
owner_status_order_by: { name: { __type: "order_by" } },
|
|
21844
|
-
owner_status_pk_columns_input: { name: { __type: "String!" } },
|
|
21845
|
-
owner_status_set_input: { name: { __type: "String" } },
|
|
21846
|
-
owner_status_stream_cursor_input: {
|
|
21847
|
-
initial_value: { __type: "owner_status_stream_cursor_value_input!" },
|
|
21848
|
-
ordering: { __type: "cursor_ordering" },
|
|
21849
|
-
},
|
|
21850
|
-
owner_status_stream_cursor_value_input: { name: { __type: "String" } },
|
|
21851
|
-
owner_status_updates: {
|
|
21852
|
-
_set: { __type: "owner_status_set_input" },
|
|
21853
|
-
where: { __type: "owner_status_bool_exp!" },
|
|
21854
|
-
},
|
|
21855
21422
|
owner_stream_cursor_input: {
|
|
21856
21423
|
initial_value: { __type: "owner_stream_cursor_value_input!" },
|
|
21857
21424
|
ordering: { __type: "cursor_ordering" },
|
|
@@ -21867,9 +21434,9 @@ export const generatedSchema = {
|
|
|
21867
21434
|
is1099PostalDelivery: { __type: "Boolean" },
|
|
21868
21435
|
name: { __type: "String" },
|
|
21869
21436
|
phone: { __type: "String" },
|
|
21870
|
-
pmsStatus: { __type: "
|
|
21437
|
+
pmsStatus: { __type: "activeStatus_enum" },
|
|
21871
21438
|
sourceId: { __type: "uuid" },
|
|
21872
|
-
status: { __type: "
|
|
21439
|
+
status: { __type: "activeStatus_enum" },
|
|
21873
21440
|
taxId: { __type: "String" },
|
|
21874
21441
|
tenantId: { __type: "uuid" },
|
|
21875
21442
|
type: { __type: "owner_type_enum" },
|
|
@@ -25397,54 +24964,6 @@ export const generatedSchema = {
|
|
|
25397
24964
|
__type: "listing_owner_role",
|
|
25398
24965
|
__args: { name: "String!" },
|
|
25399
24966
|
},
|
|
25400
|
-
listing_pms_status: {
|
|
25401
|
-
__type: "[listing_pms_status!]!",
|
|
25402
|
-
__args: {
|
|
25403
|
-
distinct_on: "[listing_pms_status_select_column!]",
|
|
25404
|
-
limit: "Int",
|
|
25405
|
-
offset: "Int",
|
|
25406
|
-
order_by: "[listing_pms_status_order_by!]",
|
|
25407
|
-
where: "listing_pms_status_bool_exp",
|
|
25408
|
-
},
|
|
25409
|
-
},
|
|
25410
|
-
listing_pms_status_aggregate: {
|
|
25411
|
-
__type: "listing_pms_status_aggregate!",
|
|
25412
|
-
__args: {
|
|
25413
|
-
distinct_on: "[listing_pms_status_select_column!]",
|
|
25414
|
-
limit: "Int",
|
|
25415
|
-
offset: "Int",
|
|
25416
|
-
order_by: "[listing_pms_status_order_by!]",
|
|
25417
|
-
where: "listing_pms_status_bool_exp",
|
|
25418
|
-
},
|
|
25419
|
-
},
|
|
25420
|
-
listing_pms_status_by_pk: {
|
|
25421
|
-
__type: "listing_pms_status",
|
|
25422
|
-
__args: { name: "String!" },
|
|
25423
|
-
},
|
|
25424
|
-
listing_status: {
|
|
25425
|
-
__type: "[listing_status!]!",
|
|
25426
|
-
__args: {
|
|
25427
|
-
distinct_on: "[listing_status_select_column!]",
|
|
25428
|
-
limit: "Int",
|
|
25429
|
-
offset: "Int",
|
|
25430
|
-
order_by: "[listing_status_order_by!]",
|
|
25431
|
-
where: "listing_status_bool_exp",
|
|
25432
|
-
},
|
|
25433
|
-
},
|
|
25434
|
-
listing_status_aggregate: {
|
|
25435
|
-
__type: "listing_status_aggregate!",
|
|
25436
|
-
__args: {
|
|
25437
|
-
distinct_on: "[listing_status_select_column!]",
|
|
25438
|
-
limit: "Int",
|
|
25439
|
-
offset: "Int",
|
|
25440
|
-
order_by: "[listing_status_order_by!]",
|
|
25441
|
-
where: "listing_status_bool_exp",
|
|
25442
|
-
},
|
|
25443
|
-
},
|
|
25444
|
-
listing_status_by_pk: {
|
|
25445
|
-
__type: "listing_status",
|
|
25446
|
-
__args: { name: "String!" },
|
|
25447
|
-
},
|
|
25448
24967
|
listings: {
|
|
25449
24968
|
__type: "[listing!]!",
|
|
25450
24969
|
__args: {
|
|
@@ -25868,51 +25387,6 @@ export const generatedSchema = {
|
|
|
25868
25387
|
where: "owner_user_access_bool_exp",
|
|
25869
25388
|
},
|
|
25870
25389
|
},
|
|
25871
|
-
owner_pms_status: {
|
|
25872
|
-
__type: "[owner_pms_status!]!",
|
|
25873
|
-
__args: {
|
|
25874
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
25875
|
-
limit: "Int",
|
|
25876
|
-
offset: "Int",
|
|
25877
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
25878
|
-
where: "owner_pms_status_bool_exp",
|
|
25879
|
-
},
|
|
25880
|
-
},
|
|
25881
|
-
owner_pms_status_aggregate: {
|
|
25882
|
-
__type: "owner_pms_status_aggregate!",
|
|
25883
|
-
__args: {
|
|
25884
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
25885
|
-
limit: "Int",
|
|
25886
|
-
offset: "Int",
|
|
25887
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
25888
|
-
where: "owner_pms_status_bool_exp",
|
|
25889
|
-
},
|
|
25890
|
-
},
|
|
25891
|
-
owner_pms_status_by_pk: {
|
|
25892
|
-
__type: "owner_pms_status",
|
|
25893
|
-
__args: { name: "String!" },
|
|
25894
|
-
},
|
|
25895
|
-
owner_status: {
|
|
25896
|
-
__type: "[owner_status!]!",
|
|
25897
|
-
__args: {
|
|
25898
|
-
distinct_on: "[owner_status_select_column!]",
|
|
25899
|
-
limit: "Int",
|
|
25900
|
-
offset: "Int",
|
|
25901
|
-
order_by: "[owner_status_order_by!]",
|
|
25902
|
-
where: "owner_status_bool_exp",
|
|
25903
|
-
},
|
|
25904
|
-
},
|
|
25905
|
-
owner_status_aggregate: {
|
|
25906
|
-
__type: "owner_status_aggregate!",
|
|
25907
|
-
__args: {
|
|
25908
|
-
distinct_on: "[owner_status_select_column!]",
|
|
25909
|
-
limit: "Int",
|
|
25910
|
-
offset: "Int",
|
|
25911
|
-
order_by: "[owner_status_order_by!]",
|
|
25912
|
-
where: "owner_status_bool_exp",
|
|
25913
|
-
},
|
|
25914
|
-
},
|
|
25915
|
-
owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
|
|
25916
25390
|
owner_user_access_role: {
|
|
25917
25391
|
__type: "[owner_user_access_role!]!",
|
|
25918
25392
|
__args: {
|
|
@@ -34327,70 +33801,6 @@ export const generatedSchema = {
|
|
|
34327
33801
|
where: "listing_owner_bool_exp",
|
|
34328
33802
|
},
|
|
34329
33803
|
},
|
|
34330
|
-
listing_pms_status: {
|
|
34331
|
-
__type: "[listing_pms_status!]!",
|
|
34332
|
-
__args: {
|
|
34333
|
-
distinct_on: "[listing_pms_status_select_column!]",
|
|
34334
|
-
limit: "Int",
|
|
34335
|
-
offset: "Int",
|
|
34336
|
-
order_by: "[listing_pms_status_order_by!]",
|
|
34337
|
-
where: "listing_pms_status_bool_exp",
|
|
34338
|
-
},
|
|
34339
|
-
},
|
|
34340
|
-
listing_pms_status_aggregate: {
|
|
34341
|
-
__type: "listing_pms_status_aggregate!",
|
|
34342
|
-
__args: {
|
|
34343
|
-
distinct_on: "[listing_pms_status_select_column!]",
|
|
34344
|
-
limit: "Int",
|
|
34345
|
-
offset: "Int",
|
|
34346
|
-
order_by: "[listing_pms_status_order_by!]",
|
|
34347
|
-
where: "listing_pms_status_bool_exp",
|
|
34348
|
-
},
|
|
34349
|
-
},
|
|
34350
|
-
listing_pms_status_by_pk: {
|
|
34351
|
-
__type: "listing_pms_status",
|
|
34352
|
-
__args: { name: "String!" },
|
|
34353
|
-
},
|
|
34354
|
-
listing_pms_status_stream: {
|
|
34355
|
-
__type: "[listing_pms_status!]!",
|
|
34356
|
-
__args: {
|
|
34357
|
-
batch_size: "Int!",
|
|
34358
|
-
cursor: "[listing_pms_status_stream_cursor_input]!",
|
|
34359
|
-
where: "listing_pms_status_bool_exp",
|
|
34360
|
-
},
|
|
34361
|
-
},
|
|
34362
|
-
listing_status: {
|
|
34363
|
-
__type: "[listing_status!]!",
|
|
34364
|
-
__args: {
|
|
34365
|
-
distinct_on: "[listing_status_select_column!]",
|
|
34366
|
-
limit: "Int",
|
|
34367
|
-
offset: "Int",
|
|
34368
|
-
order_by: "[listing_status_order_by!]",
|
|
34369
|
-
where: "listing_status_bool_exp",
|
|
34370
|
-
},
|
|
34371
|
-
},
|
|
34372
|
-
listing_status_aggregate: {
|
|
34373
|
-
__type: "listing_status_aggregate!",
|
|
34374
|
-
__args: {
|
|
34375
|
-
distinct_on: "[listing_status_select_column!]",
|
|
34376
|
-
limit: "Int",
|
|
34377
|
-
offset: "Int",
|
|
34378
|
-
order_by: "[listing_status_order_by!]",
|
|
34379
|
-
where: "listing_status_bool_exp",
|
|
34380
|
-
},
|
|
34381
|
-
},
|
|
34382
|
-
listing_status_by_pk: {
|
|
34383
|
-
__type: "listing_status",
|
|
34384
|
-
__args: { name: "String!" },
|
|
34385
|
-
},
|
|
34386
|
-
listing_status_stream: {
|
|
34387
|
-
__type: "[listing_status!]!",
|
|
34388
|
-
__args: {
|
|
34389
|
-
batch_size: "Int!",
|
|
34390
|
-
cursor: "[listing_status_stream_cursor_input]!",
|
|
34391
|
-
where: "listing_status_bool_exp",
|
|
34392
|
-
},
|
|
34393
|
-
},
|
|
34394
33804
|
listing_stream: {
|
|
34395
33805
|
__type: "[listing!]!",
|
|
34396
33806
|
__args: {
|
|
@@ -34894,38 +34304,6 @@ export const generatedSchema = {
|
|
|
34894
34304
|
where: "owner_user_access_bool_exp",
|
|
34895
34305
|
},
|
|
34896
34306
|
},
|
|
34897
|
-
owner_pms_status: {
|
|
34898
|
-
__type: "[owner_pms_status!]!",
|
|
34899
|
-
__args: {
|
|
34900
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
34901
|
-
limit: "Int",
|
|
34902
|
-
offset: "Int",
|
|
34903
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
34904
|
-
where: "owner_pms_status_bool_exp",
|
|
34905
|
-
},
|
|
34906
|
-
},
|
|
34907
|
-
owner_pms_status_aggregate: {
|
|
34908
|
-
__type: "owner_pms_status_aggregate!",
|
|
34909
|
-
__args: {
|
|
34910
|
-
distinct_on: "[owner_pms_status_select_column!]",
|
|
34911
|
-
limit: "Int",
|
|
34912
|
-
offset: "Int",
|
|
34913
|
-
order_by: "[owner_pms_status_order_by!]",
|
|
34914
|
-
where: "owner_pms_status_bool_exp",
|
|
34915
|
-
},
|
|
34916
|
-
},
|
|
34917
|
-
owner_pms_status_by_pk: {
|
|
34918
|
-
__type: "owner_pms_status",
|
|
34919
|
-
__args: { name: "String!" },
|
|
34920
|
-
},
|
|
34921
|
-
owner_pms_status_stream: {
|
|
34922
|
-
__type: "[owner_pms_status!]!",
|
|
34923
|
-
__args: {
|
|
34924
|
-
batch_size: "Int!",
|
|
34925
|
-
cursor: "[owner_pms_status_stream_cursor_input]!",
|
|
34926
|
-
where: "owner_pms_status_bool_exp",
|
|
34927
|
-
},
|
|
34928
|
-
},
|
|
34929
34307
|
owner_statement_line_stream: {
|
|
34930
34308
|
__type: "[owner_statement_line!]!",
|
|
34931
34309
|
__args: {
|
|
@@ -34950,35 +34328,6 @@ export const generatedSchema = {
|
|
|
34950
34328
|
where: "owner_statement_template_bool_exp",
|
|
34951
34329
|
},
|
|
34952
34330
|
},
|
|
34953
|
-
owner_status: {
|
|
34954
|
-
__type: "[owner_status!]!",
|
|
34955
|
-
__args: {
|
|
34956
|
-
distinct_on: "[owner_status_select_column!]",
|
|
34957
|
-
limit: "Int",
|
|
34958
|
-
offset: "Int",
|
|
34959
|
-
order_by: "[owner_status_order_by!]",
|
|
34960
|
-
where: "owner_status_bool_exp",
|
|
34961
|
-
},
|
|
34962
|
-
},
|
|
34963
|
-
owner_status_aggregate: {
|
|
34964
|
-
__type: "owner_status_aggregate!",
|
|
34965
|
-
__args: {
|
|
34966
|
-
distinct_on: "[owner_status_select_column!]",
|
|
34967
|
-
limit: "Int",
|
|
34968
|
-
offset: "Int",
|
|
34969
|
-
order_by: "[owner_status_order_by!]",
|
|
34970
|
-
where: "owner_status_bool_exp",
|
|
34971
|
-
},
|
|
34972
|
-
},
|
|
34973
|
-
owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
|
|
34974
|
-
owner_status_stream: {
|
|
34975
|
-
__type: "[owner_status!]!",
|
|
34976
|
-
__args: {
|
|
34977
|
-
batch_size: "Int!",
|
|
34978
|
-
cursor: "[owner_status_stream_cursor_input]!",
|
|
34979
|
-
where: "owner_status_bool_exp",
|
|
34980
|
-
},
|
|
34981
|
-
},
|
|
34982
34331
|
owner_user_access_role: {
|
|
34983
34332
|
__type: "[owner_user_access_role!]!",
|
|
34984
34333
|
__args: {
|