graphlit-client 1.0.20251123001 → 1.0.20251123002

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.
@@ -1538,6 +1538,7 @@ export const GetContent = gql `
1538
1538
  links {
1539
1539
  uri
1540
1540
  linkType
1541
+ excerpts
1541
1542
  }
1542
1543
  observations {
1543
1544
  id
@@ -2368,6 +2369,7 @@ export const LookupContents = gql `
2368
2369
  links {
2369
2370
  uri
2370
2371
  linkType
2372
+ excerpts
2371
2373
  }
2372
2374
  observations {
2373
2375
  id
@@ -6931,6 +6933,15 @@ export const GetEvent = gql `
6931
6933
  id
6932
6934
  name
6933
6935
  }
6936
+ links {
6937
+ uri
6938
+ linkType
6939
+ excerpts
6940
+ }
6941
+ workflow {
6942
+ id
6943
+ name
6944
+ }
6934
6945
  address {
6935
6946
  streetAddress
6936
6947
  city
@@ -6948,6 +6959,10 @@ export const GetEvent = gql `
6948
6959
  priceCurrency
6949
6960
  isAccessibleForFree
6950
6961
  typicalAgeRange
6962
+ organizer
6963
+ performer
6964
+ sponsor
6965
+ eventStatus
6951
6966
  }
6952
6967
  }
6953
6968
  `;
@@ -6973,6 +6988,15 @@ export const QueryEvents = gql `
6973
6988
  id
6974
6989
  name
6975
6990
  }
6991
+ links {
6992
+ uri
6993
+ linkType
6994
+ excerpts
6995
+ }
6996
+ workflow {
6997
+ id
6998
+ name
6999
+ }
6976
7000
  address {
6977
7001
  streetAddress
6978
7002
  city
@@ -6990,6 +7014,10 @@ export const QueryEvents = gql `
6990
7014
  priceCurrency
6991
7015
  isAccessibleForFree
6992
7016
  typicalAgeRange
7017
+ organizer
7018
+ performer
7019
+ sponsor
7020
+ eventStatus
6993
7021
  }
6994
7022
  }
6995
7023
  }
@@ -8073,6 +8101,15 @@ export const GetInvestment = gql `
8073
8101
  id
8074
8102
  name
8075
8103
  }
8104
+ links {
8105
+ uri
8106
+ linkType
8107
+ excerpts
8108
+ }
8109
+ workflow {
8110
+ id
8111
+ name
8112
+ }
8076
8113
  }
8077
8114
  }
8078
8115
  `;
@@ -8098,6 +8135,15 @@ export const QueryInvestments = gql `
8098
8135
  id
8099
8136
  name
8100
8137
  }
8138
+ links {
8139
+ uri
8140
+ linkType
8141
+ excerpts
8142
+ }
8143
+ workflow {
8144
+ id
8145
+ name
8146
+ }
8101
8147
  }
8102
8148
  }
8103
8149
  }
@@ -8173,6 +8219,15 @@ export const GetInvestmentFund = gql `
8173
8219
  id
8174
8220
  name
8175
8221
  }
8222
+ links {
8223
+ uri
8224
+ linkType
8225
+ excerpts
8226
+ }
8227
+ workflow {
8228
+ id
8229
+ name
8230
+ }
8176
8231
  }
8177
8232
  }
8178
8233
  `;
@@ -8198,6 +8253,15 @@ export const QueryInvestmentFunds = gql `
8198
8253
  id
8199
8254
  name
8200
8255
  }
8256
+ links {
8257
+ uri
8258
+ linkType
8259
+ excerpts
8260
+ }
8261
+ workflow {
8262
+ id
8263
+ name
8264
+ }
8201
8265
  }
8202
8266
  }
8203
8267
  }
@@ -8363,6 +8427,15 @@ export const GetMedicalCondition = gql `
8363
8427
  id
8364
8428
  name
8365
8429
  }
