graphlit-client 1.0.20251119003 → 1.0.20251122001
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/dist/client.d.ts +4 -0
- package/dist/client.js +28 -0
- package/dist/generated/graphql-documents.d.ts +4 -0
- package/dist/generated/graphql-documents.js +505 -90
- package/dist/generated/graphql-types.d.ts +1011 -107
- package/dist/generated/graphql-types.js +42 -11
- package/package.json +1 -1
|
@@ -66,7 +66,6 @@ export const GetAlert = gql `
|
|
|
66
66
|
id
|
|
67
67
|
name
|
|
68
68
|
creationDate
|
|
69
|
-
relevance
|
|
70
69
|
owner {
|
|
71
70
|
id
|
|
72
71
|
}
|
|
@@ -492,7 +491,10 @@ export const GetCategory = gql `
|
|
|
492
491
|
name
|
|
493
492
|
description
|
|
494
493
|
creationDate
|
|
495
|
-
|
|
494
|
+
feeds {
|
|
495
|
+
id
|
|
496
|
+
name
|
|
497
|
+
}
|
|
496
498
|
}
|
|
497
499
|
}
|
|
498
500
|
`;
|
|
@@ -505,6 +507,10 @@ export const QueryCategories = gql `
|
|
|
505
507
|
description
|
|
506
508
|
creationDate
|
|
507
509
|
relevance
|
|
510
|
+
feeds {
|
|
511
|
+
id
|
|
512
|
+
name
|
|
513
|
+
}
|
|
508
514
|
}
|
|
509
515
|
}
|
|
510
516
|
}
|
|
@@ -674,7 +680,6 @@ export const GetConnector = gql `
|
|
|
674
680
|
id
|
|
675
681
|
name
|
|
676
682
|
creationDate
|
|
677
|
-
relevance
|
|
678
683
|
owner {
|
|
679
684
|
id
|
|
680
685
|
}
|
|
@@ -4899,7 +4904,6 @@ export const GetConversation = gql `
|
|
|
4899
4904
|
id
|
|
4900
4905
|
name
|
|
4901
4906
|
creationDate
|
|
4902
|
-
relevance
|
|
4903
4907
|
owner {
|
|
4904
4908
|
id
|
|
4905
4909
|
}
|
|
@@ -6900,13 +6904,20 @@ export const GetEvent = gql `
|
|
|
6900
6904
|
event(id: $id, correlationId: $correlationId) {
|
|
6901
6905
|
id
|
|
6902
6906
|
name
|
|
6903
|
-
alternateNames
|
|
6904
6907
|
creationDate
|
|
6908
|
+
owner {
|
|
6909
|
+
id
|
|
6910
|
+
}
|
|
6911
|
+
state
|
|
6912
|
+
alternateNames
|
|
6905
6913
|
uri
|
|
6906
6914
|
description
|
|
6907
6915
|
identifier
|
|
6908
6916
|
thing
|
|
6909
|
-
|
|
6917
|
+
feeds {
|
|
6918
|
+
id
|
|
6919
|
+
name
|
|
6920
|
+
}
|
|
6910
6921
|
address {
|
|
6911
6922
|
streetAddress
|
|
6912
6923
|
city
|
|
@@ -6933,13 +6944,21 @@ export const QueryEvents = gql `
|
|
|
6933
6944
|
results {
|
|
6934
6945
|
id
|
|
6935
6946
|
name
|
|
6936
|
-
alternateNames
|
|
6937
6947
|
creationDate
|
|
6948
|
+
relevance
|
|
6949
|
+
owner {
|
|
6950
|
+
id
|
|
6951
|
+
}
|
|
6952
|
+
state
|
|
6953
|
+
alternateNames
|
|
6938
6954
|
uri
|
|
6939
6955
|
description
|
|
6940
6956
|
identifier
|
|
6941
6957
|
thing
|
|
6942
|
-
|
|
6958
|
+
feeds {
|
|
6959
|
+
id
|
|
6960
|
+
name
|
|
6961
|
+
}
|
|
6943
6962
|
address {
|
|
6944
6963
|
streetAddress
|
|
6945
6964
|
city
|
|
@@ -7044,7 +7063,6 @@ export const GetFeed = gql `
|
|
|
7044
7063
|
id
|
|
7045
7064
|
name
|
|
7046
7065
|
creationDate
|
|
7047
|
-
relevance
|
|
7048
7066
|
owner {
|
|
7049
7067
|
id
|
|
7050
7068
|
}
|
|
@@ -7242,6 +7260,21 @@ export const GetFeed = gql `
|
|
|
7242
7260
|
authenticationType
|
|
7243
7261
|
apiKey
|
|
7244
7262
|
}
|
|
7263
|
+
googleContacts {
|
|
7264
|
+
authenticationType
|
|
7265
|
+
clientId
|
|
7266
|
+
clientSecret
|
|
7267
|
+
refreshToken
|
|
7268
|
+
authorizationId
|
|
7269
|
+
}
|
|
7270
|
+
microsoftContacts {
|
|
7271
|
+
authenticationType
|
|
7272
|
+
clientId
|
|
7273
|
+
clientSecret
|
|
7274
|
+
refreshToken
|
|
7275
|
+
tenantId
|
|
7276
|
+
authorizationId
|
|
7277
|
+
}
|
|
7245
7278
|
readLimit
|
|
7246
7279
|
}
|
|
7247
7280
|
calendar {
|
|
@@ -7643,6 +7676,21 @@ export const QueryFeeds = gql `
|
|
|
7643
7676
|
authenticationType
|
|
7644
7677
|
apiKey
|
|
7645
7678
|
}
|
|
7679
|
+
googleContacts {
|
|
7680
|
+
authenticationType
|
|
7681
|
+
clientId
|
|
7682
|
+
clientSecret
|
|
7683
|
+
refreshToken
|
|
7684
|
+
authorizationId
|
|
7685
|
+
}
|
|
7686
|
+
microsoftContacts {
|
|
7687
|
+
authenticationType
|
|
7688
|
+
clientId
|
|
7689
|
+
clientSecret
|
|
7690
|
+
refreshToken
|
|
7691
|
+
tenantId
|
|
7692
|
+
authorizationId
|
|
7693
|
+
}
|
|
7646
7694
|
readLimit
|
|
7647
7695
|
}
|
|
7648
7696
|
calendar {
|
|
@@ -7994,13 +8042,20 @@ export const GetInvestment = gql `
|
|
|
7994
8042
|
investment(id: $id, correlationId: $correlationId) {
|
|
7995
8043
|
id
|
|
7996
8044
|
name
|
|
7997
|
-
alternateNames
|
|
7998
8045
|
creationDate
|
|
8046
|
+
owner {
|
|
8047
|
+
id
|
|
8048
|
+
}
|
|
8049
|
+
state
|
|
8050
|
+
alternateNames
|
|
7999
8051
|
uri
|
|
8000
8052
|
description
|
|
8001
8053
|
identifier
|
|
8002
8054
|
thing
|
|
8003
|
-
|
|
8055
|
+
feeds {
|
|
8056
|
+
id
|
|
8057
|
+
name
|
|
8058
|
+
}
|
|
8004
8059
|
}
|
|
8005
8060
|
}
|
|
8006
8061
|
`;
|
|
@@ -8010,13 +8065,21 @@ export const QueryInvestments = gql `
|
|
|
8010
8065
|
results {
|
|
8011
8066
|
id
|
|
8012
8067
|
name
|
|
8013
|
-
alternateNames
|
|
8014
8068
|
creationDate
|
|
8069
|
+
relevance
|
|
8070
|
+
owner {
|
|
8071
|
+
id
|
|
8072
|
+
}
|
|
8073
|
+
state
|
|
8074
|
+
alternateNames
|
|
8015
8075
|
uri
|
|
8016
8076
|
description
|
|
8017
8077
|
identifier
|
|
8018
8078
|
thing
|
|
8019
|
-
|
|
8079
|
+
feeds {
|
|
8080
|
+
id
|
|
8081
|
+
name
|
|
8082
|
+
}
|
|
8020
8083
|
}
|
|
8021
8084
|
}
|
|
8022
8085
|
}
|
|
@@ -8077,13 +8140,20 @@ export const GetInvestmentFund = gql `
|
|
|
8077
8140
|
investmentFund(id: $id, correlationId: $correlationId) {
|
|
8078
8141
|
id
|
|
8079
8142
|
name
|
|
8080
|
-
alternateNames
|
|
8081
8143
|
creationDate
|
|
8144
|
+
owner {
|
|
8145
|
+
id
|
|
8146
|
+
}
|
|
8147
|
+
state
|
|
8148
|
+
alternateNames
|
|
8082
8149
|
uri
|
|
8083
8150
|
description
|
|
8084
8151
|
identifier
|
|
8085
8152
|
thing
|
|
8086
|
-
|
|
8153
|
+
feeds {
|
|
8154
|
+
id
|
|
8155
|
+
name
|
|
8156
|
+
}
|
|
8087
8157
|
}
|
|
8088
8158
|
}
|
|
8089
8159
|
`;
|
|
@@ -8093,13 +8163,21 @@ export const QueryInvestmentFunds = gql `
|
|
|
8093
8163
|
results {
|
|
8094
8164
|
id
|
|
8095
8165
|
name
|
|
8096
|
-
alternateNames
|
|
8097
8166
|
creationDate
|
|
8167
|
+
relevance
|
|
8168
|
+
owner {
|
|
8169
|
+
id
|
|
8170
|
+
}
|
|
8171
|
+
state
|
|
8172
|
+
alternateNames
|
|
8098
8173
|
uri
|
|
8099
8174
|
description
|
|
8100
8175
|
identifier
|
|
8101
8176
|
thing
|
|
8102
|
-
|
|
8177
|
+
feeds {
|
|
8178
|
+
id
|
|
8179
|
+
name
|
|
8180
|
+
}
|
|
8103
8181
|
}
|
|
8104
8182
|
}
|
|
8105
8183
|
}
|
|
@@ -8162,7 +8240,10 @@ export const GetLabel = gql `
|
|
|
8162
8240
|
name
|
|
8163
8241
|
description
|
|
8164
8242
|
creationDate
|
|
8165
|
-
|
|
8243
|
+
feeds {
|
|
8244
|
+
id
|
|
8245
|
+
name
|
|
8246
|
+
}
|
|
8166
8247
|
}
|
|
8167
8248
|
}
|
|
8168
8249
|
`;
|
|
@@ -8175,6 +8256,10 @@ export const QueryLabels = gql `
|
|
|
8175
8256
|
description
|
|
8176
8257
|
creationDate
|
|
8177
8258
|
relevance
|
|
8259
|
+
feeds {
|
|
8260
|
+
id
|
|
8261
|
+
name
|
|
8262
|
+
}
|
|
8178
8263
|
}
|
|
8179
8264
|
}
|
|
8180
8265
|
}
|
|
@@ -8243,13 +8328,20 @@ export const GetMedicalCondition = gql `
|
|
|
8243
8328
|
medicalCondition(id: $id, correlationId: $correlationId) {
|
|
8244
8329
|
id
|
|
8245
8330
|
name
|
|
8246
|
-
alternateNames
|
|
8247
8331
|
creationDate
|
|
8332
|
+
owner {
|
|
8333
|
+
id
|
|
8334
|
+
}
|
|
8335
|
+
state
|
|
8336
|
+
alternateNames
|
|
8248
8337
|
uri
|
|
8249
8338
|
description
|
|
8250
8339
|
identifier
|
|
8251
8340
|
thing
|
|
8252
|
-
|
|
8341
|
+
feeds {
|
|
8342
|
+
id
|
|
8343
|
+
name
|
|
8344
|
+
}
|
|
8253
8345
|
}
|
|
8254
8346
|
}
|
|
8255
8347
|
`;
|
|
@@ -8259,13 +8351,21 @@ export const QueryMedicalConditions = gql `
|
|
|
8259
8351
|
results {
|
|
8260
8352
|
id
|
|
8261
8353
|
name
|
|
8262
|
-
alternateNames
|
|
8263
8354
|
creationDate
|
|
8355
|
+
relevance
|
|
8356
|
+
owner {
|
|
8357
|
+
id
|
|
8358
|
+
}
|
|
8359
|
+
state
|
|
8360
|
+
alternateNames
|
|
8264
8361
|
uri
|
|
8265
8362
|
description
|
|
8266
8363
|
identifier
|
|
8267
8364
|
thing
|
|
8268
|
-
|
|
8365
|
+
feeds {
|
|
8366
|
+
id
|
|
8367
|
+
name
|
|
8368
|
+
}
|
|
8269
8369
|
}
|
|
8270
8370
|
}
|
|
8271
8371
|
}
|
|
@@ -8326,13 +8426,20 @@ export const GetMedicalContraindication = gql `
|
|
|
8326
8426
|
medicalContraindication(id: $id, correlationId: $correlationId) {
|
|
8327
8427
|
id
|
|
8328
8428
|
name
|
|
8329
|
-
alternateNames
|
|
8330
8429
|
creationDate
|
|
8430
|
+
owner {
|
|
8431
|
+
id
|
|
8432
|
+
}
|
|
8433
|
+
state
|
|
8434
|
+
alternateNames
|
|
8331
8435
|
uri
|
|
8332
8436
|
description
|
|
8333
8437
|
identifier
|
|
8334
8438
|
thing
|
|
8335
|
-
|
|
8439
|
+
feeds {
|
|
8440
|
+
id
|
|
8441
|
+
name
|
|
8442
|
+
}
|
|
8336
8443
|
}
|
|
8337
8444
|
}
|
|
8338
8445
|
`;
|
|
@@ -8342,13 +8449,21 @@ export const QueryMedicalContraindications = gql `
|
|
|
8342
8449
|
results {
|
|
8343
8450
|
id
|
|
8344
8451
|
name
|
|
8345
|
-
alternateNames
|
|
8346
8452
|
creationDate
|
|
8453
|
+
relevance
|
|
8454
|
+
owner {
|
|
8455
|
+
id
|
|
8456
|
+
}
|
|
8457
|
+
state
|
|
8458
|
+
alternateNames
|
|
8347
8459
|
uri
|
|
8348
8460
|
description
|
|
8349
8461
|
identifier
|
|
8350
8462
|
thing
|
|
8351
|
-
|
|
8463
|
+
feeds {
|
|
8464
|
+
id
|
|
8465
|
+
name
|
|
8466
|
+
}
|
|
8352
8467
|
}
|
|
8353
8468
|
}
|
|
8354
8469
|
}
|
|
@@ -8409,13 +8524,20 @@ export const GetMedicalDevice = gql `
|
|
|
8409
8524
|
medicalDevice(id: $id, correlationId: $correlationId) {
|
|
8410
8525
|
id
|
|
8411
8526
|
name
|
|
8412
|
-
alternateNames
|
|
8413
8527
|
creationDate
|
|
8528
|
+
owner {
|
|
8529
|
+
id
|
|
8530
|
+
}
|
|
8531
|
+
state
|
|
8532
|
+
alternateNames
|
|
8414
8533
|
uri
|
|
8415
8534
|
description
|
|
8416
8535
|
identifier
|
|
8417
8536
|
thing
|
|
8418
|
-
|
|
8537
|
+
feeds {
|
|
8538
|
+
id
|
|
8539
|
+
name
|
|
8540
|
+
}
|
|
8419
8541
|
}
|
|
8420
8542
|
}
|
|
8421
8543
|
`;
|
|
@@ -8425,13 +8547,21 @@ export const QueryMedicalDevices = gql `
|
|
|
8425
8547
|
results {
|
|
8426
8548
|
id
|
|
8427
8549
|
name
|
|
8428
|
-
alternateNames
|
|
8429
8550
|
creationDate
|
|
8551
|
+
relevance
|
|
8552
|
+
owner {
|
|
8553
|
+
id
|
|
8554
|
+
}
|
|
8555
|
+
state
|
|
8556
|
+
alternateNames
|
|
8430
8557
|
uri
|
|
8431
8558
|
description
|
|
8432
8559
|
identifier
|
|
8433
8560
|
thing
|
|
8434
|
-
|
|
8561
|
+
feeds {
|
|
8562
|
+
id
|
|
8563
|
+
name
|
|
8564
|
+
}
|
|
8435
8565
|
}
|
|
8436
8566
|
}
|
|
8437
8567
|
}
|
|
@@ -8492,13 +8622,20 @@ export const GetMedicalDrug = gql `
|
|
|
8492
8622
|
medicalDrug(id: $id, correlationId: $correlationId) {
|
|
8493
8623
|
id
|
|
8494
8624
|
name
|
|
8495
|
-
alternateNames
|
|
8496
8625
|
creationDate
|
|
8626
|
+
owner {
|
|
8627
|
+
id
|
|
8628
|
+
}
|
|
8629
|
+
state
|
|
8630
|
+
alternateNames
|
|
8497
8631
|
uri
|
|
8498
8632
|
description
|
|
8499
8633
|
identifier
|
|
8500
8634
|
thing
|
|
8501
|
-
|
|
8635
|
+
feeds {
|
|
8636
|
+
id
|
|
8637
|
+
name
|
|
8638
|
+
}
|
|
8502
8639
|
}
|
|
8503
8640
|
}
|
|
8504
8641
|
`;
|
|
@@ -8508,13 +8645,21 @@ export const QueryMedicalDrugs = gql `
|
|
|
8508
8645
|
results {
|
|
8509
8646
|
id
|
|
8510
8647
|
name
|
|
8511
|
-
alternateNames
|
|
8512
8648
|
creationDate
|
|
8649
|
+
relevance
|
|
8650
|
+
owner {
|
|
8651
|
+
id
|
|
8652
|
+
}
|
|
8653
|
+
state
|
|
8654
|
+
alternateNames
|
|
8513
8655
|
uri
|
|
8514
8656
|
description
|
|
8515
8657
|
identifier
|
|
8516
8658
|
thing
|
|
8517
|
-
|
|
8659
|
+
feeds {
|
|
8660
|
+
id
|
|
8661
|
+
name
|
|
8662
|
+
}
|
|
8518
8663
|
}
|
|
8519
8664
|
}
|
|
8520
8665
|
}
|
|
@@ -8575,13 +8720,20 @@ export const GetMedicalDrugClass = gql `
|
|
|
8575
8720
|
medicalDrugClass(id: $id, correlationId: $correlationId) {
|
|
8576
8721
|
id
|
|
8577
8722
|
name
|
|
8578
|
-
alternateNames
|
|
8579
8723
|
creationDate
|
|
8724
|
+
owner {
|
|
8725
|
+
id
|
|
8726
|
+
}
|
|
8727
|
+
state
|
|
8728
|
+
alternateNames
|
|
8580
8729
|
uri
|
|
8581
8730
|
description
|
|
8582
8731
|
identifier
|
|
8583
8732
|
thing
|
|
8584
|
-
|
|
8733
|
+
feeds {
|
|
8734
|
+
id
|
|
8735
|
+
name
|
|
8736
|
+
}
|
|
8585
8737
|
}
|
|
8586
8738
|
}
|
|
8587
8739
|
`;
|
|
@@ -8591,13 +8743,21 @@ export const QueryMedicalDrugClasses = gql `
|
|
|
8591
8743
|
results {
|
|
8592
8744
|
id
|
|
8593
8745
|
name
|
|
8594
|
-
alternateNames
|
|
8595
8746
|
creationDate
|
|
8747
|
+
relevance
|
|
8748
|
+
owner {
|
|
8749
|
+
id
|
|
8750
|
+
}
|
|
8751
|
+
state
|
|
8752
|
+
alternateNames
|
|
8596
8753
|
uri
|
|
8597
8754
|
description
|
|
8598
8755
|
identifier
|
|
8599
8756
|
thing
|
|
8600
|
-
|
|
8757
|
+
feeds {
|
|
8758
|
+
id
|
|
8759
|
+
name
|
|
8760
|
+
}
|
|
8601
8761
|
}
|
|
8602
8762
|
}
|
|
8603
8763
|
}
|
|
@@ -8658,13 +8818,20 @@ export const GetMedicalGuideline = gql `
|
|
|
8658
8818
|
medicalGuideline(id: $id, correlationId: $correlationId) {
|
|
8659
8819
|
id
|
|
8660
8820
|
name
|
|
8661
|
-
alternateNames
|
|
8662
8821
|
creationDate
|
|
8822
|
+
owner {
|
|
8823
|
+
id
|
|
8824
|
+
}
|
|
8825
|
+
state
|
|
8826
|
+
alternateNames
|
|
8663
8827
|
uri
|
|
8664
8828
|
description
|
|
8665
8829
|
identifier
|
|
8666
8830
|
thing
|
|
8667
|
-
|
|
8831
|
+
feeds {
|
|
8832
|
+
id
|
|
8833
|
+
name
|
|
8834
|
+
}
|
|
8668
8835
|
}
|
|
8669
8836
|
}
|
|
8670
8837
|
`;
|
|
@@ -8674,13 +8841,21 @@ export const QueryMedicalGuidelines = gql `
|
|
|
8674
8841
|
results {
|
|
8675
8842
|
id
|
|
8676
8843
|
name
|
|
8677
|
-
alternateNames
|
|
8678
8844
|
creationDate
|
|
8845
|
+
relevance
|
|
8846
|
+
owner {
|
|
8847
|
+
id
|
|
8848
|
+
}
|
|
8849
|
+
state
|
|
8850
|
+
alternateNames
|
|
8679
8851
|
uri
|
|
8680
8852
|
description
|
|
8681
8853
|
identifier
|
|
8682
8854
|
thing
|
|
8683
|
-
|
|
8855
|
+
feeds {
|
|
8856
|
+
id
|
|
8857
|
+
name
|
|
8858
|
+
}
|
|
8684
8859
|
}
|
|
8685
8860
|
}
|
|
8686
8861
|
}
|
|
@@ -8741,13 +8916,20 @@ export const GetMedicalIndication = gql `
|
|
|
8741
8916
|
medicalIndication(id: $id, correlationId: $correlationId) {
|
|
8742
8917
|
id
|
|
8743
8918
|
name
|
|
8744
|
-
alternateNames
|
|
8745
8919
|
creationDate
|
|
8920
|
+
owner {
|
|
8921
|
+
id
|
|
8922
|
+
}
|
|
8923
|
+
state
|
|
8924
|
+
alternateNames
|
|
8746
8925
|
uri
|
|
8747
8926
|
description
|
|
8748
8927
|
identifier
|
|
8749
8928
|
thing
|
|
8750
|
-
|
|
8929
|
+
feeds {
|
|
8930
|
+
id
|
|
8931
|
+
name
|
|
8932
|
+
}
|
|
8751
8933
|
}
|
|
8752
8934
|
}
|
|
8753
8935
|
`;
|
|
@@ -8757,13 +8939,21 @@ export const QueryMedicalIndications = gql `
|
|
|
8757
8939
|
results {
|
|
8758
8940
|
id
|
|
8759
8941
|
name
|
|
8760
|
-
alternateNames
|
|
8761
8942
|
creationDate
|
|
8762
|
-
|
|
8943
|
+
relevance
|
|
8944
|
+
owner {
|
|
8945
|
+
id
|
|
8946
|
+
}
|
|
8947
|
+
state
|
|
8948
|
+
alternateNames
|
|
8949
|
+
uri
|
|
8763
8950
|
description
|
|
8764
8951
|
identifier
|
|
8765
8952
|
thing
|
|
8766
|
-
|
|
8953
|
+
feeds {
|
|
8954
|
+
id
|
|
8955
|
+
name
|
|
8956
|
+
}
|
|
8767
8957
|
}
|
|
8768
8958
|
}
|
|
8769
8959
|
}
|
|
@@ -8824,13 +9014,20 @@ export const GetMedicalProcedure = gql `
|
|
|
8824
9014
|
medicalProcedure(id: $id, correlationId: $correlationId) {
|
|
8825
9015
|
id
|
|
8826
9016
|
name
|
|
8827
|
-
alternateNames
|
|
8828
9017
|
creationDate
|
|
9018
|
+
owner {
|
|
9019
|
+
id
|
|
9020
|
+
}
|
|
9021
|
+
state
|
|
9022
|
+
alternateNames
|
|
8829
9023
|
uri
|
|
8830
9024
|
description
|
|
8831
9025
|
identifier
|
|
8832
9026
|
thing
|
|
8833
|
-
|
|
9027
|
+
feeds {
|
|
9028
|
+
id
|
|
9029
|
+
name
|
|
9030
|
+
}
|
|
8834
9031
|
}
|
|
8835
9032
|
}
|
|
8836
9033
|
`;
|
|
@@ -8840,13 +9037,21 @@ export const QueryMedicalProcedures = gql `
|
|
|
8840
9037
|
results {
|
|
8841
9038
|
id
|
|
8842
9039
|
name
|
|
8843
|
-
alternateNames
|
|
8844
9040
|
creationDate
|
|
9041
|
+
relevance
|
|
9042
|
+
owner {
|
|
9043
|
+
id
|
|
9044
|
+
}
|
|
9045
|
+
state
|
|
9046
|
+
alternateNames
|
|
8845
9047
|
uri
|
|
8846
9048
|
description
|
|
8847
9049
|
identifier
|
|
8848
9050
|
thing
|
|
8849
|
-
|
|
9051
|
+
feeds {
|
|
9052
|
+
id
|
|
9053
|
+
name
|
|
9054
|
+
}
|
|
8850
9055
|
}
|
|
8851
9056
|
}
|
|
8852
9057
|
}
|
|
@@ -8907,13 +9112,20 @@ export const GetMedicalStudy = gql `
|
|
|
8907
9112
|
medicalStudy(id: $id, correlationId: $correlationId) {
|
|
8908
9113
|
id
|
|
8909
9114
|
name
|
|
8910
|
-
alternateNames
|
|
8911
9115
|
creationDate
|
|
9116
|
+
owner {
|
|
9117
|
+
id
|
|
9118
|
+
}
|
|
9119
|
+
state
|
|
9120
|
+
alternateNames
|
|
8912
9121
|
uri
|
|
8913
9122
|
description
|
|
8914
9123
|
identifier
|
|
8915
9124
|
thing
|
|
8916
|
-
|
|
9125
|
+
feeds {
|
|
9126
|
+
id
|
|
9127
|
+
name
|
|
9128
|
+
}
|
|
8917
9129
|
address {
|
|
8918
9130
|
streetAddress
|
|
8919
9131
|
city
|
|
@@ -8930,13 +9142,21 @@ export const QueryMedicalStudies = gql `
|
|
|
8930
9142
|
results {
|
|
8931
9143
|
id
|
|
8932
9144
|
name
|
|
8933
|
-
alternateNames
|
|
8934
9145
|
creationDate
|
|
9146
|
+
relevance
|
|
9147
|
+
owner {
|
|
9148
|
+
id
|
|
9149
|
+
}
|
|
9150
|
+
state
|
|
9151
|
+
alternateNames
|
|
8935
9152
|
uri
|
|
8936
9153
|
description
|
|
8937
9154
|
identifier
|
|
8938
9155
|
thing
|
|
8939
|
-
|
|
9156
|
+
feeds {
|
|
9157
|
+
id
|
|
9158
|
+
name
|
|
9159
|
+
}
|
|
8940
9160
|
address {
|
|
8941
9161
|
streetAddress
|
|
8942
9162
|
city
|
|
@@ -9004,13 +9224,20 @@ export const GetMedicalTest = gql `
|
|
|
9004
9224
|
medicalTest(id: $id, correlationId: $correlationId) {
|
|
9005
9225
|
id
|
|
9006
9226
|
name
|
|
9007
|
-
alternateNames
|
|
9008
9227
|
creationDate
|
|
9228
|
+
owner {
|
|
9229
|
+
id
|
|
9230
|
+
}
|
|
9231
|
+
state
|
|
9232
|
+
alternateNames
|
|
9009
9233
|
uri
|
|
9010
9234
|
description
|
|
9011
9235
|
identifier
|
|
9012
9236
|
thing
|
|
9013
|
-
|
|
9237
|
+
feeds {
|
|
9238
|
+
id
|
|
9239
|
+
name
|
|
9240
|
+
}
|
|
9014
9241
|
}
|
|
9015
9242
|
}
|
|
9016
9243
|
`;
|
|
@@ -9020,13 +9247,21 @@ export const QueryMedicalTests = gql `
|
|
|
9020
9247
|
results {
|
|
9021
9248
|
id
|
|
9022
9249
|
name
|
|
9023
|
-
alternateNames
|
|
9024
9250
|
creationDate
|
|
9251
|
+
relevance
|
|
9252
|
+
owner {
|
|
9253
|
+
id
|
|
9254
|
+
}
|
|
9255
|
+
state
|
|
9256
|
+
alternateNames
|
|
9025
9257
|
uri
|
|
9026
9258
|
description
|
|
9027
9259
|
identifier
|
|
9028
9260
|
thing
|
|
9029
|
-
|
|
9261
|
+
feeds {
|
|
9262
|
+
id
|
|
9263
|
+
name
|
|
9264
|
+
}
|
|
9030
9265
|
}
|
|
9031
9266
|
}
|
|
9032
9267
|
}
|
|
@@ -9087,13 +9322,20 @@ export const GetMedicalTherapy = gql `
|
|
|
9087
9322
|
medicalTherapy(id: $id, correlationId: $correlationId) {
|
|
9088
9323
|
id
|
|
9089
9324
|
name
|
|
9090
|
-
alternateNames
|
|
9091
9325
|
creationDate
|
|
9326
|
+
owner {
|
|
9327
|
+
id
|
|
9328
|
+
}
|
|
9329
|
+
state
|
|
9330
|
+
alternateNames
|
|
9092
9331
|
uri
|
|
9093
9332
|
description
|
|
9094
9333
|
identifier
|
|
9095
9334
|
thing
|
|
9096
|
-
|
|
9335
|
+
feeds {
|
|
9336
|
+
id
|
|
9337
|
+
name
|
|
9338
|
+
}
|
|
9097
9339
|
}
|
|
9098
9340
|
}
|
|
9099
9341
|
`;
|
|
@@ -9103,13 +9345,21 @@ export const QueryMedicalTherapies = gql `
|
|
|
9103
9345
|
results {
|
|
9104
9346
|
id
|
|
9105
9347
|
name
|
|
9106
|
-
alternateNames
|
|
9107
9348
|
creationDate
|
|
9349
|
+
relevance
|
|
9350
|
+
owner {
|
|
9351
|
+
id
|
|
9352
|
+
}
|
|
9353
|
+
state
|
|
9354
|
+
alternateNames
|
|
9108
9355
|
uri
|
|
9109
9356
|
description
|
|
9110
9357
|
identifier
|
|
9111
9358
|
thing
|
|
9112
|
-
|
|
9359
|
+
feeds {
|
|
9360
|
+
id
|
|
9361
|
+
name
|
|
9362
|
+
}
|
|
9113
9363
|
}
|
|
9114
9364
|
}
|
|
9115
9365
|
}
|
|
@@ -9196,18 +9446,37 @@ export const DeleteOrganizations = gql `
|
|
|
9196
9446
|
}
|
|
9197
9447
|
}
|
|
9198
9448
|
`;
|
|
9449
|
+
export const EnrichOrganizations = gql `
|
|
9450
|
+
mutation EnrichOrganizations($filter: OrganizationFilter, $connector: EntityEnrichmentConnectorInput!, $correlationId: String) {
|
|
9451
|
+
enrichOrganizations(
|
|
9452
|
+
filter: $filter
|
|
9453
|
+
connector: $connector
|
|
9454
|
+
correlationId: $correlationId
|
|
9455
|
+
) {
|
|
9456
|
+
id
|
|
9457
|
+
name
|
|
9458
|
+
}
|
|
9459
|
+
}
|
|
9460
|
+
`;
|
|
9199
9461
|
export const GetOrganization = gql `
|
|
9200
9462
|
query GetOrganization($id: ID!, $correlationId: String) {
|
|
9201
9463
|
organization(id: $id, correlationId: $correlationId) {
|
|
9202
9464
|
id
|
|
9203
9465
|
name
|
|
9204
|
-
alternateNames
|
|
9205
9466
|
creationDate
|
|
9467
|
+
owner {
|
|
9468
|
+
id
|
|
9469
|
+
}
|
|
9470
|
+
state
|
|
9471
|
+
alternateNames
|
|
9206
9472
|
uri
|
|
9207
9473
|
description
|
|
9208
9474
|
identifier
|
|
9209
9475
|
thing
|
|
9210
|
-
|
|
9476
|
+
feeds {
|
|
9477
|
+
id
|
|
9478
|
+
name
|
|
9479
|
+
}
|
|
9211
9480
|
address {
|
|
9212
9481
|
streetAddress
|
|
9213
9482
|
city
|
|
@@ -9230,13 +9499,21 @@ export const QueryOrganizations = gql `
|
|
|
9230
9499
|
results {
|
|
9231
9500
|
id
|
|
9232
9501
|
name
|
|
9233
|
-
alternateNames
|
|
9234
9502
|
creationDate
|
|
9503
|
+
relevance
|
|
9504
|
+
owner {
|
|
9505
|
+
id
|
|
9506
|
+
}
|
|
9507
|
+
state
|
|
9508
|
+
alternateNames
|
|
9235
9509
|
uri
|
|
9236
9510
|
description
|
|
9237
9511
|
identifier
|
|
9238
9512
|
thing
|
|
9239
|
-
|
|
9513
|
+
feeds {
|
|
9514
|
+
id
|
|
9515
|
+
name
|
|
9516
|
+
}
|
|
9240
9517
|
address {
|
|
9241
9518
|
streetAddress
|
|
9242
9519
|
city
|
|
@@ -9305,18 +9582,37 @@ export const DeletePersons = gql `
|
|
|
9305
9582
|
}
|
|
9306
9583
|
}
|
|
9307
9584
|
`;
|
|
9585
|
+
export const EnrichPersons = gql `
|
|
9586
|
+
mutation EnrichPersons($filter: PersonFilter, $connector: EntityEnrichmentConnectorInput!, $correlationId: String) {
|
|
9587
|
+
enrichPersons(
|
|
9588
|
+
filter: $filter
|
|
9589
|
+
connector: $connector
|
|
9590
|
+
correlationId: $correlationId
|
|
9591
|
+
) {
|
|
9592
|
+
id
|
|
9593
|
+
name
|
|
9594
|
+
}
|
|
9595
|
+
}
|
|
9596
|
+
`;
|
|
9308
9597
|
export const GetPerson = gql `
|
|
9309
9598
|
query GetPerson($id: ID!, $correlationId: String) {
|
|
9310
9599
|
person(id: $id, correlationId: $correlationId) {
|
|
9311
9600
|
id
|
|
9312
9601
|
name
|
|
9313
|
-
alternateNames
|
|
9314
9602
|
creationDate
|
|
9603
|
+
owner {
|
|
9604
|
+
id
|
|
9605
|
+
}
|
|
9606
|
+
state
|
|
9607
|
+
alternateNames
|
|
9315
9608
|
uri
|
|
9316
9609
|
description
|
|
9317
9610
|
identifier
|
|
9318
9611
|
thing
|
|
9319
|
-
|
|
9612
|
+
feeds {
|
|
9613
|
+
id
|
|
9614
|
+
name
|
|
9615
|
+
}
|
|
9320
9616
|
address {
|
|
9321
9617
|
streetAddress
|
|
9322
9618
|
city
|
|
@@ -9341,13 +9637,21 @@ export const QueryPersons = gql `
|
|
|
9341
9637
|
results {
|
|
9342
9638
|
id
|
|
9343
9639
|
name
|
|
9344
|
-
alternateNames
|
|
9345
9640
|
creationDate
|
|
9641
|
+
relevance
|
|
9642
|
+
owner {
|
|
9643
|
+
id
|
|
9644
|
+
}
|
|
9645
|
+
state
|
|
9646
|
+
alternateNames
|
|
9346
9647
|
uri
|
|
9347
9648
|
description
|
|
9348
9649
|
identifier
|
|
9349
9650
|
thing
|
|
9350
|
-
|
|
9651
|
+
feeds {
|
|
9652
|
+
id
|
|
9653
|
+
name
|
|
9654
|
+
}
|
|
9351
9655
|
address {
|
|
9352
9656
|
streetAddress
|
|
9353
9657
|
city
|
|
@@ -9418,18 +9722,37 @@ export const DeletePlaces = gql `
|
|
|
9418
9722
|
}
|
|
9419
9723
|
}
|
|
9420
9724
|
`;
|
|
9725
|
+
export const EnrichPlaces = gql `
|
|
9726
|
+
mutation EnrichPlaces($filter: PlaceFilter, $connector: EntityEnrichmentConnectorInput!, $correlationId: String) {
|
|
9727
|
+
enrichPlaces(
|
|
9728
|
+
filter: $filter
|
|
9729
|
+
connector: $connector
|
|
9730
|
+
correlationId: $correlationId
|
|
9731
|
+
) {
|
|
9732
|
+
id
|
|
9733
|
+
name
|
|
9734
|
+
}
|
|
9735
|
+
}
|
|
9736
|
+
`;
|
|
9421
9737
|
export const GetPlace = gql `
|
|
9422
9738
|
query GetPlace($id: ID!, $correlationId: String) {
|
|
9423
9739
|
place(id: $id, correlationId: $correlationId) {
|
|
9424
9740
|
id
|
|
9425
9741
|
name
|
|
9426
|
-
alternateNames
|
|
9427
9742
|
creationDate
|
|
9743
|
+
owner {
|
|
9744
|
+
id
|
|
9745
|
+
}
|
|
9746
|
+
state
|
|
9747
|
+
alternateNames
|
|
9428
9748
|
uri
|
|
9429
9749
|
description
|
|
9430
9750
|
identifier
|
|
9431
9751
|
thing
|
|
9432
|
-
|
|
9752
|
+
feeds {
|
|
9753
|
+
id
|
|
9754
|
+
name
|
|
9755
|
+
}
|
|
9433
9756
|
address {
|
|
9434
9757
|
streetAddress
|
|
9435
9758
|
city
|
|
@@ -9446,13 +9769,21 @@ export const QueryPlaces = gql `
|
|
|
9446
9769
|
results {
|
|
9447
9770
|
id
|
|
9448
9771
|
name
|
|
9449
|
-
alternateNames
|
|
9450
9772
|
creationDate
|
|
9773
|
+
relevance
|
|
9774
|
+
owner {
|
|
9775
|
+
id
|
|
9776
|
+
}
|
|
9777
|
+
state
|
|
9778
|
+
alternateNames
|
|
9451
9779
|
uri
|
|
9452
9780
|
description
|
|
9453
9781
|
identifier
|
|
9454
9782
|
thing
|
|
9455
|
-
|
|
9783
|
+
feeds {
|
|
9784
|
+
id
|
|
9785
|
+
name
|
|
9786
|
+
}
|
|
9456
9787
|
address {
|
|
9457
9788
|
streetAddress
|
|
9458
9789
|
city
|
|
@@ -9515,18 +9846,37 @@ export const DeleteProducts = gql `
|
|
|
9515
9846
|
}
|
|
9516
9847
|
}
|
|
9517
9848
|
`;
|
|
9849
|
+
export const EnrichProducts = gql `
|
|
9850
|
+
mutation EnrichProducts($filter: ProductFilter, $connector: EntityEnrichmentConnectorInput!, $correlationId: String) {
|
|
9851
|
+
enrichProducts(
|
|
9852
|
+
filter: $filter
|
|
9853
|
+
connector: $connector
|
|
9854
|
+
correlationId: $correlationId
|
|
9855
|
+
) {
|
|
9856
|
+
id
|
|
9857
|
+
name
|
|
9858
|
+
}
|
|
9859
|
+
}
|
|
9860
|
+
`;
|
|
9518
9861
|
export const GetProduct = gql `
|
|
9519
9862
|
query GetProduct($id: ID!, $correlationId: String) {
|
|
9520
9863
|
product(id: $id, correlationId: $correlationId) {
|
|
9521
9864
|
id
|
|
9522
9865
|
name
|
|
9523
|
-
alternateNames
|
|
9524
9866
|
creationDate
|
|
9867
|
+
owner {
|
|
9868
|
+
id
|
|
9869
|
+
}
|
|
9870
|
+
state
|
|
9871
|
+
alternateNames
|
|
9525
9872
|
uri
|
|
9526
9873
|
description
|
|
9527
9874
|
identifier
|
|
9528
9875
|
thing
|
|
9529
|
-
|
|
9876
|
+
feeds {
|
|
9877
|
+
id
|
|
9878
|
+
name
|
|
9879
|
+
}
|
|
9530
9880
|
address {
|
|
9531
9881
|
streetAddress
|
|
9532
9882
|
city
|
|
@@ -9550,13 +9900,21 @@ export const QueryProducts = gql `
|
|
|
9550
9900
|
results {
|
|
9551
9901
|
id
|
|
9552
9902
|
name
|
|
9553
|
-
alternateNames
|
|
9554
9903
|
creationDate
|
|
9904
|
+
relevance
|
|
9905
|
+
owner {
|
|
9906
|
+
id
|
|
9907
|
+
}
|
|
9908
|
+
state
|
|
9909
|
+
alternateNames
|
|
9555
9910
|
uri
|
|
9556
9911
|
description
|
|
9557
9912
|
identifier
|
|
9558
9913
|
thing
|
|
9559
|
-
|
|
9914
|
+
feeds {
|
|
9915
|
+
id
|
|
9916
|
+
name
|
|
9917
|
+
}
|
|
9560
9918
|
address {
|
|
9561
9919
|
streetAddress
|
|
9562
9920
|
city
|
|
@@ -9835,13 +10193,20 @@ export const GetRepo = gql `
|
|
|
9835
10193
|
repo(id: $id, correlationId: $correlationId) {
|
|
9836
10194
|
id
|
|
9837
10195
|
name
|
|
9838
|
-
alternateNames
|
|
9839
10196
|
creationDate
|
|
10197
|
+
owner {
|
|
10198
|
+
id
|
|
10199
|
+
}
|
|
10200
|
+
state
|
|
10201
|
+
alternateNames
|
|
9840
10202
|
uri
|
|
9841
10203
|
description
|
|
9842
10204
|
identifier
|
|
9843
10205
|
thing
|
|
9844
|
-
|
|
10206
|
+
feeds {
|
|
10207
|
+
id
|
|
10208
|
+
name
|
|
10209
|
+
}
|
|
9845
10210
|
}
|
|
9846
10211
|
}
|
|
9847
10212
|
`;
|
|
@@ -9851,13 +10216,21 @@ export const QueryRepos = gql `
|
|
|
9851
10216
|
results {
|
|
9852
10217
|
id
|
|
9853
10218
|
name
|
|
9854
|
-
alternateNames
|
|
9855
10219
|
creationDate
|
|
10220
|
+
relevance
|
|
10221
|
+
owner {
|
|
10222
|
+
id
|
|
10223
|
+
}
|
|
10224
|
+
state
|
|
10225
|
+
alternateNames
|
|
9856
10226
|
uri
|
|
9857
10227
|
description
|
|
9858
10228
|
identifier
|
|
9859
10229
|
thing
|
|
9860
|
-
|
|
10230
|
+
feeds {
|
|
10231
|
+
id
|
|
10232
|
+
name
|
|
10233
|
+
}
|
|
9861
10234
|
}
|
|
9862
10235
|
}
|
|
9863
10236
|
}
|
|
@@ -9947,13 +10320,20 @@ export const GetSoftware = gql `
|
|
|
9947
10320
|
software(id: $id, correlationId: $correlationId) {
|
|
9948
10321
|
id
|
|
9949
10322
|
name
|
|
9950
|
-
alternateNames
|
|
9951
10323
|
creationDate
|
|
10324
|
+
owner {
|
|
10325
|
+
id
|
|
10326
|
+
}
|
|
10327
|
+
state
|
|
10328
|
+
alternateNames
|
|
9952
10329
|
uri
|
|
9953
10330
|
description
|
|
9954
10331
|
identifier
|
|
9955
10332
|
thing
|
|
9956
|
-
|
|
10333
|
+
feeds {
|
|
10334
|
+
id
|
|
10335
|
+
name
|
|
10336
|
+
}
|
|
9957
10337
|
releaseDate
|
|
9958
10338
|
developer
|
|
9959
10339
|
}
|
|
@@ -9965,13 +10345,21 @@ export const QuerySoftwares = gql `
|
|
|
9965
10345
|
results {
|
|
9966
10346
|
id
|
|
9967
10347
|
name
|
|
9968
|
-
alternateNames
|
|
9969
10348
|
creationDate
|
|
10349
|
+
relevance
|
|
10350
|
+
owner {
|
|
10351
|
+
id
|
|
10352
|
+
}
|
|
10353
|
+
state
|
|
10354
|
+
alternateNames
|
|
9970
10355
|
uri
|
|
9971
10356
|
description
|
|
9972
10357
|
identifier
|
|
9973
10358
|
thing
|
|
9974
|
-
|
|
10359
|
+
feeds {
|
|
10360
|
+
id
|
|
10361
|
+
name
|
|
10362
|
+
}
|
|
9975
10363
|
releaseDate
|
|
9976
10364
|
developer
|
|
9977
10365
|
}
|
|
@@ -10038,7 +10426,6 @@ export const GetSpecification = gql `
|
|
|
10038
10426
|
id
|
|
10039
10427
|
name
|
|
10040
10428
|
creationDate
|
|
10041
|
-
relevance
|
|
10042
10429
|
owner {
|
|
10043
10430
|
id
|
|
10044
10431
|
}
|
|
@@ -11134,7 +11521,6 @@ export const GetView = gql `
|
|
|
11134
11521
|
id
|
|
11135
11522
|
name
|
|
11136
11523
|
creationDate
|
|
11137
|
-
relevance
|
|
11138
11524
|
owner {
|
|
11139
11525
|
id
|
|
11140
11526
|
}
|
|
@@ -12051,6 +12437,8 @@ export const CreateWorkflow = gql `
|
|
|
12051
12437
|
id
|
|
12052
12438
|
}
|
|
12053
12439
|
tokenThreshold
|
|
12440
|
+
timeBudget
|
|
12441
|
+
entityBudget
|
|
12054
12442
|
}
|
|
12055
12443
|
}
|
|
12056
12444
|
}
|
|
@@ -12107,6 +12495,10 @@ export const CreateWorkflow = gql `
|
|
|
12107
12495
|
diffbot {
|
|
12108
12496
|
key
|
|
12109
12497
|
}
|
|
12498
|
+
parallel {
|
|
12499
|
+
processor
|
|
12500
|
+
isSynchronous
|
|
12501
|
+
}
|
|
12110
12502
|
}
|
|
12111
12503
|
}
|
|
12112
12504
|
}
|
|
@@ -12181,7 +12573,6 @@ export const GetWorkflow = gql `
|
|
|
12181
12573
|
id
|
|
12182
12574
|
name
|
|
12183
12575
|
creationDate
|
|
12184
|
-
relevance
|
|
12185
12576
|
owner {
|
|
12186
12577
|
id
|
|
12187
12578
|
}
|
|
@@ -12309,6 +12700,8 @@ export const GetWorkflow = gql `
|
|
|
12309
12700
|
id
|
|
12310
12701
|
}
|
|
12311
12702
|
tokenThreshold
|
|
12703
|
+
timeBudget
|
|
12704
|
+
entityBudget
|
|
12312
12705
|
}
|
|
12313
12706
|
}
|
|
12314
12707
|
}
|
|
@@ -12365,6 +12758,10 @@ export const GetWorkflow = gql `
|
|
|
12365
12758
|
diffbot {
|
|
12366
12759
|
key
|
|
12367
12760
|
}
|
|
12761
|
+
parallel {
|
|
12762
|
+
processor
|
|
12763
|
+
isSynchronous
|
|
12764
|
+
}
|
|
12368
12765
|
}
|
|
12369
12766
|
}
|
|
12370
12767
|
}
|
|
@@ -12540,6 +12937,8 @@ export const QueryWorkflows = gql `
|
|
|
12540
12937
|
id
|
|
12541
12938
|
}
|
|
12542
12939
|
tokenThreshold
|
|
12940
|
+
timeBudget
|
|
12941
|
+
entityBudget
|
|
12543
12942
|
}
|
|
12544
12943
|
}
|
|
12545
12944
|
}
|
|
@@ -12596,6 +12995,10 @@ export const QueryWorkflows = gql `
|
|
|
12596
12995
|
diffbot {
|
|
12597
12996
|
key
|
|
12598
12997
|
}
|
|
12998
|
+
parallel {
|
|
12999
|
+
processor
|
|
13000
|
+
isSynchronous
|
|
13001
|
+
}
|
|
12599
13002
|
}
|
|
12600
13003
|
}
|
|
12601
13004
|
}
|
|
@@ -12766,6 +13169,8 @@ export const UpdateWorkflow = gql `
|
|
|
12766
13169
|
id
|
|
12767
13170
|
}
|
|
12768
13171
|
tokenThreshold
|
|
13172
|
+
timeBudget
|
|
13173
|
+
entityBudget
|
|
12769
13174
|
}
|
|
12770
13175
|
}
|
|
12771
13176
|
}
|
|
@@ -12822,6 +13227,10 @@ export const UpdateWorkflow = gql `
|
|
|
12822
13227
|
diffbot {
|
|
12823
13228
|
key
|
|
12824
13229
|
}
|
|
13230
|
+
parallel {
|
|
13231
|
+
processor
|
|
13232
|
+
isSynchronous
|
|
13233
|
+
}
|
|
12825
13234
|
}
|
|
12826
13235
|
}
|
|
12827
13236
|
}
|
|
@@ -12991,6 +13400,8 @@ export const UpsertWorkflow = gql `
|
|
|
12991
13400
|
id
|
|
12992
13401
|
}
|
|
12993
13402
|
tokenThreshold
|
|
13403
|
+
timeBudget
|
|
13404
|
+
entityBudget
|
|
12994
13405
|
}
|
|
12995
13406
|
}
|
|
12996
13407
|
}
|
|
@@ -13047,6 +13458,10 @@ export const UpsertWorkflow = gql `
|
|
|
13047
13458
|
diffbot {
|
|
13048
13459
|
key
|
|
13049
13460
|
}
|
|
13461
|
+
parallel {
|
|
13462
|
+
processor
|
|
13463
|
+
isSynchronous
|
|
13464
|
+
}
|
|
13050
13465
|
}
|
|
13051
13466
|
}
|
|
13052
13467
|
}
|