@vrplatform/graphql 1.1.17 → 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.
@@ -264,10 +264,6 @@ exports.scalarsEnumsHash = {
264
264
  ownerStatementLayoutListing_select_column: true,
265
265
  ownerStatementLayoutListing_update_column: true,
266
266
  owner_constraint: true,
267
- owner_pms_status_constraint: true,
268
- owner_pms_status_enum: true,
269
- owner_pms_status_select_column: true,
270
- owner_pms_status_update_column: true,
271
267
  owner_select_column: true,
272
268
  owner_select_column_owner_aggregate_bool_exp_bool_and_arguments_columns: true,
273
269
  owner_select_column_owner_aggregate_bool_exp_bool_or_arguments_columns: true,
@@ -292,10 +288,6 @@ exports.scalarsEnumsHash = {
292
288
  owner_statement_template_select_column: true,
293
289
  owner_statement_template_update_column: true,
294
290
  owner_statement_update_column: true,
295
- owner_status_constraint: true,
296
- owner_status_enum: true,
297
- owner_status_select_column: true,
298
- owner_status_update_column: true,
299
291
  owner_type_constraint: true,
300
292
  owner_type_enum: true,
301
293
  owner_type_select_column: true,
@@ -10313,7 +10305,7 @@ exports.generatedSchema = {
10313
10305
  address_id: { __type: "uuid" },
10314
10306
  bedrooms: { __type: "Int" },
10315
10307
  beds: { __type: "Int" },
10316
- calculatedStatus: { __type: "activeStatus_enum" },
10308
+ calculatedStatus: { __type: "String" },
10317
10309
  calculatedTitle: { __type: "String" },
10318
10310
  calculated_title: { __type: "String" },
10319
10311
  centExpenseReserve: { __type: "Int" },
@@ -11310,7 +11302,7 @@ exports.generatedSchema = {
11310
11302
  address_id: { __type: "uuid_comparison_exp" },
11311
11303
  bedrooms: { __type: "Int_comparison_exp" },
11312
11304
  beds: { __type: "Int_comparison_exp" },
11313
- calculatedStatus: { __type: "activeStatus_enum_comparison_exp" },
11305
+ calculatedStatus: { __type: "String_comparison_exp" },
11314
11306
  calculatedTitle: { __type: "String_comparison_exp" },
11315
11307
  calculated_title: { __type: "String_comparison_exp" },
11316
11308
  centExpenseReserve: { __type: "Int_comparison_exp" },
@@ -12101,6 +12093,7 @@ exports.generatedSchema = {
12101
12093
  address_id: { __type: "uuid" },
12102
12094
  bedrooms: { __type: "Int" },
12103
12095
  beds: { __type: "Int" },
12096
+ calculatedStatus: { __type: "String" },
12104
12097
  calculatedTitle: { __type: "String" },
12105
12098
  calculated_title: { __type: "String" },
12106
12099
  centExpenseReserve: { __type: "Int" },
@@ -12127,6 +12120,7 @@ exports.generatedSchema = {
12127
12120
  address_id: { __type: "order_by" },
12128
12121
  bedrooms: { __type: "order_by" },
12129
12122
  beds: { __type: "order_by" },
12123
+ calculatedStatus: { __type: "order_by" },
12130
12124
  calculatedTitle: { __type: "order_by" },
12131
12125
  calculated_title: { __type: "order_by" },
12132
12126
  centExpenseReserve: { __type: "order_by" },
@@ -12154,6 +12148,7 @@ exports.generatedSchema = {
12154
12148
  address_id: { __type: "uuid" },
12155
12149
  bedrooms: { __type: "Int" },
12156
12150
  beds: { __type: "Int" },
12151
+ calculatedStatus: { __type: "String" },
12157
12152
  calculatedTitle: { __type: "String" },
12158
12153
  calculated_title: { __type: "String" },
12159
12154
  centExpenseReserve: { __type: "Int" },
@@ -12180,6 +12175,7 @@ exports.generatedSchema = {
12180
12175
  address_id: { __type: "order_by" },
12181
12176
  bedrooms: { __type: "order_by" },
12182
12177
  beds: { __type: "order_by" },
12178
+ calculatedStatus: { __type: "order_by" },
12183
12179
  calculatedTitle: { __type: "order_by" },
12184
12180
  calculated_title: { __type: "order_by" },
12185
12181
  centExpenseReserve: { __type: "order_by" },
@@ -12729,7 +12725,7 @@ exports.generatedSchema = {
12729
12725
  address_id: { __type: "uuid" },
12730
12726
  bedrooms: { __type: "Int" },
12731
12727
  beds: { __type: "Int" },
12732
- calculatedStatus: { __type: "activeStatus_enum" },
12728
+ calculatedStatus: { __type: "String" },
12733
12729
  calculatedTitle: { __type: "String" },
12734
12730
  calculated_title: { __type: "String" },
12735
12731
  centExpenseReserve: { __type: "Int" },
@@ -14180,22 +14176,6 @@ exports.generatedSchema = {
14180
14176
  __type: "listing_owner_role",
14181
14177
  __args: { name: "String!" },
14182
14178
  },
14183
- delete_owner_pms_status: {
14184
- __type: "owner_pms_status_mutation_response",
14185
- __args: { where: "owner_pms_status_bool_exp!" },
14186
- },
14187
- delete_owner_pms_status_by_pk: {
14188
- __type: "owner_pms_status",
14189
- __args: { name: "String!" },
14190
- },
14191
- delete_owner_status: {
14192
- __type: "owner_status_mutation_response",
14193
- __args: { where: "owner_status_bool_exp!" },
14194
- },
14195
- delete_owner_status_by_pk: {
14196
- __type: "owner_status",
14197
- __args: { name: "String!" },
14198
- },
14199
14179
  delete_owner_user_access_role: {
14200
14180
  __type: "owner_user_access_role_mutation_response",
14201
14181
  __args: { where: "owner_user_access_role_bool_exp!" },
@@ -15797,34 +15777,6 @@ exports.generatedSchema = {
15797
15777
  on_conflict: "listing_owner_role_on_conflict",
15798
15778
  },
15799
15779
  },
15800
- insert_owner_pms_status: {
15801
- __type: "owner_pms_status_mutation_response",
15802
- __args: {
15803
- objects: "[owner_pms_status_insert_input!]!",
15804
- on_conflict: "owner_pms_status_on_conflict",
15805
- },
15806
- },
15807
- insert_owner_pms_status_one: {
15808
- __type: "owner_pms_status",
15809
- __args: {
15810
- object: "owner_pms_status_insert_input!",
15811
- on_conflict: "owner_pms_status_on_conflict",
15812
- },
15813
- },
15814
- insert_owner_status: {
15815
- __type: "owner_status_mutation_response",
15816
- __args: {
15817
- objects: "[owner_status_insert_input!]!",
15818
- on_conflict: "owner_status_on_conflict",
15819
- },
15820
- },
15821
- insert_owner_status_one: {
15822
- __type: "owner_status",
15823
- __args: {
15824
- object: "owner_status_insert_input!",
15825
- on_conflict: "owner_status_on_conflict",
15826
- },
15827
- },
15828
15780
  insert_owner_user_access_role: {
15829
15781
  __type: "owner_user_access_role_mutation_response",
15830
15782
  __args: {
@@ -18254,24 +18206,6 @@ exports.generatedSchema = {
18254
18206
  __type: "[listing_owner_role_mutation_response]",
18255
18207
  __args: { updates: "[listing_owner_role_updates!]!" },
18256
18208
  },
18257
- update_owner_pms_status: {
18258
- __type: "owner_pms_status_mutation_response",
18259
- __args: {
18260
- _set: "owner_pms_status_set_input",
18261
- where: "owner_pms_status_bool_exp!",
18262
- },
18263
- },
18264
- update_owner_pms_status_by_pk: {
18265
- __type: "owner_pms_status",
18266
- __args: {
18267
- _set: "owner_pms_status_set_input",
18268
- pk_columns: "owner_pms_status_pk_columns_input!",
18269
- },
18270
- },
18271
- update_owner_pms_status_many: {
18272
- __type: "[owner_pms_status_mutation_response]",
18273
- __args: { updates: "[owner_pms_status_updates!]!" },
18274
- },
18275
18209
  update_owner_statement_line_many: {
18276
18210
  __type: "[owner_statement_line_mutation_response]",
18277
18211
  __args: { updates: "[owner_statement_line_updates!]!" },
@@ -18284,24 +18218,6 @@ exports.generatedSchema = {
18284
18218
  __type: "[owner_statement_template_mutation_response]",
18285
18219
  __args: { updates: "[owner_statement_template_updates!]!" },
18286
18220
  },
18287
- update_owner_status: {
18288
- __type: "owner_status_mutation_response",
18289
- __args: {
18290
- _set: "owner_status_set_input",
18291
- where: "owner_status_bool_exp!",
18292
- },
18293
- },
18294
- update_owner_status_by_pk: {
18295
- __type: "owner_status",
18296
- __args: {
18297
- _set: "owner_status_set_input",
18298
- pk_columns: "owner_status_pk_columns_input!",
18299
- },
18300
- },
18301
- update_owner_status_many: {
18302
- __type: "[owner_status_mutation_response]",
18303
- __args: { updates: "[owner_status_updates!]!" },
18304
- },
18305
18221
  update_owner_user_access_role: {
18306
18222
  __type: "owner_user_access_role_mutation_response",
18307
18223
  __args: {
@@ -18771,7 +18687,7 @@ exports.generatedSchema = {
18771
18687
  },
18772
18688
  },
18773
18689
  phone: { __type: "String" },
18774
- pmsStatus: { __type: "owner_pms_status_enum" },
18690
+ pmsStatus: { __type: "activeStatus_enum" },
18775
18691
  settingsLeft: {
18776
18692
  __type: "[setting!]!",
18777
18693
  __args: {
@@ -18834,7 +18750,7 @@ exports.generatedSchema = {
18834
18750
  where: "owner_statement_owner_bool_exp",
18835
18751
  },
18836
18752
  },
18837
- status: { __type: "owner_status_enum" },
18753
+ status: { __type: "activeStatus_enum" },
18838
18754
  taxId: { __type: "String" },
18839
18755
  taxStatements: {
18840
18756
  __type: "[tax_statement!]!",
@@ -19238,7 +19154,7 @@ exports.generatedSchema = {
19238
19154
  ownerships: { __type: "listing_owner_bool_exp" },
19239
19155
  ownerships_aggregate: { __type: "listing_owner_aggregate_bool_exp" },
19240
19156
  phone: { __type: "String_comparison_exp" },
19241
- pmsStatus: { __type: "owner_pms_status_enum_comparison_exp" },
19157
+ pmsStatus: { __type: "activeStatus_enum_comparison_exp" },
19242
19158
  settingsLeft: { __type: "setting_bool_exp" },
19243
19159
  settingsLeft_aggregate: { __type: "setting_aggregate_bool_exp" },
19244
19160
  settingsRight: { __type: "setting_bool_exp" },
@@ -19249,7 +19165,7 @@ exports.generatedSchema = {
19249
19165
  statementOwnerships_aggregate: {
19250
19166
  __type: "owner_statement_owner_aggregate_bool_exp",
19251
19167
  },
19252
- status: { __type: "owner_status_enum_comparison_exp" },
19168
+ status: { __type: "activeStatus_enum_comparison_exp" },
19253
19169
  taxId: { __type: "String_comparison_exp" },
19254
19170
  taxStatements: { __type: "tax_statement_bool_exp" },
19255
19171
  taxStatements_aggregate: { __type: "tax_statement_aggregate_bool_exp" },
@@ -19279,7 +19195,7 @@ exports.generatedSchema = {
19279
19195
  },
19280
19196
  ownerships: { __type: "listing_owner_arr_rel_insert_input" },
19281
19197
  phone: { __type: "String" },
19282
- pmsStatus: { __type: "owner_pms_status_enum" },
19198
+ pmsStatus: { __type: "activeStatus_enum" },
19283
19199
  settingsLeft: { __type: "setting_arr_rel_insert_input" },
19284
19200
  settingsRight: { __type: "setting_arr_rel_insert_input" },
19285
19201
  source: { __type: "source_obj_rel_insert_input" },
@@ -19287,7 +19203,7 @@ exports.generatedSchema = {
19287
19203
  statementOwnerships: {
19288
19204
  __type: "owner_statement_owner_arr_rel_insert_input",
19289
19205
  },
19290
- status: { __type: "owner_status_enum" },
19206
+ status: { __type: "activeStatus_enum" },
19291
19207
  taxId: { __type: "String" },
19292
19208
  taxStatements: { __type: "tax_statement_arr_rel_insert_input" },
19293
19209
  tenant: { __type: "tenant_obj_rel_insert_input" },
@@ -19414,71 +19330,6 @@ exports.generatedSchema = {
19414
19330
  userAccesses_aggregate: { __type: "owner_user_access_aggregate_order_by" },
19415
19331
  },
19416
19332
  owner_pk_columns_input: { id: { __type: "uuid!" } },
19417
- owner_pms_status: {
19418
- __typename: { __type: "String!" },
19419
- name: { __type: "String!" },
19420
- },
19421
- owner_pms_status_aggregate: {
19422
- __typename: { __type: "String!" },
19423
- aggregate: { __type: "owner_pms_status_aggregate_fields" },
19424
- nodes: { __type: "[owner_pms_status!]!" },
19425
- },
19426
- owner_pms_status_aggregate_fields: {
19427
- __typename: { __type: "String!" },
19428
- count: {
19429
- __type: "Int!",
19430
- __args: {
19431
- columns: "[owner_pms_status_select_column!]",
19432
- distinct: "Boolean",
19433
- },
19434
- },
19435
- max: { __type: "owner_pms_status_max_fields" },
19436
- min: { __type: "owner_pms_status_min_fields" },
19437
- },
19438
- owner_pms_status_bool_exp: {
19439
- _and: { __type: "[owner_pms_status_bool_exp!]" },
19440
- _not: { __type: "owner_pms_status_bool_exp" },
19441
- _or: { __type: "[owner_pms_status_bool_exp!]" },
19442
- name: { __type: "String_comparison_exp" },
19443
- },
19444
- owner_pms_status_enum_comparison_exp: {
19445
- _eq: { __type: "owner_pms_status_enum" },
19446
- _in: { __type: "[owner_pms_status_enum!]" },
19447
- _is_null: { __type: "Boolean" },
19448
- _neq: { __type: "owner_pms_status_enum" },
19449
- _nin: { __type: "[owner_pms_status_enum!]" },
19450
- },
19451
- owner_pms_status_insert_input: { name: { __type: "String" } },
19452
- owner_pms_status_max_fields: {
19453
- __typename: { __type: "String!" },
19454
- name: { __type: "String" },
19455
- },
19456
- owner_pms_status_min_fields: {
19457
- __typename: { __type: "String!" },
19458
- name: { __type: "String" },
19459
- },
19460
- owner_pms_status_mutation_response: {
19461
- __typename: { __type: "String!" },
19462
- affected_rows: { __type: "Int!" },
19463
- returning: { __type: "[owner_pms_status!]!" },
19464
- },
19465
- owner_pms_status_on_conflict: {
19466
- constraint: { __type: "owner_pms_status_constraint!" },
19467
- update_columns: { __type: "[owner_pms_status_update_column!]!" },
19468
- where: { __type: "owner_pms_status_bool_exp" },
19469
- },
19470
- owner_pms_status_order_by: { name: { __type: "order_by" } },
19471
- owner_pms_status_pk_columns_input: { name: { __type: "String!" } },
19472
- owner_pms_status_set_input: { name: { __type: "String" } },
19473
- owner_pms_status_stream_cursor_input: {
19474
- initial_value: { __type: "owner_pms_status_stream_cursor_value_input!" },
19475
- ordering: { __type: "cursor_ordering" },
19476
- },
19477
- owner_pms_status_stream_cursor_value_input: { name: { __type: "String" } },
19478
- owner_pms_status_updates: {
19479
- _set: { __type: "owner_pms_status_set_input" },
19480
- where: { __type: "owner_pms_status_bool_exp!" },
19481
- },
19482
19333
  owner_set_input: {
19483
19334
  addressId: { __type: "uuid" },
19484
19335
  companyType: { __type: "String" },
@@ -19490,9 +19341,9 @@ exports.generatedSchema = {
19490
19341
  is1099PostalDelivery: { __type: "Boolean" },
19491
19342
  name: { __type: "String" },
19492
19343
  phone: { __type: "String" },
19493
- pmsStatus: { __type: "owner_pms_status_enum" },
19344
+ pmsStatus: { __type: "activeStatus_enum" },
19494
19345
  sourceId: { __type: "uuid" },
19495
- status: { __type: "owner_status_enum" },
19346
+ status: { __type: "activeStatus_enum" },
19496
19347
  taxId: { __type: "String" },
19497
19348
  tenantId: { __type: "uuid" },
19498
19349
  type: { __type: "owner_type_enum" },
@@ -21524,68 +21375,6 @@ exports.generatedSchema = {
21524
21375
  centTotal: { __type: "order_by" },
21525
21376
  centTransfer: { __type: "order_by" },
21526
21377
  },
21527
- owner_status: {
21528
- __typename: { __type: "String!" },
21529
- name: { __type: "String!" },
21530
- },
21531
- owner_status_aggregate: {
21532
- __typename: { __type: "String!" },
21533
- aggregate: { __type: "owner_status_aggregate_fields" },
21534
- nodes: { __type: "[owner_status!]!" },
21535
- },
21536
- owner_status_aggregate_fields: {
21537
- __typename: { __type: "String!" },
21538
- count: {
21539
- __type: "Int!",
21540
- __args: { columns: "[owner_status_select_column!]", distinct: "Boolean" },
21541
- },
21542
- max: { __type: "owner_status_max_fields" },
21543
- min: { __type: "owner_status_min_fields" },
21544
- },
21545
- owner_status_bool_exp: {
21546
- _and: { __type: "[owner_status_bool_exp!]" },
21547
- _not: { __type: "owner_status_bool_exp" },
21548
- _or: { __type: "[owner_status_bool_exp!]" },
21549
- name: { __type: "String_comparison_exp" },
21550
- },
21551
- owner_status_enum_comparison_exp: {
21552
- _eq: { __type: "owner_status_enum" },
21553
- _in: { __type: "[owner_status_enum!]" },
21554
- _is_null: { __type: "Boolean" },
21555
- _neq: { __type: "owner_status_enum" },
21556
- _nin: { __type: "[owner_status_enum!]" },
21557
- },
21558
- owner_status_insert_input: { name: { __type: "String" } },
21559
- owner_status_max_fields: {
21560
- __typename: { __type: "String!" },
21561
- name: { __type: "String" },
21562
- },
21563
- owner_status_min_fields: {
21564
- __typename: { __type: "String!" },
21565
- name: { __type: "String" },
21566
- },
21567
- owner_status_mutation_response: {
21568
- __typename: { __type: "String!" },
21569
- affected_rows: { __type: "Int!" },
21570
- returning: { __type: "[owner_status!]!" },
21571
- },
21572
- owner_status_on_conflict: {
21573
- constraint: { __type: "owner_status_constraint!" },
21574
- update_columns: { __type: "[owner_status_update_column!]!" },
21575
- where: { __type: "owner_status_bool_exp" },
21576
- },
21577
- owner_status_order_by: { name: { __type: "order_by" } },
21578
- owner_status_pk_columns_input: { name: { __type: "String!" } },
21579
- owner_status_set_input: { name: { __type: "String" } },
21580
- owner_status_stream_cursor_input: {
21581
- initial_value: { __type: "owner_status_stream_cursor_value_input!" },
21582
- ordering: { __type: "cursor_ordering" },
21583
- },
21584
- owner_status_stream_cursor_value_input: { name: { __type: "String" } },
21585
- owner_status_updates: {
21586
- _set: { __type: "owner_status_set_input" },
21587
- where: { __type: "owner_status_bool_exp!" },
21588
- },
21589
21378
  owner_stream_cursor_input: {
21590
21379
  initial_value: { __type: "owner_stream_cursor_value_input!" },
21591
21380
  ordering: { __type: "cursor_ordering" },
@@ -21601,9 +21390,9 @@ exports.generatedSchema = {
21601
21390
  is1099PostalDelivery: { __type: "Boolean" },
21602
21391
  name: { __type: "String" },
21603
21392
  phone: { __type: "String" },
21604
- pmsStatus: { __type: "owner_pms_status_enum" },
21393
+ pmsStatus: { __type: "activeStatus_enum" },
21605
21394
  sourceId: { __type: "uuid" },
21606
- status: { __type: "owner_status_enum" },
21395
+ status: { __type: "activeStatus_enum" },
21607
21396
  taxId: { __type: "String" },
21608
21397
  tenantId: { __type: "uuid" },
21609
21398
  type: { __type: "owner_type_enum" },
@@ -25539,51 +25328,6 @@ exports.generatedSchema = {
25539
25328
  where: "owner_user_access_bool_exp",
25540
25329
  },
25541
25330
  },
25542
- owner_pms_status: {
25543
- __type: "[owner_pms_status!]!",
25544
- __args: {
25545
- distinct_on: "[owner_pms_status_select_column!]",
25546
- limit: "Int",
25547
- offset: "Int",
25548
- order_by: "[owner_pms_status_order_by!]",
25549
- where: "owner_pms_status_bool_exp",
25550
- },
25551
- },
25552
- owner_pms_status_aggregate: {
25553
- __type: "owner_pms_status_aggregate!",
25554
- __args: {
25555
- distinct_on: "[owner_pms_status_select_column!]",
25556
- limit: "Int",
25557
- offset: "Int",
25558
- order_by: "[owner_pms_status_order_by!]",
25559
- where: "owner_pms_status_bool_exp",
25560
- },
25561
- },
25562
- owner_pms_status_by_pk: {
25563
- __type: "owner_pms_status",
25564
- __args: { name: "String!" },
25565
- },
25566
- owner_status: {
25567
- __type: "[owner_status!]!",
25568
- __args: {
25569
- distinct_on: "[owner_status_select_column!]",
25570
- limit: "Int",
25571
- offset: "Int",
25572
- order_by: "[owner_status_order_by!]",
25573
- where: "owner_status_bool_exp",
25574
- },
25575
- },
25576
- owner_status_aggregate: {
25577
- __type: "owner_status_aggregate!",
25578
- __args: {
25579
- distinct_on: "[owner_status_select_column!]",
25580
- limit: "Int",
25581
- offset: "Int",
25582
- order_by: "[owner_status_order_by!]",
25583
- where: "owner_status_bool_exp",
25584
- },
25585
- },
25586
- owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
25587
25331
  owner_user_access_role: {
25588
25332
  __type: "[owner_user_access_role!]!",
25589
25333
  __args: {
@@ -34483,38 +34227,6 @@ exports.generatedSchema = {
34483
34227
  where: "owner_user_access_bool_exp",
34484
34228
  },
34485
34229
  },
34486
- owner_pms_status: {
34487
- __type: "[owner_pms_status!]!",
34488
- __args: {
34489
- distinct_on: "[owner_pms_status_select_column!]",
34490
- limit: "Int",
34491
- offset: "Int",
34492
- order_by: "[owner_pms_status_order_by!]",
34493
- where: "owner_pms_status_bool_exp",
34494
- },
34495
- },
34496
- owner_pms_status_aggregate: {
34497
- __type: "owner_pms_status_aggregate!",
34498
- __args: {
34499
- distinct_on: "[owner_pms_status_select_column!]",
34500
- limit: "Int",
34501
- offset: "Int",
34502
- order_by: "[owner_pms_status_order_by!]",
34503
- where: "owner_pms_status_bool_exp",
34504
- },
34505
- },
34506
- owner_pms_status_by_pk: {
34507
- __type: "owner_pms_status",
34508
- __args: { name: "String!" },
34509
- },
34510
- owner_pms_status_stream: {
34511
- __type: "[owner_pms_status!]!",
34512
- __args: {
34513
- batch_size: "Int!",
34514
- cursor: "[owner_pms_status_stream_cursor_input]!",
34515
- where: "owner_pms_status_bool_exp",
34516
- },
34517
- },
34518
34230
  owner_statement_line_stream: {
34519
34231
  __type: "[owner_statement_line!]!",
34520
34232
  __args: {
@@ -34539,35 +34251,6 @@ exports.generatedSchema = {
34539
34251
  where: "owner_statement_template_bool_exp",
34540
34252
  },
34541
34253
  },
34542
- owner_status: {
34543
- __type: "[owner_status!]!",
34544
- __args: {
34545
- distinct_on: "[owner_status_select_column!]",
34546
- limit: "Int",
34547
- offset: "Int",
34548
- order_by: "[owner_status_order_by!]",
34549
- where: "owner_status_bool_exp",
34550
- },
34551
- },
34552
- owner_status_aggregate: {
34553
- __type: "owner_status_aggregate!",
34554
- __args: {
34555
- distinct_on: "[owner_status_select_column!]",
34556
- limit: "Int",
34557
- offset: "Int",
34558
- order_by: "[owner_status_order_by!]",
34559
- where: "owner_status_bool_exp",
34560
- },
34561
- },
34562
- owner_status_by_pk: { __type: "owner_status", __args: { name: "String!" } },
34563
- owner_status_stream: {
34564
- __type: "[owner_status!]!",
34565
- __args: {
34566
- batch_size: "Int!",
34567
- cursor: "[owner_status_stream_cursor_input]!",
34568
- where: "owner_status_bool_exp",
34569
- },
34570
- },
34571
34254
  owner_user_access_role: {
34572
34255
  __type: "[owner_user_access_role!]!",
34573
34256
  __args: {