8430
+ links {
8431
+ uri
8432
+ linkType
8433
+ excerpts
8434
+ }
8435
+ workflow {
8436
+ id
8437
+ name
8438
+ }
8366
8439
  }
8367
8440
  }
8368
8441
  `;
@@ -8388,6 +8461,15 @@ export const QueryMedicalConditions = gql `
8388
8461
  id
8389
8462
  name
8390
8463
  }
8464
+ links {
8465
+ uri
8466
+ linkType
8467
+ excerpts
8468
+ }
8469
+ workflow {
8470
+ id
8471
+ name
8472
+ }
8391
8473
  }
8392
8474
  }
8393
8475
  }
@@ -8463,6 +8545,15 @@ export const GetMedicalContraindication = gql `
8463
8545
  id
8464
8546
  name
8465
8547
  }
8548
+ links {
8549
+ uri
8550
+ linkType
8551
+ excerpts
8552
+ }
8553
+ workflow {
8554
+ id
8555
+ name
8556
+ }
8466
8557
  }
8467
8558
  }
8468
8559
  `;
@@ -8488,6 +8579,15 @@ export const QueryMedicalContraindications = gql `
8488
8579
  id
8489
8580
  name
8490
8581
  }
8582
+ links {
8583
+ uri
8584
+ linkType
8585
+ excerpts
8586
+ }
8587
+ workflow {
8588
+ id
8589
+ name
8590
+ }
8491
8591
  }
8492
8592
  }
8493
8593
  }
@@ -8563,6 +8663,15 @@ export const GetMedicalDevice = gql `
8563
8663
  id
8564
8664
  name
8565
8665
  }
8666
+ links {
8667
+ uri
8668
+ linkType
8669
+ excerpts
8670
+ }
8671
+ workflow {
8672
+ id
8673
+ name
8674
+ }
8566
8675
  }
8567
8676
  }
8568
8677
  `;
@@ -8588,6 +8697,15 @@ export const QueryMedicalDevices = gql `
8588
8697
  id
8589
8698
  name
8590
8699
  }
8700
+ links {
8701
+ uri
8702
+ linkType
8703
+ excerpts
8704
+ }
8705
+ workflow {
8706
+ id
8707
+ name
8708
+ }
8591
8709
  }
8592
8710
  }
8593
8711
  }
@@ -8663,6 +8781,15 @@ export const GetMedicalDrug = gql `
8663
8781
  id
8664
8782
  name
8665
8783
  }
8784
+ links {
8785
+ uri
8786
+ linkType
8787
+ excerpts
8788
+ }
8789
+ workflow {
8790
+ id
8791
+ name
8792
+ }
8666
8793
  }
8667
8794
  }
8668
8795
  `;
@@ -8688,6 +8815,15 @@ export const QueryMedicalDrugs = gql `
8688
8815
  id
8689
8816
  name
8690
8817
  }
8818
+ links {
8819
+ uri
8820
+ linkType
8821
+ excerpts
8822
+ }
8823
+ workflow {
8824
+ id
8825
+ name
8826
+ }
8691
8827
  }
8692
8828
  }
8693
8829
  }
@@ -8763,6 +8899,15 @@ export const GetMedicalDrugClass = gql `
8763
8899
  id
8764
8900
  name
8765
8901
  }
8902
+ links {
8903
+ uri
8904
+ linkType
8905
+ excerpts
8906
+ }
8907
+ workflow {
8908
+ id
8909
+ name
8910
+ }
8766
8911
  }
8767
8912
  }
8768
8913
  `;
@@ -8788,6 +8933,15 @@ export const QueryMedicalDrugClasses = gql `
8788
8933
  id
8789
8934
  name
8790
8935
  }
8936
+ links {
8937
+ uri
8938
+ linkType
8939
+ excerpts
8940
+ }
8941
+ workflow {
8942
+ id
8943
+ name
8944
+ }
8791
8945
  }
