@vrplatform/graphql 1.1.2 → 1.1.3
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/constants.d.ts +1 -1
- package/build/main/constants.js +1 -1
- package/build/main/gqty/schema.generated.d.ts +0 -821
- package/build/main/gqty/schema.generated.js +0 -319
- package/build/module/constants.d.ts +1 -1
- package/build/module/constants.js +1 -1
- package/build/module/gqty/schema.generated.d.ts +0 -821
- package/build/module/gqty/schema.generated.js +0 -319
- package/package.json +1 -1
- package/src/constants.ts +1 -1
- package/src/gqty/schema.generated.d.ts +0 -821
- package/src/gqty/schema.generated.js +0 -319
|
@@ -192,7 +192,6 @@ exports.scalarsEnumsHash = {
|
|
|
192
192
|
file_storage_tag_select_column: true,
|
|
193
193
|
file_storage_tag_update_column: true,
|
|
194
194
|
file_storage_update_column: true,
|
|
195
|
-
float8: true,
|
|
196
195
|
issueConnectionsNeedVersionUpgradeReturnType_enum_name: true,
|
|
197
196
|
issueDuplicatedPaymentsReturnType_enum_name: true,
|
|
198
197
|
issueMessageOverwrite_constraint: true,
|
|
@@ -252,9 +251,6 @@ exports.scalarsEnumsHash = {
|
|
|
252
251
|
listing_status_select_column: true,
|
|
253
252
|
listing_status_update_column: true,
|
|
254
253
|
listing_update_column: true,
|
|
255
|
-
metric_constraint: true,
|
|
256
|
-
metric_select_column: true,
|
|
257
|
-
metric_update_column: true,
|
|
258
254
|
metricsActiveListingCreatedReturnType_enum_name: true,
|
|
259
255
|
metricsBankRecordBalancesReturnType_enum_name: true,
|
|
260
256
|
metricsCurrenciesReturnType_enum_name: true,
|
|
@@ -9561,17 +9557,6 @@ exports.generatedSchema = {
|
|
|
9561
9557
|
_set: { __type: "file_storage_set_input" },
|
|
9562
9558
|
where: { __type: "file_storage_bool_exp!" },
|
|
9563
9559
|
},
|
|
9564
|
-
float8_comparison_exp: {
|
|
9565
|
-
_eq: { __type: "float8" },
|
|
9566
|
-
_gt: { __type: "float8" },
|
|
9567
|
-
_gte: { __type: "float8" },
|
|
9568
|
-
_in: { __type: "[float8!]" },
|
|
9569
|
-
_is_null: { __type: "Boolean" },
|
|
9570
|
-
_lt: { __type: "float8" },
|
|
9571
|
-
_lte: { __type: "float8" },
|
|
9572
|
-
_neq: { __type: "float8" },
|
|
9573
|
-
_nin: { __type: "[float8!]" },
|
|
9574
|
-
},
|
|
9575
9560
|
issueConnectionsNeedVersionUpgradeReturnType: {
|
|
9576
9561
|
__typename: { __type: "String!" },
|
|
9577
9562
|
appIcon: { __type: "String!" },
|
|
@@ -13191,211 +13176,6 @@ exports.generatedSchema = {
|
|
|
13191
13176
|
centExpenseReserve: { __type: "order_by" },
|
|
13192
13177
|
centTaxStartingBalance: { __type: "order_by" },
|
|
13193
13178
|
},
|
|
13194
|
-
metric: {
|
|
13195
|
-
__typename: { __type: "String!" },
|
|
13196
|
-
connection: { __type: "connection!" },
|
|
13197
|
-
connectionId: { __type: "uuid!" },
|
|
13198
|
-
createdAt: { __type: "timestamptz!" },
|
|
13199
|
-
date: { __type: "timestamptz!" },
|
|
13200
|
-
id: { __type: "uuid!" },
|
|
13201
|
-
listingConnection: { __type: "listing_connection" },
|
|
13202
|
-
listingConnectionId: { __type: "uuid" },
|
|
13203
|
-
metadata: { __type: "jsonb!", __args: { path: "String" } },
|
|
13204
|
-
tenant: { __type: "tenant!" },
|
|
13205
|
-
tenantId: { __type: "uuid!" },
|
|
13206
|
-
type: { __type: "String!" },
|
|
13207
|
-
uniqueRef: { __type: "String" },
|
|
13208
|
-
updatedAt: { __type: "timestamptz!" },
|
|
13209
|
-
value: { __type: "float8" },
|
|
13210
|
-
},
|
|
13211
|
-
metric_aggregate: {
|
|
13212
|
-
__typename: { __type: "String!" },
|
|
13213
|
-
aggregate: { __type: "metric_aggregate_fields" },
|
|
13214
|
-
nodes: { __type: "[metric!]!" },
|
|
13215
|
-
},
|
|
13216
|
-
metric_aggregate_fields: {
|
|
13217
|
-
__typename: { __type: "String!" },
|
|
13218
|
-
avg: { __type: "metric_avg_fields" },
|
|
13219
|
-
count: {
|
|
13220
|
-
__type: "Int!",
|
|
13221
|
-
__args: { columns: "[metric_select_column!]", distinct: "Boolean" },
|
|
13222
|
-
},
|
|
13223
|
-
max: { __type: "metric_max_fields" },
|
|
13224
|
-
min: { __type: "metric_min_fields" },
|
|
13225
|
-
stddev: { __type: "metric_stddev_fields" },
|
|
13226
|
-
stddev_pop: { __type: "metric_stddev_pop_fields" },
|
|
13227
|
-
stddev_samp: { __type: "metric_stddev_samp_fields" },
|
|
13228
|
-
sum: { __type: "metric_sum_fields" },
|
|
13229
|
-
var_pop: { __type: "metric_var_pop_fields" },
|
|
13230
|
-
var_samp: { __type: "metric_var_samp_fields" },
|
|
13231
|
-
variance: { __type: "metric_variance_fields" },
|
|
13232
|
-
},
|
|
13233
|
-
metric_append_input: { metadata: { __type: "jsonb" } },
|
|
13234
|
-
metric_avg_fields: {
|
|
13235
|
-
__typename: { __type: "String!" },
|
|
13236
|
-
value: { __type: "Float" },
|
|
13237
|
-
},
|
|
13238
|
-
metric_bool_exp: {
|
|
13239
|
-
_and: { __type: "[metric_bool_exp!]" },
|
|
13240
|
-
_not: { __type: "metric_bool_exp" },
|
|
13241
|
-
_or: { __type: "[metric_bool_exp!]" },
|
|
13242
|
-
connection: { __type: "connection_bool_exp" },
|
|
13243
|
-
connectionId: { __type: "uuid_comparison_exp" },
|
|
13244
|
-
createdAt: { __type: "timestamptz_comparison_exp" },
|
|
13245
|
-
date: { __type: "timestamptz_comparison_exp" },
|
|
13246
|
-
id: { __type: "uuid_comparison_exp" },
|
|
13247
|
-
listingConnection: { __type: "listing_connection_bool_exp" },
|
|
13248
|
-
listingConnectionId: { __type: "uuid_comparison_exp" },
|
|
13249
|
-
metadata: { __type: "jsonb_comparison_exp" },
|
|
13250
|
-
tenant: { __type: "tenant_bool_exp" },
|
|
13251
|
-
tenantId: { __type: "uuid_comparison_exp" },
|
|
13252
|
-
type: { __type: "String_comparison_exp" },
|
|
13253
|
-
uniqueRef: { __type: "String_comparison_exp" },
|
|
13254
|
-
updatedAt: { __type: "timestamptz_comparison_exp" },
|
|
13255
|
-
value: { __type: "float8_comparison_exp" },
|
|
13256
|
-
},
|
|
13257
|
-
metric_delete_at_path_input: { metadata: { __type: "[String!]" } },
|
|
13258
|
-
metric_delete_elem_input: { metadata: { __type: "Int" } },
|
|
13259
|
-
metric_delete_key_input: { metadata: { __type: "String" } },
|
|
13260
|
-
metric_inc_input: { value: { __type: "float8" } },
|
|
13261
|
-
metric_insert_input: {
|
|
13262
|
-
connection: { __type: "connection_obj_rel_insert_input" },
|
|
13263
|
-
connectionId: { __type: "uuid" },
|
|
13264
|
-
createdAt: { __type: "timestamptz" },
|
|
13265
|
-
date: { __type: "timestamptz" },
|
|
13266
|
-
id: { __type: "uuid" },
|
|
13267
|
-
listingConnection: { __type: "listing_connection_obj_rel_insert_input" },
|
|
13268
|
-
listingConnectionId: { __type: "uuid" },
|
|
13269
|
-
metadata: { __type: "jsonb" },
|
|
13270
|
-
tenant: { __type: "tenant_obj_rel_insert_input" },
|
|
13271
|
-
tenantId: { __type: "uuid" },
|
|
13272
|
-
type: { __type: "String" },
|
|
13273
|
-
uniqueRef: { __type: "String" },
|
|
13274
|
-
updatedAt: { __type: "timestamptz" },
|
|
13275
|
-
value: { __type: "float8" },
|
|
13276
|
-
},
|
|
13277
|
-
metric_max_fields: {
|
|
13278
|
-
__typename: { __type: "String!" },
|
|
13279
|
-
connectionId: { __type: "uuid" },
|
|
13280
|
-
createdAt: { __type: "timestamptz" },
|
|
13281
|
-
date: { __type: "timestamptz" },
|
|
13282
|
-
id: { __type: "uuid" },
|
|
13283
|
-
listingConnectionId: { __type: "uuid" },
|
|
13284
|
-
tenantId: { __type: "uuid" },
|
|
13285
|
-
type: { __type: "String" },
|
|
13286
|
-
uniqueRef: { __type: "String" },
|
|
13287
|
-
updatedAt: { __type: "timestamptz" },
|
|
13288
|
-
value: { __type: "float8" },
|
|
13289
|
-
},
|
|
13290
|
-
metric_min_fields: {
|
|
13291
|
-
__typename: { __type: "String!" },
|
|
13292
|
-
connectionId: { __type: "uuid" },
|
|
13293
|
-
createdAt: { __type: "timestamptz" },
|
|
13294
|
-
date: { __type: "timestamptz" },
|
|
13295
|
-
id: { __type: "uuid" },
|
|
13296
|
-
listingConnectionId: { __type: "uuid" },
|
|
13297
|
-
tenantId: { __type: "uuid" },
|
|
13298
|
-
type: { __type: "String" },
|
|
13299
|
-
uniqueRef: { __type: "String" },
|
|
13300
|
-
updatedAt: { __type: "timestamptz" },
|
|
13301
|
-
value: { __type: "float8" },
|
|
13302
|
-
},
|
|
13303
|
-
metric_mutation_response: {
|
|
13304
|
-
__typename: { __type: "String!" },
|
|
13305
|
-
affected_rows: { __type: "Int!" },
|
|
13306
|
-
returning: { __type: "[metric!]!" },
|
|
13307
|
-
},
|
|
13308
|
-
metric_on_conflict: {
|
|
13309
|
-
constraint: { __type: "metric_constraint!" },
|
|
13310
|
-
update_columns: { __type: "[metric_update_column!]!" },
|
|
13311
|
-
where: { __type: "metric_bool_exp" },
|
|
13312
|
-
},
|
|
13313
|
-
metric_order_by: {
|
|
13314
|
-
connection: { __type: "connection_order_by" },
|
|
13315
|
-
connectionId: { __type: "order_by" },
|
|
13316
|
-
createdAt: { __type: "order_by" },
|
|
13317
|
-
date: { __type: "order_by" },
|
|
13318
|
-
id: { __type: "order_by" },
|
|
13319
|
-
listingConnection: { __type: "listing_connection_order_by" },
|
|
13320
|
-
listingConnectionId: { __type: "order_by" },
|
|
13321
|
-
metadata: { __type: "order_by" },
|
|
13322
|
-
tenant: { __type: "tenant_order_by" },
|
|
13323
|
-
tenantId: { __type: "order_by" },
|
|
13324
|
-
type: { __type: "order_by" },
|
|
13325
|
-
uniqueRef: { __type: "order_by" },
|
|
13326
|
-
updatedAt: { __type: "order_by" },
|
|
13327
|
-
value: { __type: "order_by" },
|
|
13328
|
-
},
|
|
13329
|
-
metric_pk_columns_input: { id: { __type: "uuid!" } },
|
|
13330
|
-
metric_prepend_input: { metadata: { __type: "jsonb" } },
|
|
13331
|
-
metric_set_input: {
|
|
13332
|
-
connectionId: { __type: "uuid" },
|
|
13333
|
-
createdAt: { __type: "timestamptz" },
|
|
13334
|
-
date: { __type: "timestamptz" },
|
|
13335
|
-
id: { __type: "uuid" },
|
|
13336
|
-
listingConnectionId: { __type: "uuid" },
|
|
13337
|
-
metadata: { __type: "jsonb" },
|
|
13338
|
-
tenantId: { __type: "uuid" },
|
|
13339
|
-
type: { __type: "String" },
|
|
13340
|
-
uniqueRef: { __type: "String" },
|
|
13341
|
-
updatedAt: { __type: "timestamptz" },
|
|
13342
|
-
value: { __type: "float8" },
|
|
13343
|
-
},
|
|
13344
|
-
metric_stddev_fields: {
|
|
13345
|
-
__typename: { __type: "String!" },
|
|
13346
|
-
value: { __type: "Float" },
|
|
13347
|
-
},
|
|
13348
|
-
metric_stddev_pop_fields: {
|
|
13349
|
-
__typename: { __type: "String!" },
|
|
13350
|
-
value: { __type: "Float" },
|
|
13351
|
-
},
|
|
13352
|
-
metric_stddev_samp_fields: {
|
|
13353
|
-
__typename: { __type: "String!" },
|
|
13354
|
-
value: { __type: "Float" },
|
|
13355
|
-
},
|
|
13356
|
-
metric_stream_cursor_input: {
|
|
13357
|
-
initial_value: { __type: "metric_stream_cursor_value_input!" },
|
|
13358
|
-
ordering: { __type: "cursor_ordering" },
|
|
13359
|
-
},
|
|
13360
|
-
metric_stream_cursor_value_input: {
|
|
13361
|
-
connectionId: { __type: "uuid" },
|
|
13362
|
-
createdAt: { __type: "timestamptz" },
|
|
13363
|
-
date: { __type: "timestamptz" },
|
|
13364
|
-
id: { __type: "uuid" },
|
|
13365
|
-
listingConnectionId: { __type: "uuid" },
|
|
13366
|
-
metadata: { __type: "jsonb" },
|
|
13367
|
-
tenantId: { __type: "uuid" },
|
|
13368
|
-
type: { __type: "String" },
|
|
13369
|
-
uniqueRef: { __type: "String" },
|
|
13370
|
-
updatedAt: { __type: "timestamptz" },
|
|
13371
|
-
value: { __type: "float8" },
|
|
13372
|
-
},
|
|
13373
|
-
metric_sum_fields: {
|
|
13374
|
-
__typename: { __type: "String!" },
|
|
13375
|
-
value: { __type: "float8" },
|
|
13376
|
-
},
|
|
13377
|
-
metric_updates: {
|
|
13378
|
-
_append: { __type: "metric_append_input" },
|
|
13379
|
-
_delete_at_path: { __type: "metric_delete_at_path_input" },
|
|
13380
|
-
_delete_elem: { __type: "metric_delete_elem_input" },
|
|
13381
|
-
_delete_key: { __type: "metric_delete_key_input" },
|
|
13382
|
-
_inc: { __type: "metric_inc_input" },
|
|
13383
|
-
_prepend: { __type: "metric_prepend_input" },
|
|
13384
|
-
_set: { __type: "metric_set_input" },
|
|
13385
|
-
where: { __type: "metric_bool_exp!" },
|
|
13386
|
-
},
|
|
13387
|
-
metric_var_pop_fields: {
|
|
13388
|
-
__typename: { __type: "String!" },
|
|
13389
|
-
value: { __type: "Float" },
|
|
13390
|
-
},
|
|
13391
|
-
metric_var_samp_fields: {
|
|
13392
|
-
__typename: { __type: "String!" },
|
|
13393
|
-
value: { __type: "Float" },
|
|
13394
|
-
},
|
|
13395
|
-
metric_variance_fields: {
|
|
13396
|
-
__typename: { __type: "String!" },
|
|
13397
|
-
value: { __type: "Float" },
|
|
13398
|
-
},
|
|
13399
13179
|
metricsActiveListingCreatedReturnType: {
|
|
13400
13180
|
__typename: { __type: "String!" },
|
|
13401
13181
|
created: { __type: "bigint" },
|
|
@@ -14432,11 +14212,6 @@ exports.generatedSchema = {
|
|
|
14432
14212
|
__type: "listing_mutation_response",
|
|
14433
14213
|
__args: { where: "listing_bool_exp!" },
|
|
14434
14214
|
},
|
|
14435
|
-
deleteMetric: { __type: "metric", __args: { id: "uuid!" } },
|
|
14436
|
-
deleteMetrics: {
|
|
14437
|
-
__type: "metric_mutation_response",
|
|
14438
|
-
__args: { where: "metric_bool_exp!" },
|
|
14439
|
-
},
|
|
14440
14215
|
deleteMonitorConnection: {
|
|
14441
14216
|
__type: "monitorConnection",
|
|
14442
14217
|
__args: { id: "uuid!" },
|
|
@@ -15661,20 +15436,6 @@ exports.generatedSchema = {
|
|
|
15661
15436
|
on_conflict: "listing_on_conflict",
|
|
15662
15437
|
},
|
|
15663
15438
|
},
|
|
15664
|
-
insertMetric: {
|
|
15665
|
-
__type: "metric",
|
|
15666
|
-
__args: {
|
|
15667
|
-
object: "metric_insert_input!",
|
|
15668
|
-
on_conflict: "metric_on_conflict",
|
|
15669
|
-
},
|
|
15670
|
-
},
|
|
15671
|
-
insertMetrics: {
|
|
15672
|
-
__type: "metric_mutation_response",
|
|
15673
|
-
__args: {
|
|
15674
|
-
objects: "[metric_insert_input!]!",
|
|
15675
|
-
on_conflict: "metric_on_conflict",
|
|
15676
|
-
},
|
|
15677
|
-
},
|
|
15678
15439
|
insertMonitorConnection: {
|
|
15679
15440
|
__type: "monitorConnection",
|
|
15680
15441
|
__args: {
|
|
@@ -17909,32 +17670,6 @@ exports.generatedSchema = {
|
|
|
17909
17670
|
__type: "[user_company_user_mutation_response]",
|
|
17910
17671
|
__args: { updates: "[user_company_user_updates!]!" },
|
|
17911
17672
|
},
|
|
17912
|
-
updateMetric: {
|
|
17913
|
-
__type: "metric",
|
|
17914
|
-
__args: {
|
|
17915
|
-
_append: "metric_append_input",
|
|
17916
|
-
_delete_at_path: "metric_delete_at_path_input",
|
|
17917
|
-
_delete_elem: "metric_delete_elem_input",
|
|
17918
|
-
_delete_key: "metric_delete_key_input",
|
|
17919
|
-
_inc: "metric_inc_input",
|
|
17920
|
-
_prepend: "metric_prepend_input",
|
|
17921
|
-
_set: "metric_set_input",
|
|
17922
|
-
pk_columns: "metric_pk_columns_input!",
|
|
17923
|
-
},
|
|
17924
|
-
},
|
|
17925
|
-
updateMetrics: {
|
|
17926
|
-
__type: "metric_mutation_response",
|
|
17927
|
-
__args: {
|
|
17928
|
-
_append: "metric_append_input",
|
|
17929
|
-
_delete_at_path: "metric_delete_at_path_input",
|
|
17930
|
-
_delete_elem: "metric_delete_elem_input",
|
|
17931
|
-
_delete_key: "metric_delete_key_input",
|
|
17932
|
-
_inc: "metric_inc_input",
|
|
17933
|
-
_prepend: "metric_prepend_input",
|
|
17934
|
-
_set: "metric_set_input",
|
|
17935
|
-
where: "metric_bool_exp!",
|
|
17936
|
-
},
|
|
17937
|
-
},
|
|
17938
17673
|
updateMonitorConnection: {
|
|
17939
17674
|
__type: "monitorConnection",
|
|
17940
17675
|
__args: {
|
|
@@ -18942,10 +18677,6 @@ exports.generatedSchema = {
|
|
|
18942
18677
|
__type: "[listing_status_mutation_response]",
|
|
18943
18678
|
__args: { updates: "[listing_status_updates!]!" },
|
|
18944
18679
|
},
|
|
18945
|
-
update_metric_many: {
|
|
18946
|
-
__type: "[metric_mutation_response]",
|
|
18947
|
-
__args: { updates: "[metric_updates!]!" },
|
|
18948
|
-
},
|
|
18949
18680
|
update_owner_pms_status: {
|
|
18950
18681
|
__type: "owner_pms_status_mutation_response",
|
|
18951
18682
|
__args: {
|
|
@@ -25792,27 +25523,6 @@ exports.generatedSchema = {
|
|
|
25792
25523
|
where: "listing_bool_exp",
|
|
25793
25524
|
},
|
|
25794
25525
|
},
|
|
25795
|
-
metric: { __type: "metric", __args: { id: "uuid!" } },
|
|
25796
|
-
metricAggregate: {
|
|
25797
|
-
__type: "metric_aggregate!",
|
|
25798
|
-
__args: {
|
|
25799
|
-
distinct_on: "[metric_select_column!]",
|
|
25800
|
-
limit: "Int",
|
|
25801
|
-
offset: "Int",
|
|
25802
|
-
order_by: "[metric_order_by!]",
|
|
25803
|
-
where: "metric_bool_exp",
|
|
25804
|
-
},
|
|
25805
|
-
},
|
|
25806
|
-
metrics: {
|
|
25807
|
-
__type: "[metric!]!",
|
|
25808
|
-
__args: {
|
|
25809
|
-
distinct_on: "[metric_select_column!]",
|
|
25810
|
-
limit: "Int",
|
|
25811
|
-
offset: "Int",
|
|
25812
|
-
order_by: "[metric_order_by!]",
|
|
25813
|
-
where: "metric_bool_exp",
|
|
25814
|
-
},
|
|
25815
|
-
},
|
|
25816
25526
|
metricsActiveListingCreated: {
|
|
25817
25527
|
__type: "[metricsActiveListingCreatedReturnType!]!",
|
|
25818
25528
|
__args: {
|
|
@@ -34751,35 +34461,6 @@ exports.generatedSchema = {
|
|
|
34751
34461
|
where: "listing_bool_exp",
|
|
34752
34462
|
},
|
|
34753
34463
|
},
|
|
34754
|
-
metric: { __type: "metric", __args: { id: "uuid!" } },
|
|
34755
|
-
metricAggregate: {
|
|
34756
|
-
__type: "metric_aggregate!",
|
|
34757
|
-
__args: {
|
|
34758
|
-
distinct_on: "[metric_select_column!]",
|
|
34759
|
-
limit: "Int",
|
|
34760
|
-
offset: "Int",
|
|
34761
|
-
order_by: "[metric_order_by!]",
|
|
34762
|
-
where: "metric_bool_exp",
|
|
34763
|
-
},
|
|
34764
|
-
},
|
|
34765
|
-
metric_stream: {
|
|
34766
|
-
__type: "[metric!]!",
|
|
34767
|
-
__args: {
|
|
34768
|
-
batch_size: "Int!",
|
|
34769
|
-
cursor: "[metric_stream_cursor_input]!",
|
|
34770
|
-
where: "metric_bool_exp",
|
|
34771
|
-
},
|
|
34772
|
-
},
|
|
34773
|
-
metrics: {
|
|
34774
|
-
__type: "[metric!]!",
|
|
34775
|
-
__args: {
|
|
34776
|
-
distinct_on: "[metric_select_column!]",
|
|
34777
|
-
limit: "Int",
|
|
34778
|
-
offset: "Int",
|
|
34779
|
-
order_by: "[metric_order_by!]",
|
|
34780
|
-
where: "metric_bool_exp",
|
|
34781
|
-
},
|
|
34782
|
-
},
|
|
34783
34464
|
metricsActiveListingCreated: {
|
|
34784
34465
|
__type: "[metricsActiveListingCreatedReturnType!]!",
|
|
34785
34466
|
__args: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const hasuraGraphqlUri = "https://
|
|
1
|
+
export declare const hasuraGraphqlUri = "https://eu.hasura.vrplatform.app/v1/graphql";
|
|
2
2
|
export declare const hasuraQueryTypeHeader = "x-hasura-query-type";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const hasuraGraphqlUri = 'https://
|
|
1
|
+
export const hasuraGraphqlUri = 'https://eu.hasura.vrplatform.app/v1/graphql'; // 'https://hasura.vrplatform.app/v1/graphql'; // 'https://finalytic.hasura.app/v1/graphql';
|
|
2
2
|
export const hasuraQueryTypeHeader = 'x-hasura-query-type';
|