8792
8946
  }
8793
8947
  }
@@ -8863,6 +9017,15 @@ export const GetMedicalGuideline = gql `
8863
9017
  id
8864
9018
  name
8865
9019
  }
9020
+ links {
9021
+ uri
9022
+ linkType
9023
+ excerpts
9024
+ }
9025
+ workflow {
9026
+ id
9027
+ name
9028
+ }
8866
9029
  }
8867
9030
  }
8868
9031
  `;
@@ -8888,6 +9051,15 @@ export const QueryMedicalGuidelines = gql `
8888
9051
  id
8889
9052
  name
8890
9053
  }
9054
+ links {
9055
+ uri
9056
+ linkType
9057
+ excerpts
9058
+ }
9059
+ workflow {
9060
+ id
9061
+ name
9062
+ }
8891
9063
  }
8892
9064
  }
8893
9065
  }
@@ -8963,6 +9135,15 @@ export const GetMedicalIndication = gql `
8963
9135
  id
8964
9136
  name
8965
9137
  }
9138
+ links {
9139
+ uri
9140
+ linkType
9141
+ excerpts
9142
+ }
9143
+ workflow {
9144
+ id
9145
+ name
9146
+ }
8966
9147
  }
8967
9148
  }
8968
9149
  `;
@@ -8988,6 +9169,15 @@ export const QueryMedicalIndications = gql `
8988
9169
  id
8989
9170
  name
8990
9171
  }
9172
+ links {
9173
+ uri
9174
+ linkType
9175
+ excerpts
9176
+ }
9177
+ workflow {
9178
+ id
9179
+ name
9180
+ }
8991
9181
  }
8992
9182
  }
8993
9183
  }
@@ -9063,6 +9253,15 @@ export const GetMedicalProcedure = gql `
9063
9253
  id
9064
9254
  name
9065
9255
  }
9256
+ links {
9257
+ uri
9258
+ linkType
9259
+ excerpts
9260
+ }
9261
+ workflow {
9262
+ id
9263
+ name
9264
+ }
9066
9265
  }
9067
9266
  }
9068
9267
  `;
@@ -9088,6 +9287,15 @@ export const QueryMedicalProcedures = gql `
9088
9287
  id
9089
9288
  name
9090
9289
  }
9290
+ links {
9291
+ uri
9292
+ linkType
9293
+ excerpts
9294
+ }
9295
+ workflow {
9296
+ id
9297
+ name
9298
+ }
9091
9299
  }
9092
9300
  }
9093
9301
  }
@@ -9163,6 +9371,15 @@ export const GetMedicalStudy = gql `
9163
9371
  id
9164
9372
  name
9165
9373
  }
9374
+ links {
9375
+ uri
9376
+ linkType
9377
+ excerpts
9378
+ }
9379
+ workflow {
9380
+ id
9381
+ name
9382
+ }
9166
9383
  address {
9167
9384
  streetAddress
9168
9385
  city
@@ -9195,6 +9412,15 @@ export const QueryMedicalStudies = gql `
9195
9412
  id
9196
9413
  name
9197
9414
  }
9415
+ links {
9416
+ uri
9417
+ linkType
9418
+ excerpts
9419
+ }
9420
+ workflow {
9421
+ id
9422
+ name
9423
+ }
9198
9424
  address {
9199
9425
  streetAddress
9200
9426
  city
@@ -9277,6 +9503,15 @@ export const GetMedicalTest = gql `
9277
9503
  id
9278
9504
  name
9279
9505
  }
9506
+ links {
9507
+ uri
9508
+ linkType
9509
+ excerpts
9510
+ }
9511
+ workflow {
9512
+ id
9513
+ name
9514
+ }
9280
9515
  }
9281
9516
  }
9282
9517
  `;
@@ -9302,6 +9537,15 @@ export const QueryMedicalTests = gql `
9302
9537
  id
9303
9538
  name
9304
9539
  }
9540
+ links {
9541
+ uri
9542
+ linkType
9543
+ excerpts
9544
+ }
9545
+ workflow {
9546
+ id
9547
+ name
9548
+ }
9305
9549
  }
9306
9550
  }
9307
9551
  }
@@ -9377,6 +9621,15 @@ export const GetMedicalTherapy = gql `
9377
9621
  id
9378
9622
  name
9379
9623
  }
9624
+ links {
9625
+ uri
9626
+ linkType
9627
+ excerpts
9628
+ }
9629
+ workflow {
9630
+ id
9631
+ name
9632
+ }
9380
9633
  }
9381
9634
  }
9382
9635
  `;
@@ -9402,6 +9655,15 @@ export const QueryMedicalTherapies = gql `
9402
9655
  id
9403
9656
  name
9404
9657
  }
9658
+ links {
9659
+ uri
9660
+ linkType
9661
+ excerpts
9662
+ }
9663
+ workflow {
9664
+ id
9665
+ name
9666
+ }
9405
9667
  }
9406
9668
  }
9407
9669
  }
@@ -9520,6 +9782,15 @@ export const GetOrganization = gql `
9520
9782
  id
9521
9783
  name
9522
9784
  }
9785
+ links {
9786
+ uri
9787
+ linkType
9788
+ excerpts
9789
+ }
9790
+ workflow {
9791
+ id
9792
+ name
9793
+ }
9523
9794
  address {
9524
9795
  streetAddress
9525
9796
  city
@@ -9528,6 +9799,9 @@ export const GetOrganization = gql `
9528
9799
  postalCode
9529
9800
  }
9530
9801
  foundingDate
9802
+ email
9803
+ telephone
9804
+ legalName
9531
9805
  industries
9532
9806
  revenue
9533
9807
  revenueCurrency
@@ -9558,6 +9832,15 @@ export const QueryOrganizations = gql `
9558
9832
  id
9559
9833
  name
9560
9834
  }
9835
+ links {
9836
+ uri
9837
+ linkType
9838
+ excerpts
9839
+ }
9840
+ workflow {
9841
+ id
9842
+ name
9843
+ }
9561
9844
  address {
9562
9845
  streetAddress
9563
9846
  city
@@ -9566,6 +9849,9 @@ export const QueryOrganizations = gql `
9566
9849
  postalCode
9567
9850
  }
9568
9851
  foundingDate
9852
+ email
9853
+ telephone
9854
+ legalName
9569
9855
  industries
9570
9856
  revenue
9571
9857
  revenueCurrency
@@ -9658,6 +9944,15 @@ export const GetPerson = gql `
9658
9944
  id
9659
9945
  name
9660
9946
  }
9947
+ links {
9948
+ uri
9949
+ linkType
9950
+ excerpts
9951
+ }
9952
+ workflow {
9953
+ id
9954
+ name
9955
+ }
9661
9956
  address {
9662
9957
  streetAddress
9663
9958
  city
@@ -9698,6 +9993,15 @@ export const QueryPersons = gql `
9698
9993
  id
9699
9994
  name
9700
9995
  }
9996
+ links {
9997
+ uri
9998
+ linkType
9999
+ excerpts
10000
+ }
10001
+ workflow {
10002
+ id
10003
+ name
10004
+ }
9701
10005
  address {
9702
10006
  streetAddress
9703
10007
  city
@@ -9800,6 +10104,15 @@ export const GetPlace = gql `
9800
10104
  id
9801
10105
  name
9802
10106
  }
10107
+ links {
10108
+ uri
10109
+ linkType
10110
+ excerpts
10111
+ }
10112
+ workflow {
10113
+ id
10114
+ name
10115
+ }
9803
10116
  address {
9804
10117
  streetAddress
9805
10118
  city
@@ -9807,6 +10120,9 @@ export const GetPlace = gql `
9807
10120
  country
9808
10121
  postalCode
9809
10122
  }
10123
+ telephone
10124
+ openingHours
10125
+ priceRange
9810
10126
  }
9811
10127
  }
9812
10128
  `;
@@ -9832,6 +10148,15 @@ export const QueryPlaces = gql `
9832
10148
  id
9833
10149
  name
9834
10150
  }
10151
+ links {
10152
+ uri
10153
+ linkType
10154
+ excerpts
10155
+ }
10156
+ workflow {
10157
+ id
10158
+ name
10159
+ }
9835
10160
  address {
9836
10161
  streetAddress
9837
10162
  city
@@ -9839,6 +10164,9 @@ export const QueryPlaces = gql `
9839
10164
  country
9840
10165
  postalCode
9841
10166
  }
10167
+ telephone
10168
+ openingHours
10169
+ priceRange
9842
10170
  }
9843
10171
  }
9844
10172
  }
@@ -9926,6 +10254,15 @@ export const GetProduct = gql `
9926
10254
  id
9927
10255
  name
9928
10256
  }
10257
+ links {
10258
+ uri
10259
+ linkType
10260
+ excerpts
10261
+ }
10262
+ workflow {
10263
+ id
10264
+ name
10265
+ }
9929
10266
  address {
9930
10267
  streetAddress
9931
10268
  city
@@ -9938,6 +10275,8 @@ export const GetProduct = gql `
9938
10275
  brand
9939
10276
  upc
9940
10277
  sku
10278
+ gtin
10279
+ mpn
9941
10280
  releaseDate
9942
10281
  productionDate
9943
10282
  }
@@ -9965,6 +10304,15 @@ export const QueryProducts = gql `
9965
10304
  id
9966
10305
  name
9967
10306
  }
10307
+ links {
10308
+ uri
10309
+ linkType
10310
+ excerpts
10311
+ }
10312
+ workflow {
10313
+ id
10314
+ name
10315
+ }
9968
10316
  address {
9969
10317
  streetAddress
9970
10318
  city
@@ -9977,6 +10325,8 @@ export const QueryProducts = gql `
9977
10325
  brand
9978
10326
  upc
9979
10327
  sku
10328
+ gtin
10329
+ mpn
9980
10330
  releaseDate
9981
10331
  productionDate
9982
10332
  }
@@ -10258,6 +10608,15 @@ export const GetRepo = gql `
10258
10608
  id
10259
10609
  name
10260
10610
  }
10611
+ links {
10612
+ uri
10613
+ linkType
10614
+ excerpts
10615
+ }
10616
+ workflow {
10617
+ id
10618
+ name
10619
+ }
10261
10620
  }
10262
10621
  }
10263
10622
  `;
@@ -10283,6 +10642,15 @@ export const QueryRepos = gql `
10283
10642
  id
10284
10643
  name
10285
10644
  }
10645
+ links {
10646
+ uri
10647
+ linkType
10648
+ excerpts
10649
+ }
10650
+ workflow {
10651
+ id
10652
+ name
10653
+ }
10286
10654
  }
10287
10655
  }
10288
10656
  }
@@ -10387,6 +10755,15 @@ export const GetSoftware = gql `
10387
10755
  id
10388
10756
  name
10389
10757
  }
10758
+ links {
10759
+ uri
10760
+ linkType
10761
+ excerpts
10762
+ }
10763
+ workflow {
10764
+ id
10765
+ name
10766
+ }
10390
10767
  releaseDate
10391
10768
  developer
10392
10769
  }
@@ -10414,6 +10791,15 @@ export const QuerySoftwares = gql `
10414
10791
  id
10415
10792
  name
10416
10793
  }
10794
+ links {
10795
+ uri
10796
+ linkType
10797
+ excerpts
10798
+ }
10799
+ workflow {
10800
+ id
10801
+ name
10802
+ }
10417
10803
  releaseDate
10418
10804
  developer
10419
10805
  }