graphlit-client 1.0.20251124001 → 1.0.20251124002
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/generated/graphql-documents.js +894 -39
- package/dist/generated/graphql-types.d.ts +1029 -81
- package/package.json +1 -1
|
@@ -6657,8 +6657,6 @@ export type Investment = {
|
|
|
6657
6657
|
epsgCode?: Maybe<Scalars['Int']['output']>;
|
|
6658
6658
|
/** The feeds that discovered this investment. */
|
|
6659
6659
|
feeds?: Maybe<Array<Maybe<Feed>>>;
|
|
6660
|
-
/** The fund that made this investment. */
|
|
6661
|
-
fund?: Maybe<InvestmentFund>;
|
|
6662
6660
|
/** The H3 index of the investment. */
|
|
6663
6661
|
h3?: Maybe<H3>;
|
|
6664
6662
|
/** The ID of the investment. */
|
|
@@ -6667,12 +6665,8 @@ export type Investment = {
|
|
|
6667
6665
|
identifier?: Maybe<Scalars['String']['output']>;
|
|
6668
6666
|
/** The date of the investment. */
|
|
6669
6667
|
investmentDate?: Maybe<Scalars['DateTime']['output']>;
|
|
6670
|
-
/** The fund that made this investment
|
|
6671
|
-
|
|
6672
|
-
/** The organization that made this investment (for direct corporate investments). */
|
|
6673
|
-
investorOrganization?: Maybe<Organization>;
|
|
6674
|
-
/** The person who made this investment (for angel/individual investments). */
|
|
6675
|
-
investorPerson?: Maybe<Person>;
|
|
6668
|
+
/** The investor fund that made this investment. */
|
|
6669
|
+
investor?: Maybe<InvestmentFund>;
|
|
6676
6670
|
/** The extracted hyperlinks. */
|
|
6677
6671
|
links?: Maybe<Array<Maybe<LinkReference>>>;
|
|
6678
6672
|
/** The geo-location of the investment. */
|
|
@@ -7014,10 +7008,14 @@ export type InvestmentInput = {
|
|
|
7014
7008
|
identifier?: InputMaybe<Scalars['String']['input']>;
|
|
7015
7009
|
/** The date of the investment. */
|
|
7016
7010
|
investmentDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
7011
|
+
/** The investor fund that made this investment. */
|
|
7012
|
+
investor?: InputMaybe<EntityReferenceInput>;
|
|
7017
7013
|
/** The investment geo-location. */
|
|
7018
7014
|
location?: InputMaybe<PointInput>;
|
|
7019
7015
|
/** The name of the investment. */
|
|
7020
7016
|
name: Scalars['String']['input'];
|
|
7017
|
+
/** The organization that received this investment (portfolio company). */
|
|
7018
|
+
organization?: InputMaybe<EntityReferenceInput>;
|
|
7021
7019
|
/** The post-money valuation. */
|
|
7022
7020
|
postValuation?: InputMaybe<Scalars['Decimal']['input']>;
|
|
7023
7021
|
/** The currency code for the post-money valuation. */
|
|
@@ -7069,10 +7067,14 @@ export type InvestmentUpdateInput = {
|
|
|
7069
7067
|
identifier?: InputMaybe<Scalars['String']['input']>;
|
|
7070
7068
|
/** The date of the investment. */
|
|
7071
7069
|
investmentDate?: InputMaybe<Scalars['DateTime']['input']>;
|
|
7070
|
+
/** The investor fund that made this investment. */
|
|
7071
|
+
investor?: InputMaybe<EntityReferenceInput>;
|
|
7072
7072
|
/** The investment geo-location. */
|
|
7073
7073
|
location?: InputMaybe<PointInput>;
|
|
7074
7074
|
/** The name of the investment. */
|
|
7075
7075
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
7076
|
+
/** The organization that received this investment (portfolio company). */
|
|
7077
|
+
organization?: InputMaybe<EntityReferenceInput>;
|
|
7076
7078
|
/** The post-money valuation. */
|
|
7077
7079
|
postValuation?: InputMaybe<Scalars['Decimal']['input']>;
|
|
7078
7080
|
/** The currency code for the post-money valuation. */
|
|
@@ -25397,6 +25399,30 @@ export type GetEventQuery = {
|
|
|
25397
25399
|
id: string;
|
|
25398
25400
|
name: string;
|
|
25399
25401
|
} | null;
|
|
25402
|
+
location?: {
|
|
25403
|
+
__typename?: 'Point';
|
|
25404
|
+
latitude?: number | null;
|
|
25405
|
+
longitude?: number | null;
|
|
25406
|
+
} | null;
|
|
25407
|
+
h3?: {
|
|
25408
|
+
__typename?: 'H3';
|
|
25409
|
+
h3r0?: string | null;
|
|
25410
|
+
h3r1?: string | null;
|
|
25411
|
+
h3r2?: string | null;
|
|
25412
|
+
h3r3?: string | null;
|
|
25413
|
+
h3r4?: string | null;
|
|
25414
|
+
h3r5?: string | null;
|
|
25415
|
+
h3r6?: string | null;
|
|
25416
|
+
h3r7?: string | null;
|
|
25417
|
+
h3r8?: string | null;
|
|
25418
|
+
h3r9?: string | null;
|
|
25419
|
+
h3r10?: string | null;
|
|
25420
|
+
h3r11?: string | null;
|
|
25421
|
+
h3r12?: string | null;
|
|
25422
|
+
h3r13?: string | null;
|
|
25423
|
+
h3r14?: string | null;
|
|
25424
|
+
h3r15?: string | null;
|
|
25425
|
+
} | null;
|
|
25400
25426
|
address?: {
|
|
25401
25427
|
__typename?: 'Address';
|
|
25402
25428
|
streetAddress?: string | null;
|
|
@@ -25462,6 +25488,30 @@ export type QueryEventsQuery = {
|
|
|
25462
25488
|
id: string;
|
|
25463
25489
|
name: string;
|
|
25464
25490
|
} | null;
|
|
25491
|
+
location?: {
|
|
25492
|
+
__typename?: 'Point';
|
|
25493
|
+
latitude?: number | null;
|
|
25494
|
+
longitude?: number | null;
|
|
25495
|
+
} | null;
|
|
25496
|
+
h3?: {
|
|
25497
|
+
__typename?: 'H3';
|
|
25498
|
+
h3r0?: string | null;
|
|
25499
|
+
h3r1?: string | null;
|
|
25500
|
+
h3r2?: string | null;
|
|
25501
|
+
h3r3?: string | null;
|
|
25502
|
+
h3r4?: string | null;
|
|
25503
|
+
h3r5?: string | null;
|
|
25504
|
+
h3r6?: string | null;
|
|
25505
|
+
h3r7?: string | null;
|
|
25506
|
+
h3r8?: string | null;
|
|
25507
|
+
h3r9?: string | null;
|
|
25508
|
+
h3r10?: string | null;
|
|
25509
|
+
h3r11?: string | null;
|
|
25510
|
+
h3r12?: string | null;
|
|
25511
|
+
h3r13?: string | null;
|
|
25512
|
+
h3r14?: string | null;
|
|
25513
|
+
h3r15?: string | null;
|
|
25514
|
+
} | null;
|
|
25465
25515
|
address?: {
|
|
25466
25516
|
__typename?: 'Address';
|
|
25467
25517
|
streetAddress?: string | null;
|
|
@@ -26792,6 +26842,21 @@ export type GetInvestmentQuery = {
|
|
|
26792
26842
|
description?: string | null;
|
|
26793
26843
|
identifier?: string | null;
|
|
26794
26844
|
thing?: string | null;
|
|
26845
|
+
amount?: any | null;
|
|
26846
|
+
amountCurrency?: string | null;
|
|
26847
|
+
status?: string | null;
|
|
26848
|
+
stage?: string | null;
|
|
26849
|
+
investmentDate?: any | null;
|
|
26850
|
+
roundSize?: any | null;
|
|
26851
|
+
roundSizeCurrency?: string | null;
|
|
26852
|
+
postValuation?: any | null;
|
|
26853
|
+
postValuationCurrency?: string | null;
|
|
26854
|
+
sharesOwned?: any | null;
|
|
26855
|
+
vehicle?: string | null;
|
|
26856
|
+
entryPricePerShare?: any | null;
|
|
26857
|
+
currentPricePerShare?: any | null;
|
|
26858
|
+
discountPercent?: any | null;
|
|
26859
|
+
proRataRights?: boolean | null;
|
|
26795
26860
|
owner: {
|
|
26796
26861
|
__typename?: 'Owner';
|
|
26797
26862
|
id: string;
|
|
@@ -26812,6 +26877,38 @@ export type GetInvestmentQuery = {
|
|
|
26812
26877
|
id: string;
|
|
26813
26878
|
name: string;
|
|
26814
26879
|
} | null;
|
|
26880
|
+
location?: {
|
|
26881
|
+
__typename?: 'Point';
|
|
26882
|
+
latitude?: number | null;
|
|
26883
|
+
longitude?: number | null;
|
|
26884
|
+
} | null;
|
|
26885
|
+
h3?: {
|
|
26886
|
+
__typename?: 'H3';
|
|
26887
|
+
h3r0?: string | null;
|
|
26888
|
+
h3r1?: string | null;
|
|
26889
|
+
h3r2?: string | null;
|
|
26890
|
+
h3r3?: string | null;
|
|
26891
|
+
h3r4?: string | null;
|
|
26892
|
+
h3r5?: string | null;
|
|
26893
|
+
h3r6?: string | null;
|
|
26894
|
+
h3r7?: string | null;
|
|
26895
|
+
h3r8?: string | null;
|
|
26896
|
+
h3r9?: string | null;
|
|
26897
|
+
h3r10?: string | null;
|
|
26898
|
+
h3r11?: string | null;
|
|
26899
|
+
h3r12?: string | null;
|
|
26900
|
+
h3r13?: string | null;
|
|
26901
|
+
h3r14?: string | null;
|
|
26902
|
+
h3r15?: string | null;
|
|
26903
|
+
} | null;
|
|
26904
|
+
investor?: {
|
|
26905
|
+
__typename?: 'InvestmentFund';
|
|
26906
|
+
id: string;
|
|
26907
|
+
} | null;
|
|
26908
|
+
organization?: {
|
|
26909
|
+
__typename?: 'Organization';
|
|
26910
|
+
id: string;
|
|
26911
|
+
} | null;
|
|
26815
26912
|
} | null;
|
|
26816
26913
|
};
|
|
26817
26914
|
export type QueryInvestmentsQueryVariables = Exact<{
|
|
@@ -26835,6 +26932,11 @@ export type QueryInvestmentsQuery = {
|
|
|
26835
26932
|
description?: string | null;
|
|
26836
26933
|
identifier?: string | null;
|
|
26837
26934
|
thing?: string | null;
|
|
26935
|
+
amount?: any | null;
|
|
26936
|
+
amountCurrency?: string | null;
|
|
26937
|
+
status?: string | null;
|
|
26938
|
+
stage?: string | null;
|
|
26939
|
+
investmentDate?: any | null;
|
|
26838
26940
|
owner: {
|
|
26839
26941
|
__typename?: 'Owner';
|
|
26840
26942
|
id: string;
|
|
@@ -26855,6 +26957,30 @@ export type QueryInvestmentsQuery = {
|
|
|
26855
26957
|
id: string;
|
|
26856
26958
|
name: string;
|
|
26857
26959
|
} | null;
|
|
26960
|
+
location?: {
|
|
26961
|
+
__typename?: 'Point';
|
|
26962
|
+
latitude?: number | null;
|
|
26963
|
+
longitude?: number | null;
|
|
26964
|
+
} | null;
|
|
26965
|
+
h3?: {
|
|
26966
|
+
__typename?: 'H3';
|
|
26967
|
+
h3r0?: string | null;
|
|
26968
|
+
h3r1?: string | null;
|
|
26969
|
+
h3r2?: string | null;
|
|
26970
|
+
h3r3?: string | null;
|
|
26971
|
+
h3r4?: string | null;
|
|
26972
|
+
h3r5?: string | null;
|
|
26973
|
+
h3r6?: string | null;
|
|
26974
|
+
h3r7?: string | null;
|
|
26975
|
+
h3r8?: string | null;
|
|
26976
|
+
h3r9?: string | null;
|
|
26977
|
+
h3r10?: string | null;
|
|
26978
|
+
h3r11?: string | null;
|
|
26979
|
+
h3r12?: string | null;
|
|
26980
|
+
h3r13?: string | null;
|
|
26981
|
+
h3r14?: string | null;
|
|
26982
|
+
h3r15?: string | null;
|
|
26983
|
+
} | null;
|
|
26858
26984
|
} | null> | null;
|
|
26859
26985
|
} | null;
|
|
26860
26986
|
};
|
|
@@ -26945,6 +27071,12 @@ export type GetInvestmentFundQuery = {
|
|
|
26945
27071
|
description?: string | null;
|
|
26946
27072
|
identifier?: string | null;
|
|
26947
27073
|
thing?: string | null;
|
|
27074
|
+
amount?: any | null;
|
|
27075
|
+
amountCurrency?: string | null;
|
|
27076
|
+
fundType?: string | null;
|
|
27077
|
+
vintage?: number | null;
|
|
27078
|
+
targetSize?: any | null;
|
|
27079
|
+
targetSizeCurrency?: string | null;
|
|
26948
27080
|
owner: {
|
|
26949
27081
|
__typename?: 'Owner';
|
|
26950
27082
|
id: string;
|
|
@@ -26965,6 +27097,46 @@ export type GetInvestmentFundQuery = {
|
|
|
26965
27097
|
id: string;
|
|
26966
27098
|
name: string;
|
|
26967
27099
|
} | null;
|
|
27100
|
+
location?: {
|
|
27101
|
+
__typename?: 'Point';
|
|
27102
|
+
latitude?: number | null;
|
|
27103
|
+
longitude?: number | null;
|
|
27104
|
+
} | null;
|
|
27105
|
+
h3?: {
|
|
27106
|
+
__typename?: 'H3';
|
|
27107
|
+
h3r0?: string | null;
|
|
27108
|
+
h3r1?: string | null;
|
|
27109
|
+
h3r2?: string | null;
|
|
27110
|
+
h3r3?: string | null;
|
|
27111
|
+
h3r4?: string | null;
|
|
27112
|
+
h3r5?: string | null;
|
|
27113
|
+
h3r6?: string | null;
|
|
27114
|
+
h3r7?: string | null;
|
|
27115
|
+
h3r8?: string | null;
|
|
27116
|
+
h3r9?: string | null;
|
|
27117
|
+
h3r10?: string | null;
|
|
27118
|
+
h3r11?: string | null;
|
|
27119
|
+
h3r12?: string | null;
|
|
27120
|
+
h3r13?: string | null;
|
|
27121
|
+
h3r14?: string | null;
|
|
27122
|
+
h3r15?: string | null;
|
|
27123
|
+
} | null;
|
|
27124
|
+
organizations?: Array<{
|
|
27125
|
+
__typename?: 'Organization';
|
|
27126
|
+
id: string;
|
|
27127
|
+
} | null> | null;
|
|
27128
|
+
investments?: Array<{
|
|
27129
|
+
__typename?: 'Investment';
|
|
27130
|
+
id: string;
|
|
27131
|
+
} | null> | null;
|
|
27132
|
+
parentFund?: {
|
|
27133
|
+
__typename?: 'InvestmentFund';
|
|
27134
|
+
id: string;
|
|
27135
|
+
} | null;
|
|
27136
|
+
childFunds?: Array<{
|
|
27137
|
+
__typename?: 'InvestmentFund';
|
|
27138
|
+
id: string;
|
|
27139
|
+
} | null> | null;
|
|
26968
27140
|
} | null;
|
|
26969
27141
|
};
|
|
26970
27142
|
export type QueryInvestmentFundsQueryVariables = Exact<{
|
|
@@ -26988,6 +27160,8 @@ export type QueryInvestmentFundsQuery = {
|
|
|
26988
27160
|
description?: string | null;
|
|
26989
27161
|
identifier?: string | null;
|
|
26990
27162
|
thing?: string | null;
|
|
27163
|
+
amount?: any | null;
|
|
27164
|
+
amountCurrency?: string | null;
|
|
26991
27165
|
owner: {
|
|
26992
27166
|
__typename?: 'Owner';
|
|
26993
27167
|
id: string;
|
|
@@ -27008,6 +27182,30 @@ export type QueryInvestmentFundsQuery = {
|
|
|
27008
27182
|
id: string;
|
|
27009
27183
|
name: string;
|
|
27010
27184
|
} | null;
|
|
27185
|
+
location?: {
|
|
27186
|
+
__typename?: 'Point';
|
|
27187
|
+
latitude?: number | null;
|
|
27188
|
+
longitude?: number | null;
|
|
27189
|
+
} | null;
|
|
27190
|
+
h3?: {
|
|
27191
|
+
__typename?: 'H3';
|
|
27192
|
+
h3r0?: string | null;
|
|
27193
|
+
h3r1?: string | null;
|
|
27194
|
+
h3r2?: string | null;
|
|
27195
|
+
h3r3?: string | null;
|
|
27196
|
+
h3r4?: string | null;
|
|
27197
|
+
h3r5?: string | null;
|
|
27198
|
+
h3r6?: string | null;
|
|
27199
|
+
h3r7?: string | null;
|
|
27200
|
+
h3r8?: string | null;
|
|
27201
|
+
h3r9?: string | null;
|
|
27202
|
+
h3r10?: string | null;
|
|
27203
|
+
h3r11?: string | null;
|
|
27204
|
+
h3r12?: string | null;
|
|
27205
|
+
h3r13?: string | null;
|
|
27206
|
+
h3r14?: string | null;
|
|
27207
|
+
h3r15?: string | null;
|
|
27208
|
+
} | null;
|
|
27011
27209
|
} | null> | null;
|
|
27012
27210
|
} | null;
|
|
27013
27211
|
};
|
|
@@ -27240,6 +27438,30 @@ export type GetMedicalConditionQuery = {
|
|
|
27240
27438
|
id: string;
|
|
27241
27439
|
name: string;
|
|
27242
27440
|
} | null;
|
|
27441
|
+
location?: {
|
|
27442
|
+
__typename?: 'Point';
|
|
27443
|
+
latitude?: number | null;
|
|
27444
|
+
longitude?: number | null;
|
|
27445
|
+
} | null;
|
|
27446
|
+
h3?: {
|
|
27447
|
+
__typename?: 'H3';
|
|
27448
|
+
h3r0?: string | null;
|
|
27449
|
+
h3r1?: string | null;
|
|
27450
|
+
h3r2?: string | null;
|
|
27451
|
+
h3r3?: string | null;
|
|
27452
|
+
h3r4?: string | null;
|
|
27453
|
+
h3r5?: string | null;
|
|
27454
|
+
h3r6?: string | null;
|
|
27455
|
+
h3r7?: string | null;
|
|
27456
|
+
h3r8?: string | null;
|
|
27457
|
+
h3r9?: string | null;
|
|
27458
|
+
h3r10?: string | null;
|
|
27459
|
+
h3r11?: string | null;
|
|
27460
|
+
h3r12?: string | null;
|
|
27461
|
+
h3r13?: string | null;
|
|
27462
|
+
h3r14?: string | null;
|
|
27463
|
+
h3r15?: string | null;
|
|
27464
|
+
} | null;
|
|
27243
27465
|
} | null;
|
|
27244
27466
|
};
|
|
27245
27467
|
export type QueryMedicalConditionsQueryVariables = Exact<{
|
|
@@ -27283,6 +27505,30 @@ export type QueryMedicalConditionsQuery = {
|
|
|
27283
27505
|
id: string;
|
|
27284
27506
|
name: string;
|
|
27285
27507
|
} | null;
|
|
27508
|
+
location?: {
|
|
27509
|
+
__typename?: 'Point';
|
|
27510
|
+
latitude?: number | null;
|
|
27511
|
+
longitude?: number | null;
|
|
27512
|
+
} | null;
|
|
27513
|
+
h3?: {
|
|
27514
|
+
__typename?: 'H3';
|
|
27515
|
+
h3r0?: string | null;
|
|
27516
|
+
h3r1?: string | null;
|
|
27517
|
+
h3r2?: string | null;
|
|
27518
|
+
h3r3?: string | null;
|
|
27519
|
+
h3r4?: string | null;
|
|
27520
|
+
h3r5?: string | null;
|
|
27521
|
+
h3r6?: string | null;
|
|
27522
|
+
h3r7?: string | null;
|
|
27523
|
+
h3r8?: string | null;
|
|
27524
|
+
h3r9?: string | null;
|
|
27525
|
+
h3r10?: string | null;
|
|
27526
|
+
h3r11?: string | null;
|
|
27527
|
+
h3r12?: string | null;
|
|
27528
|
+
h3r13?: string | null;
|
|
27529
|
+
h3r14?: string | null;
|
|
27530
|
+
h3r15?: string | null;
|
|
27531
|
+
} | null;
|
|
27286
27532
|
} | null> | null;
|
|
27287
27533
|
} | null;
|
|
27288
27534
|
};
|
|
@@ -27393,6 +27639,30 @@ export type GetMedicalContraindicationQuery = {
|
|
|
27393
27639
|
id: string;
|
|
27394
27640
|
name: string;
|
|
27395
27641
|
} | null;
|
|
27642
|
+
location?: {
|
|
27643
|
+
__typename?: 'Point';
|
|
27644
|
+
latitude?: number | null;
|
|
27645
|
+
longitude?: number | null;
|
|
27646
|
+
} | null;
|
|
27647
|
+
h3?: {
|
|
27648
|
+
__typename?: 'H3';
|
|
27649
|
+
h3r0?: string | null;
|
|
27650
|
+
h3r1?: string | null;
|
|
27651
|
+
h3r2?: string | null;
|
|
27652
|
+
h3r3?: string | null;
|
|
27653
|
+
h3r4?: string | null;
|
|
27654
|
+
h3r5?: string | null;
|
|
27655
|
+
h3r6?: string | null;
|
|
27656
|
+
h3r7?: string | null;
|
|
27657
|
+
h3r8?: string | null;
|
|
27658
|
+
h3r9?: string | null;
|
|
27659
|
+
h3r10?: string | null;
|
|
27660
|
+
h3r11?: string | null;
|
|
27661
|
+
h3r12?: string | null;
|
|
27662
|
+
h3r13?: string | null;
|
|
27663
|
+
h3r14?: string | null;
|
|
27664
|
+
h3r15?: string | null;
|
|
27665
|
+
} | null;
|
|
27396
27666
|
} | null;
|
|
27397
27667
|
};
|
|
27398
27668
|
export type QueryMedicalContraindicationsQueryVariables = Exact<{
|
|
@@ -27436,25 +27706,49 @@ export type QueryMedicalContraindicationsQuery = {
|
|
|
27436
27706
|
id: string;
|
|
27437
27707
|
name: string;
|
|
27438
27708
|
} | null;
|
|
27439
|
-
|
|
27440
|
-
|
|
27441
|
-
|
|
27442
|
-
|
|
27443
|
-
|
|
27444
|
-
|
|
27445
|
-
|
|
27446
|
-
|
|
27447
|
-
|
|
27448
|
-
|
|
27449
|
-
|
|
27450
|
-
|
|
27451
|
-
|
|
27452
|
-
|
|
27453
|
-
|
|
27454
|
-
|
|
27455
|
-
|
|
27456
|
-
|
|
27457
|
-
|
|
27709
|
+
location?: {
|
|
27710
|
+
__typename?: 'Point';
|
|
27711
|
+
latitude?: number | null;
|
|
27712
|
+
longitude?: number | null;
|
|
27713
|
+
} | null;
|
|
27714
|
+
h3?: {
|
|
27715
|
+
__typename?: 'H3';
|
|
27716
|
+
h3r0?: string | null;
|
|
27717
|
+
h3r1?: string | null;
|
|
27718
|
+
h3r2?: string | null;
|
|
27719
|
+
h3r3?: string | null;
|
|
27720
|
+
h3r4?: string | null;
|
|
27721
|
+
h3r5?: string | null;
|
|
27722
|
+
h3r6?: string | null;
|
|
27723
|
+
h3r7?: string | null;
|
|
27724
|
+
h3r8?: string | null;
|
|
27725
|
+
h3r9?: string | null;
|
|
27726
|
+
h3r10?: string | null;
|
|
27727
|
+
h3r11?: string | null;
|
|
27728
|
+
h3r12?: string | null;
|
|
27729
|
+
h3r13?: string | null;
|
|
27730
|
+
h3r14?: string | null;
|
|
27731
|
+
h3r15?: string | null;
|
|
27732
|
+
} | null;
|
|
27733
|
+
} | null> | null;
|
|
27734
|
+
} | null;
|
|
27735
|
+
};
|
|
27736
|
+
export type UpdateMedicalContraindicationMutationVariables = Exact<{
|
|
27737
|
+
medicalContraindication: MedicalContraindicationUpdateInput;
|
|
27738
|
+
}>;
|
|
27739
|
+
export type UpdateMedicalContraindicationMutation = {
|
|
27740
|
+
__typename?: 'Mutation';
|
|
27741
|
+
updateMedicalContraindication?: {
|
|
27742
|
+
__typename?: 'MedicalContraindication';
|
|
27743
|
+
id: string;
|
|
27744
|
+
name: string;
|
|
27745
|
+
} | null;
|
|
27746
|
+
};
|
|
27747
|
+
export type CountMedicalDevicesQueryVariables = Exact<{
|
|
27748
|
+
filter?: InputMaybe<MedicalDeviceFilter>;
|
|
27749
|
+
correlationId?: InputMaybe<Scalars['String']['input']>;
|
|
27750
|
+
}>;
|
|
27751
|
+
export type CountMedicalDevicesQuery = {
|
|
27458
27752
|
__typename?: 'Query';
|
|
27459
27753
|
countMedicalDevices?: {
|
|
27460
27754
|
__typename?: 'CountResult';
|
|
@@ -27546,6 +27840,30 @@ export type GetMedicalDeviceQuery = {
|
|
|
27546
27840
|
id: string;
|
|
27547
27841
|
name: string;
|
|
27548
27842
|
} | null;
|
|
27843
|
+
location?: {
|
|
27844
|
+
__typename?: 'Point';
|
|
27845
|
+
latitude?: number | null;
|
|
27846
|
+
longitude?: number | null;
|
|
27847
|
+
} | null;
|
|
27848
|
+
h3?: {
|
|
27849
|
+
__typename?: 'H3';
|
|
27850
|
+
h3r0?: string | null;
|
|
27851
|
+
h3r1?: string | null;
|
|
27852
|
+
h3r2?: string | null;
|
|
27853
|
+
h3r3?: string | null;
|
|
27854
|
+
h3r4?: string | null;
|
|
27855
|
+
h3r5?: string | null;
|
|
27856
|
+
h3r6?: string | null;
|
|
27857
|
+
h3r7?: string | null;
|
|
27858
|
+
h3r8?: string | null;
|
|
27859
|
+
h3r9?: string | null;
|
|
27860
|
+
h3r10?: string | null;
|
|
27861
|
+
h3r11?: string | null;
|
|
27862
|
+
h3r12?: string | null;
|
|
27863
|
+
h3r13?: string | null;
|
|
27864
|
+
h3r14?: string | null;
|
|
27865
|
+
h3r15?: string | null;
|
|
27866
|
+
} | null;
|
|
27549
27867
|
} | null;
|
|
27550
27868
|
};
|
|
27551
27869
|
export type QueryMedicalDevicesQueryVariables = Exact<{
|
|
@@ -27589,6 +27907,30 @@ export type QueryMedicalDevicesQuery = {
|
|
|
27589
27907
|
id: string;
|
|
27590
27908
|
name: string;
|
|
27591
27909
|
} | null;
|
|
27910
|
+
location?: {
|
|
27911
|
+
__typename?: 'Point';
|
|
27912
|
+
latitude?: number | null;
|
|
27913
|
+
longitude?: number | null;
|
|
27914
|
+
} | null;
|
|
27915
|
+
h3?: {
|
|
27916
|
+
__typename?: 'H3';
|
|
27917
|
+
h3r0?: string | null;
|
|
27918
|
+
h3r1?: string | null;
|
|
27919
|
+
h3r2?: string | null;
|
|
27920
|
+
h3r3?: string | null;
|
|
27921
|
+
h3r4?: string | null;
|
|
27922
|
+
h3r5?: string | null;
|
|
27923
|
+
h3r6?: string | null;
|
|
27924
|
+
h3r7?: string | null;
|
|
27925
|
+
h3r8?: string | null;
|
|
27926
|
+
h3r9?: string | null;
|
|
27927
|
+
h3r10?: string | null;
|
|
27928
|
+
h3r11?: string | null;
|
|
27929
|
+
h3r12?: string | null;
|
|
27930
|
+
h3r13?: string | null;
|
|
27931
|
+
h3r14?: string | null;
|
|
27932
|
+
h3r15?: string | null;
|
|
27933
|
+
} | null;
|
|
27592
27934
|
} | null> | null;
|
|
27593
27935
|
} | null;
|
|
27594
27936
|
};
|
|
@@ -27699,6 +28041,30 @@ export type GetMedicalDrugQuery = {
|
|
|
27699
28041
|
id: string;
|
|
27700
28042
|
name: string;
|
|
27701
28043
|
} | null;
|
|
28044
|
+
location?: {
|
|
28045
|
+
__typename?: 'Point';
|
|
28046
|
+
latitude?: number | null;
|
|
28047
|
+
longitude?: number | null;
|
|
28048
|
+
} | null;
|
|
28049
|
+
h3?: {
|
|
28050
|
+
__typename?: 'H3';
|
|
28051
|
+
h3r0?: string | null;
|
|
28052
|
+
h3r1?: string | null;
|
|
28053
|
+
h3r2?: string | null;
|
|
28054
|
+
h3r3?: string | null;
|
|
28055
|
+
h3r4?: string | null;
|
|
28056
|
+
h3r5?: string | null;
|
|
28057
|
+
h3r6?: string | null;
|
|
28058
|
+
h3r7?: string | null;
|
|
28059
|
+
h3r8?: string | null;
|
|
28060
|
+
h3r9?: string | null;
|
|
28061
|
+
h3r10?: string | null;
|
|
28062
|
+
h3r11?: string | null;
|
|
28063
|
+
h3r12?: string | null;
|
|
28064
|
+
h3r13?: string | null;
|
|
28065
|
+
h3r14?: string | null;
|
|
28066
|
+
h3r15?: string | null;
|
|
28067
|
+
} | null;
|
|
27702
28068
|
} | null;
|
|
27703
28069
|
};
|
|
27704
28070
|
export type QueryMedicalDrugsQueryVariables = Exact<{
|
|
@@ -27742,6 +28108,30 @@ export type QueryMedicalDrugsQuery = {
|
|
|
27742
28108
|
id: string;
|
|
27743
28109
|
name: string;
|
|
27744
28110
|
} | null;
|
|
28111
|
+
location?: {
|
|
28112
|
+
__typename?: 'Point';
|
|
28113
|
+
latitude?: number | null;
|
|
28114
|
+
longitude?: number | null;
|
|
28115
|
+
} | null;
|
|
28116
|
+
h3?: {
|
|
28117
|
+
__typename?: 'H3';
|
|
28118
|
+
h3r0?: string | null;
|
|
28119
|
+
h3r1?: string | null;
|
|
28120
|
+
h3r2?: string | null;
|
|
28121
|
+
h3r3?: string | null;
|
|
28122
|
+
h3r4?: string | null;
|
|
28123
|
+
h3r5?: string | null;
|
|
28124
|
+
h3r6?: string | null;
|
|
28125
|
+
h3r7?: string | null;
|
|
28126
|
+
h3r8?: string | null;
|
|
28127
|
+
h3r9?: string | null;
|
|
28128
|
+
h3r10?: string | null;
|
|
28129
|
+
h3r11?: string | null;
|
|
28130
|
+
h3r12?: string | null;
|
|
28131
|
+
h3r13?: string | null;
|
|
28132
|
+
h3r14?: string | null;
|
|
28133
|
+
h3r15?: string | null;
|
|
28134
|
+
} | null;
|
|
27745
28135
|
} | null> | null;
|
|
27746
28136
|
} | null;
|
|
27747
28137
|
};
|
|
@@ -27852,6 +28242,30 @@ export type GetMedicalDrugClassQuery = {
|
|
|
27852
28242
|
id: string;
|
|
27853
28243
|
name: string;
|
|
27854
28244
|
} | null;
|
|
28245
|
+
location?: {
|
|
28246
|
+
__typename?: 'Point';
|
|
28247
|
+
latitude?: number | null;
|
|
28248
|
+
longitude?: number | null;
|
|
28249
|
+
} | null;
|
|
28250
|
+
h3?: {
|
|
28251
|
+
__typename?: 'H3';
|
|
28252
|
+
h3r0?: string | null;
|
|
28253
|
+
h3r1?: string | null;
|
|
28254
|
+
h3r2?: string | null;
|
|
28255
|
+
h3r3?: string | null;
|
|
28256
|
+
h3r4?: string | null;
|
|
28257
|
+
h3r5?: string | null;
|
|
28258
|
+
h3r6?: string | null;
|
|
28259
|
+
h3r7?: string | null;
|
|
28260
|
+
h3r8?: string | null;
|
|
28261
|
+
h3r9?: string | null;
|
|
28262
|
+
h3r10?: string | null;
|
|
28263
|
+
h3r11?: string | null;
|
|
28264
|
+
h3r12?: string | null;
|
|
28265
|
+
h3r13?: string | null;
|
|
28266
|
+
h3r14?: string | null;
|
|
28267
|
+
h3r15?: string | null;
|
|
28268
|
+
} | null;
|
|
27855
28269
|
} | null;
|
|
27856
28270
|
};
|
|
27857
28271
|
export type QueryMedicalDrugClassesQueryVariables = Exact<{
|
|
@@ -27895,6 +28309,30 @@ export type QueryMedicalDrugClassesQuery = {
|
|
|
27895
28309
|
id: string;
|
|
27896
28310
|
name: string;
|
|
27897
28311
|
} | null;
|
|
28312
|
+
location?: {
|
|
28313
|
+
__typename?: 'Point';
|
|
28314
|
+
latitude?: number | null;
|
|
28315
|
+
longitude?: number | null;
|
|
28316
|
+
} | null;
|
|
28317
|
+
h3?: {
|
|
28318
|
+
__typename?: 'H3';
|
|
28319
|
+
h3r0?: string | null;
|
|
28320
|
+
h3r1?: string | null;
|
|
28321
|
+
h3r2?: string | null;
|
|
28322
|
+
h3r3?: string | null;
|
|
28323
|
+
h3r4?: string | null;
|
|
28324
|
+
h3r5?: string | null;
|
|
28325
|
+
h3r6?: string | null;
|
|
28326
|
+
h3r7?: string | null;
|
|
28327
|
+
h3r8?: string | null;
|
|
28328
|
+
h3r9?: string | null;
|
|
28329
|
+
h3r10?: string | null;
|
|
28330
|
+
h3r11?: string | null;
|
|
28331
|
+
h3r12?: string | null;
|
|
28332
|
+
h3r13?: string | null;
|
|
28333
|
+
h3r14?: string | null;
|
|
28334
|
+
h3r15?: string | null;
|
|
28335
|
+
} | null;
|
|
27898
28336
|
} | null> | null;
|
|
27899
28337
|
} | null;
|
|
27900
28338
|
};
|
|
@@ -28005,6 +28443,30 @@ export type GetMedicalGuidelineQuery = {
|
|
|
28005
28443
|
id: string;
|
|
28006
28444
|
name: string;
|
|
28007
28445
|
} | null;
|
|
28446
|
+
location?: {
|
|
28447
|
+
__typename?: 'Point';
|
|
28448
|
+
latitude?: number | null;
|
|
28449
|
+
longitude?: number | null;
|
|
28450
|
+
} | null;
|
|
28451
|
+
h3?: {
|
|
28452
|
+
__typename?: 'H3';
|
|
28453
|
+
h3r0?: string | null;
|
|
28454
|
+
h3r1?: string | null;
|
|
28455
|
+
h3r2?: string | null;
|
|
28456
|
+
h3r3?: string | null;
|
|
28457
|
+
h3r4?: string | null;
|
|
28458
|
+
h3r5?: string | null;
|
|
28459
|
+
h3r6?: string | null;
|
|
28460
|
+
h3r7?: string | null;
|
|
28461
|
+
h3r8?: string | null;
|
|
28462
|
+
h3r9?: string | null;
|
|
28463
|
+
h3r10?: string | null;
|
|
28464
|
+
h3r11?: string | null;
|
|
28465
|
+
h3r12?: string | null;
|
|
28466
|
+
h3r13?: string | null;
|
|
28467
|
+
h3r14?: string | null;
|
|
28468
|
+
h3r15?: string | null;
|
|
28469
|
+
} | null;
|
|
28008
28470
|
} | null;
|
|
28009
28471
|
};
|
|
28010
28472
|
export type QueryMedicalGuidelinesQueryVariables = Exact<{
|
|
@@ -28048,6 +28510,30 @@ export type QueryMedicalGuidelinesQuery = {
|
|
|
28048
28510
|
id: string;
|
|
28049
28511
|
name: string;
|
|
28050
28512
|
} | null;
|
|
28513
|
+
location?: {
|
|
28514
|
+
__typename?: 'Point';
|
|
28515
|
+
latitude?: number | null;
|
|
28516
|
+
longitude?: number | null;
|
|
28517
|
+
} | null;
|
|
28518
|
+
h3?: {
|
|
28519
|
+
__typename?: 'H3';
|
|
28520
|
+
h3r0?: string | null;
|
|
28521
|
+
h3r1?: string | null;
|
|
28522
|
+
h3r2?: string | null;
|
|
28523
|
+
h3r3?: string | null;
|
|
28524
|
+
h3r4?: string | null;
|
|
28525
|
+
h3r5?: string | null;
|
|
28526
|
+
h3r6?: string | null;
|
|
28527
|
+
h3r7?: string | null;
|
|
28528
|
+
h3r8?: string | null;
|
|
28529
|
+
h3r9?: string | null;
|
|
28530
|
+
h3r10?: string | null;
|
|
28531
|
+
h3r11?: string | null;
|
|
28532
|
+
h3r12?: string | null;
|
|
28533
|
+
h3r13?: string | null;
|
|
28534
|
+
h3r14?: string | null;
|
|
28535
|
+
h3r15?: string | null;
|
|
28536
|
+
} | null;
|
|
28051
28537
|
} | null> | null;
|
|
28052
28538
|
} | null;
|
|
28053
28539
|
};
|
|
@@ -28158,6 +28644,30 @@ export type GetMedicalIndicationQuery = {
|
|
|
28158
28644
|
id: string;
|
|
28159
28645
|
name: string;
|
|
28160
28646
|
} | null;
|
|
28647
|
+
location?: {
|
|
28648
|
+
__typename?: 'Point';
|
|
28649
|
+
latitude?: number | null;
|
|
28650
|
+
longitude?: number | null;
|
|
28651
|
+
} | null;
|
|
28652
|
+
h3?: {
|
|
28653
|
+
__typename?: 'H3';
|
|
28654
|
+
h3r0?: string | null;
|
|
28655
|
+
h3r1?: string | null;
|
|
28656
|
+
h3r2?: string | null;
|
|
28657
|
+
h3r3?: string | null;
|
|
28658
|
+
h3r4?: string | null;
|
|
28659
|
+
h3r5?: string | null;
|
|
28660
|
+
h3r6?: string | null;
|
|
28661
|
+
h3r7?: string | null;
|
|
28662
|
+
h3r8?: string | null;
|
|
28663
|
+
h3r9?: string | null;
|
|
28664
|
+
h3r10?: string | null;
|
|
28665
|
+
h3r11?: string | null;
|
|
28666
|
+
h3r12?: string | null;
|
|
28667
|
+
h3r13?: string | null;
|
|
28668
|
+
h3r14?: string | null;
|
|
28669
|
+
h3r15?: string | null;
|
|
28670
|
+
} | null;
|
|
28161
28671
|
} | null;
|
|
28162
28672
|
};
|
|
28163
28673
|
export type QueryMedicalIndicationsQueryVariables = Exact<{
|
|
@@ -28201,6 +28711,30 @@ export type QueryMedicalIndicationsQuery = {
|
|
|
28201
28711
|
id: string;
|
|
28202
28712
|
name: string;
|
|
28203
28713
|
} | null;
|
|
28714
|
+
location?: {
|
|
28715
|
+
__typename?: 'Point';
|
|
28716
|
+
latitude?: number | null;
|
|
28717
|
+
longitude?: number | null;
|
|
28718
|
+
} | null;
|
|
28719
|
+
h3?: {
|
|
28720
|
+
__typename?: 'H3';
|
|
28721
|
+
h3r0?: string | null;
|
|
28722
|
+
h3r1?: string | null;
|
|
28723
|
+
h3r2?: string | null;
|
|
28724
|
+
h3r3?: string | null;
|
|
28725
|
+
h3r4?: string | null;
|
|
28726
|
+
h3r5?: string | null;
|
|
28727
|
+
h3r6?: string | null;
|
|
28728
|
+
h3r7?: string | null;
|
|
28729
|
+
h3r8?: string | null;
|
|
28730
|
+
h3r9?: string | null;
|
|
28731
|
+
h3r10?: string | null;
|
|
28732
|
+
h3r11?: string | null;
|
|
28733
|
+
h3r12?: string | null;
|
|
28734
|
+
h3r13?: string | null;
|
|
28735
|
+
h3r14?: string | null;
|
|
28736
|
+
h3r15?: string | null;
|
|
28737
|
+
} | null;
|
|
28204
28738
|
} | null> | null;
|
|
28205
28739
|
} | null;
|
|
28206
28740
|
};
|
|
@@ -28311,6 +28845,30 @@ export type GetMedicalProcedureQuery = {
|
|
|
28311
28845
|
id: string;
|
|
28312
28846
|
name: string;
|
|
28313
28847
|
} | null;
|
|
28848
|
+
location?: {
|
|
28849
|
+
__typename?: 'Point';
|
|
28850
|
+
latitude?: number | null;
|
|
28851
|
+
longitude?: number | null;
|
|
28852
|
+
} | null;
|
|
28853
|
+
h3?: {
|
|
28854
|
+
__typename?: 'H3';
|
|
28855
|
+
h3r0?: string | null;
|
|
28856
|
+
h3r1?: string | null;
|
|
28857
|
+
h3r2?: string | null;
|
|
28858
|
+
h3r3?: string | null;
|
|
28859
|
+
h3r4?: string | null;
|
|
28860
|
+
h3r5?: string | null;
|
|
28861
|
+
h3r6?: string | null;
|
|
28862
|
+
h3r7?: string | null;
|
|
28863
|
+
h3r8?: string | null;
|
|
28864
|
+
h3r9?: string | null;
|
|
28865
|
+
h3r10?: string | null;
|
|
28866
|
+
h3r11?: string | null;
|
|
28867
|
+
h3r12?: string | null;
|
|
28868
|
+
h3r13?: string | null;
|
|
28869
|
+
h3r14?: string | null;
|
|
28870
|
+
h3r15?: string | null;
|
|
28871
|
+
} | null;
|
|
28314
28872
|
} | null;
|
|
28315
28873
|
};
|
|
28316
28874
|
export type QueryMedicalProceduresQueryVariables = Exact<{
|
|
@@ -28354,6 +28912,30 @@ export type QueryMedicalProceduresQuery = {
|
|
|
28354
28912
|
id: string;
|
|
28355
28913
|
name: string;
|
|
28356
28914
|
} | null;
|
|
28915
|
+
location?: {
|
|
28916
|
+
__typename?: 'Point';
|
|
28917
|
+
latitude?: number | null;
|
|
28918
|
+
longitude?: number | null;
|
|
28919
|
+
} | null;
|
|
28920
|
+
h3?: {
|
|
28921
|
+
__typename?: 'H3';
|
|
28922
|
+
h3r0?: string | null;
|
|
28923
|
+
h3r1?: string | null;
|
|
28924
|
+
h3r2?: string | null;
|
|
28925
|
+
h3r3?: string | null;
|
|
28926
|
+
h3r4?: string | null;
|
|
28927
|
+
h3r5?: string | null;
|
|
28928
|
+
h3r6?: string | null;
|
|
28929
|
+
h3r7?: string | null;
|
|
28930
|
+
h3r8?: string | null;
|
|
28931
|
+
h3r9?: string | null;
|
|
28932
|
+
h3r10?: string | null;
|
|
28933
|
+
h3r11?: string | null;
|
|
28934
|
+
h3r12?: string | null;
|
|
28935
|
+
h3r13?: string | null;
|
|
28936
|
+
h3r14?: string | null;
|
|
28937
|
+
h3r15?: string | null;
|
|
28938
|
+
} | null;
|
|
28357
28939
|
} | null> | null;
|
|
28358
28940
|
} | null;
|
|
28359
28941
|
};
|
|
@@ -28464,6 +29046,30 @@ export type GetMedicalStudyQuery = {
|
|
|
28464
29046
|
id: string;
|
|
28465
29047
|
name: string;
|
|
28466
29048
|
} | null;
|
|
29049
|
+
location?: {
|
|
29050
|
+
__typename?: 'Point';
|
|
29051
|
+
latitude?: number | null;
|
|
29052
|
+
longitude?: number | null;
|
|
29053
|
+
} | null;
|
|
29054
|
+
h3?: {
|
|
29055
|
+
__typename?: 'H3';
|
|
29056
|
+
h3r0?: string | null;
|
|
29057
|
+
h3r1?: string | null;
|
|
29058
|
+
h3r2?: string | null;
|
|
29059
|
+
h3r3?: string | null;
|
|
29060
|
+
h3r4?: string | null;
|
|
29061
|
+
h3r5?: string | null;
|
|
29062
|
+
h3r6?: string | null;
|
|
29063
|
+
h3r7?: string | null;
|
|
29064
|
+
h3r8?: string | null;
|
|
29065
|
+
h3r9?: string | null;
|
|
29066
|
+
h3r10?: string | null;
|
|
29067
|
+
h3r11?: string | null;
|
|
29068
|
+
h3r12?: string | null;
|
|
29069
|
+
h3r13?: string | null;
|
|
29070
|
+
h3r14?: string | null;
|
|
29071
|
+
h3r15?: string | null;
|
|
29072
|
+
} | null;
|
|
28467
29073
|
address?: {
|
|
28468
29074
|
__typename?: 'Address';
|
|
28469
29075
|
streetAddress?: string | null;
|
|
@@ -28515,6 +29121,30 @@ export type QueryMedicalStudiesQuery = {
|
|
|
28515
29121
|
id: string;
|
|
28516
29122
|
name: string;
|
|
28517
29123
|
} | null;
|
|
29124
|
+
location?: {
|
|
29125
|
+
__typename?: 'Point';
|
|
29126
|
+
latitude?: number | null;
|
|
29127
|
+
longitude?: number | null;
|
|
29128
|
+
} | null;
|
|
29129
|
+
h3?: {
|
|
29130
|
+
__typename?: 'H3';
|
|
29131
|
+
h3r0?: string | null;
|
|
29132
|
+
h3r1?: string | null;
|
|
29133
|
+
h3r2?: string | null;
|
|
29134
|
+
h3r3?: string | null;
|
|
29135
|
+
h3r4?: string | null;
|
|
29136
|
+
h3r5?: string | null;
|
|
29137
|
+
h3r6?: string | null;
|
|
29138
|
+
h3r7?: string | null;
|
|
29139
|
+
h3r8?: string | null;
|
|
29140
|
+
h3r9?: string | null;
|
|
29141
|
+
h3r10?: string | null;
|
|
29142
|
+
h3r11?: string | null;
|
|
29143
|
+
h3r12?: string | null;
|
|
29144
|
+
h3r13?: string | null;
|
|
29145
|
+
h3r14?: string | null;
|
|
29146
|
+
h3r15?: string | null;
|
|
29147
|
+
} | null;
|
|
28518
29148
|
address?: {
|
|
28519
29149
|
__typename?: 'Address';
|
|
28520
29150
|
streetAddress?: string | null;
|
|
@@ -28633,6 +29263,30 @@ export type GetMedicalTestQuery = {
|
|
|
28633
29263
|
id: string;
|
|
28634
29264
|
name: string;
|
|
28635
29265
|
} | null;
|
|
29266
|
+
location?: {
|
|
29267
|
+
__typename?: 'Point';
|
|
29268
|
+
latitude?: number | null;
|
|
29269
|
+
longitude?: number | null;
|
|
29270
|
+
} | null;
|
|
29271
|
+
h3?: {
|
|
29272
|
+
__typename?: 'H3';
|
|
29273
|
+
h3r0?: string | null;
|
|
29274
|
+
h3r1?: string | null;
|
|
29275
|
+
h3r2?: string | null;
|
|
29276
|
+
h3r3?: string | null;
|
|
29277
|
+
h3r4?: string | null;
|
|
29278
|
+
h3r5?: string | null;
|
|
29279
|
+
h3r6?: string | null;
|
|
29280
|
+
h3r7?: string | null;
|
|
29281
|
+
h3r8?: string | null;
|
|
29282
|
+
h3r9?: string | null;
|
|
29283
|
+
h3r10?: string | null;
|
|
29284
|
+
h3r11?: string | null;
|
|
29285
|
+
h3r12?: string | null;
|
|
29286
|
+
h3r13?: string | null;
|
|
29287
|
+
h3r14?: string | null;
|
|
29288
|
+
h3r15?: string | null;
|
|
29289
|
+
} | null;
|
|
28636
29290
|
} | null;
|
|
28637
29291
|
};
|
|
28638
29292
|
export type QueryMedicalTestsQueryVariables = Exact<{
|
|
@@ -28676,6 +29330,30 @@ export type QueryMedicalTestsQuery = {
|
|
|
28676
29330
|
id: string;
|
|
28677
29331
|
name: string;
|
|
28678
29332
|
} | null;
|
|
29333
|
+
location?: {
|
|
29334
|
+
__typename?: 'Point';
|
|
29335
|
+
latitude?: number | null;
|
|
29336
|
+
longitude?: number | null;
|
|
29337
|
+
} | null;
|
|
29338
|
+
h3?: {
|
|
29339
|
+
__typename?: 'H3';
|
|
29340
|
+
h3r0?: string | null;
|
|
29341
|
+
h3r1?: string | null;
|
|
29342
|
+
h3r2?: string | null;
|
|
29343
|
+
h3r3?: string | null;
|
|
29344
|
+
h3r4?: string | null;
|
|
29345
|
+
h3r5?: string | null;
|
|
29346
|
+
h3r6?: string | null;
|
|
29347
|
+
h3r7?: string | null;
|
|
29348
|
+
h3r8?: string | null;
|
|
29349
|
+
h3r9?: string | null;
|
|
29350
|
+
h3r10?: string | null;
|
|
29351
|
+
h3r11?: string | null;
|
|
29352
|
+
h3r12?: string | null;
|
|
29353
|
+
h3r13?: string | null;
|
|
29354
|
+
h3r14?: string | null;
|
|
29355
|
+
h3r15?: string | null;
|
|
29356
|
+
} | null;
|
|
28679
29357
|
} | null> | null;
|
|
28680
29358
|
} | null;
|
|
28681
29359
|
};
|
|
@@ -28786,6 +29464,30 @@ export type GetMedicalTherapyQuery = {
|
|
|
28786
29464
|
id: string;
|
|
28787
29465
|
name: string;
|
|
28788
29466
|
} | null;
|
|
29467
|
+
location?: {
|
|
29468
|
+
__typename?: 'Point';
|
|
29469
|
+
latitude?: number | null;
|
|
29470
|
+
longitude?: number | null;
|
|
29471
|
+
} | null;
|
|
29472
|
+
h3?: {
|
|
29473
|
+
__typename?: 'H3';
|
|
29474
|
+
h3r0?: string | null;
|
|
29475
|
+
h3r1?: string | null;
|
|
29476
|
+
h3r2?: string | null;
|
|
29477
|
+
h3r3?: string | null;
|
|
29478
|
+
h3r4?: string | null;
|
|
29479
|
+
h3r5?: string | null;
|
|
29480
|
+
h3r6?: string | null;
|
|
29481
|
+
h3r7?: string | null;
|
|
29482
|
+
h3r8?: string | null;
|
|
29483
|
+
h3r9?: string | null;
|
|
29484
|
+
h3r10?: string | null;
|
|
29485
|
+
h3r11?: string | null;
|
|
29486
|
+
h3r12?: string | null;
|
|
29487
|
+
h3r13?: string | null;
|
|
29488
|
+
h3r14?: string | null;
|
|
29489
|
+
h3r15?: string | null;
|
|
29490
|
+
} | null;
|
|
28789
29491
|
} | null;
|
|
28790
29492
|
};
|
|
28791
29493
|
export type QueryMedicalTherapiesQueryVariables = Exact<{
|
|
@@ -28829,6 +29531,30 @@ export type QueryMedicalTherapiesQuery = {
|
|
|
28829
29531
|
id: string;
|
|
28830
29532
|
name: string;
|
|
28831
29533
|
} | null;
|
|
29534
|
+
location?: {
|
|
29535
|
+
__typename?: 'Point';
|
|
29536
|
+
latitude?: number | null;
|
|
29537
|
+
longitude?: number | null;
|
|
29538
|
+
} | null;
|
|
29539
|
+
h3?: {
|
|
29540
|
+
__typename?: 'H3';
|
|
29541
|
+
h3r0?: string | null;
|
|
29542
|
+
h3r1?: string | null;
|
|
29543
|
+
h3r2?: string | null;
|
|
29544
|
+
h3r3?: string | null;
|
|
29545
|
+
h3r4?: string | null;
|
|
29546
|
+
h3r5?: string | null;
|
|
29547
|
+
h3r6?: string | null;
|
|
29548
|
+
h3r7?: string | null;
|
|
29549
|
+
h3r8?: string | null;
|
|
29550
|
+
h3r9?: string | null;
|
|
29551
|
+
h3r10?: string | null;
|
|
29552
|
+
h3r11?: string | null;
|
|
29553
|
+
h3r12?: string | null;
|
|
29554
|
+
h3r13?: string | null;
|
|
29555
|
+
h3r14?: string | null;
|
|
29556
|
+
h3r15?: string | null;
|
|
29557
|
+
} | null;
|
|
28832
29558
|
} | null> | null;
|
|
28833
29559
|
} | null;
|
|
28834
29560
|
};
|
|
@@ -29001,19 +29727,79 @@ export type GetOrganizationQuery = {
|
|
|
29001
29727
|
linkType?: LinkTypes | null;
|
|
29002
29728
|
excerpts?: string | null;
|
|
29003
29729
|
} | null> | null;
|
|
29004
|
-
workflow?: {
|
|
29005
|
-
__typename?: 'Workflow';
|
|
29730
|
+
workflow?: {
|
|
29731
|
+
__typename?: 'Workflow';
|
|
29732
|
+
id: string;
|
|
29733
|
+
name: string;
|
|
29734
|
+
} | null;
|
|
29735
|
+
location?: {
|
|
29736
|
+
__typename?: 'Point';
|
|
29737
|
+
latitude?: number | null;
|
|
29738
|
+
longitude?: number | null;
|
|
29739
|
+
} | null;
|
|
29740
|
+
h3?: {
|
|
29741
|
+
__typename?: 'H3';
|
|
29742
|
+
h3r0?: string | null;
|
|
29743
|
+
h3r1?: string | null;
|
|
29744
|
+
h3r2?: string | null;
|
|
29745
|
+
h3r3?: string | null;
|
|
29746
|
+
h3r4?: string | null;
|
|
29747
|
+
h3r5?: string | null;
|
|
29748
|
+
h3r6?: string | null;
|
|
29749
|
+
h3r7?: string | null;
|
|
29750
|
+
h3r8?: string | null;
|
|
29751
|
+
h3r9?: string | null;
|
|
29752
|
+
h3r10?: string | null;
|
|
29753
|
+
h3r11?: string | null;
|
|
29754
|
+
h3r12?: string | null;
|
|
29755
|
+
h3r13?: string | null;
|
|
29756
|
+
h3r14?: string | null;
|
|
29757
|
+
h3r15?: string | null;
|
|
29758
|
+
} | null;
|
|
29759
|
+
address?: {
|
|
29760
|
+
__typename?: 'Address';
|
|
29761
|
+
streetAddress?: string | null;
|
|
29762
|
+
city?: string | null;
|
|
29763
|
+
region?: string | null;
|
|
29764
|
+
country?: string | null;
|
|
29765
|
+
postalCode?: string | null;
|
|
29766
|
+
} | null;
|
|
29767
|
+
founders?: Array<{
|
|
29768
|
+
__typename?: 'Person';
|
|
29769
|
+
id: string;
|
|
29770
|
+
} | null> | null;
|
|
29771
|
+
employees?: Array<{
|
|
29772
|
+
__typename?: 'Person';
|
|
29773
|
+
id: string;
|
|
29774
|
+
} | null> | null;
|
|
29775
|
+
members?: Array<{
|
|
29776
|
+
__typename?: 'Person';
|
|
29777
|
+
id: string;
|
|
29778
|
+
} | null> | null;
|
|
29779
|
+
parentOrganization?: {
|
|
29780
|
+
__typename?: 'Organization';
|
|
29781
|
+
id: string;
|
|
29782
|
+
} | null;
|
|
29783
|
+
memberOf?: Array<{
|
|
29784
|
+
__typename?: 'Organization';
|
|
29785
|
+
id: string;
|
|
29786
|
+
} | null> | null;
|
|
29787
|
+
subOrganizations?: Array<{
|
|
29788
|
+
__typename?: 'Organization';
|
|
29789
|
+
id: string;
|
|
29790
|
+
} | null> | null;
|
|
29791
|
+
locations?: Array<{
|
|
29792
|
+
__typename?: 'Place';
|
|
29793
|
+
id: string;
|
|
29794
|
+
} | null> | null;
|
|
29795
|
+
investmentsReceived?: Array<{
|
|
29796
|
+
__typename?: 'Investment';
|
|
29006
29797
|
id: string;
|
|
29007
|
-
|
|
29008
|
-
|
|
29009
|
-
|
|
29010
|
-
|
|
29011
|
-
|
|
29012
|
-
city?: string | null;
|
|
29013
|
-
region?: string | null;
|
|
29014
|
-
country?: string | null;
|
|
29015
|
-
postalCode?: string | null;
|
|
29016
|
-
} | null;
|
|
29798
|
+
} | null> | null;
|
|
29799
|
+
investorFunds?: Array<{
|
|
29800
|
+
__typename?: 'InvestmentFund';
|
|
29801
|
+
id: string;
|
|
29802
|
+
} | null> | null;
|
|
29017
29803
|
} | null;
|
|
29018
29804
|
};
|
|
29019
29805
|
export type QueryOrganizationsQueryVariables = Exact<{
|
|
@@ -29066,6 +29852,30 @@ export type QueryOrganizationsQuery = {
|
|
|
29066
29852
|
id: string;
|
|
29067
29853
|
name: string;
|
|
29068
29854
|
} | null;
|
|
29855
|
+
location?: {
|
|
29856
|
+
__typename?: 'Point';
|
|
29857
|
+
latitude?: number | null;
|
|
29858
|
+
longitude?: number | null;
|
|
29859
|
+
} | null;
|
|
29860
|
+
h3?: {
|
|
29861
|
+
__typename?: 'H3';
|
|
29862
|
+
h3r0?: string | null;
|
|
29863
|
+
h3r1?: string | null;
|
|
29864
|
+
h3r2?: string | null;
|
|
29865
|
+
h3r3?: string | null;
|
|
29866
|
+
h3r4?: string | null;
|
|
29867
|
+
h3r5?: string | null;
|
|
29868
|
+
h3r6?: string | null;
|
|
29869
|
+
h3r7?: string | null;
|
|
29870
|
+
h3r8?: string | null;
|
|
29871
|
+
h3r9?: string | null;
|
|
29872
|
+
h3r10?: string | null;
|
|
29873
|
+
h3r11?: string | null;
|
|
29874
|
+
h3r12?: string | null;
|
|
29875
|
+
h3r13?: string | null;
|
|
29876
|
+
h3r14?: string | null;
|
|
29877
|
+
h3r15?: string | null;
|
|
29878
|
+
} | null;
|
|
29069
29879
|
address?: {
|
|
29070
29880
|
__typename?: 'Address';
|
|
29071
29881
|
streetAddress?: string | null;
|
|
@@ -29205,6 +30015,30 @@ export type GetPersonQuery = {
|
|
|
29205
30015
|
id: string;
|
|
29206
30016
|
name: string;
|
|
29207
30017
|
} | null;
|
|
30018
|
+
location?: {
|
|
30019
|
+
__typename?: 'Point';
|
|
30020
|
+
latitude?: number | null;
|
|
30021
|
+
longitude?: number | null;
|
|
30022
|
+
} | null;
|
|
30023
|
+
h3?: {
|
|
30024
|
+
__typename?: 'H3';
|
|
30025
|
+
h3r0?: string | null;
|
|
30026
|
+
h3r1?: string | null;
|
|
30027
|
+
h3r2?: string | null;
|
|
30028
|
+
h3r3?: string | null;
|
|
30029
|
+
h3r4?: string | null;
|
|
30030
|
+
h3r5?: string | null;
|
|
30031
|
+
h3r6?: string | null;
|
|
30032
|
+
h3r7?: string | null;
|
|
30033
|
+
h3r8?: string | null;
|
|
30034
|
+
h3r9?: string | null;
|
|
30035
|
+
h3r10?: string | null;
|
|
30036
|
+
h3r11?: string | null;
|
|
30037
|
+
h3r12?: string | null;
|
|
30038
|
+
h3r13?: string | null;
|
|
30039
|
+
h3r14?: string | null;
|
|
30040
|
+
h3r15?: string | null;
|
|
30041
|
+
} | null;
|
|
29208
30042
|
address?: {
|
|
29209
30043
|
__typename?: 'Address';
|
|
29210
30044
|
streetAddress?: string | null;
|
|
@@ -29213,6 +30047,38 @@ export type GetPersonQuery = {
|
|
|
29213
30047
|
country?: string | null;
|
|
29214
30048
|
postalCode?: string | null;
|
|
29215
30049
|
} | null;
|
|
30050
|
+
worksFor?: Array<{
|
|
30051
|
+
__typename?: 'Organization';
|
|
30052
|
+
id: string;
|
|
30053
|
+
} | null> | null;
|
|
30054
|
+
affiliation?: Array<{
|
|
30055
|
+
__typename?: 'Organization';
|
|
30056
|
+
id: string;
|
|
30057
|
+
} | null> | null;
|
|
30058
|
+
memberOf?: Array<{
|
|
30059
|
+
__typename?: 'Organization';
|
|
30060
|
+
id: string;
|
|
30061
|
+
} | null> | null;
|
|
30062
|
+
alumniOf?: Array<{
|
|
30063
|
+
__typename?: 'Organization';
|
|
30064
|
+
id: string;
|
|
30065
|
+
} | null> | null;
|
|
30066
|
+
birthPlace?: {
|
|
30067
|
+
__typename?: 'Place';
|
|
30068
|
+
id: string;
|
|
30069
|
+
} | null;
|
|
30070
|
+
deathPlace?: {
|
|
30071
|
+
__typename?: 'Place';
|
|
30072
|
+
id: string;
|
|
30073
|
+
} | null;
|
|
30074
|
+
homeLocation?: Array<{
|
|
30075
|
+
__typename?: 'Place';
|
|
30076
|
+
id: string;
|
|
30077
|
+
} | null> | null;
|
|
30078
|
+
workLocation?: Array<{
|
|
30079
|
+
__typename?: 'Place';
|
|
30080
|
+
id: string;
|
|
30081
|
+
} | null> | null;
|
|
29216
30082
|
} | null;
|
|
29217
30083
|
};
|
|
29218
30084
|
export type QueryPersonsQueryVariables = Exact<{
|
|
@@ -29264,6 +30130,30 @@ export type QueryPersonsQuery = {
|
|
|
29264
30130
|
id: string;
|
|
29265
30131
|
name: string;
|
|
29266
30132
|
} | null;
|
|
30133
|
+
location?: {
|
|
30134
|
+
__typename?: 'Point';
|
|
30135
|
+
latitude?: number | null;
|
|
30136
|
+
longitude?: number | null;
|
|
30137
|
+
} | null;
|
|
30138
|
+
h3?: {
|
|
30139
|
+
__typename?: 'H3';
|
|
30140
|
+
h3r0?: string | null;
|
|
30141
|
+
h3r1?: string | null;
|
|
30142
|
+
h3r2?: string | null;
|
|
30143
|
+
h3r3?: string | null;
|
|
30144
|
+
h3r4?: string | null;
|
|
30145
|
+
h3r5?: string | null;
|
|
30146
|
+
h3r6?: string | null;
|
|
30147
|
+
h3r7?: string | null;
|
|
30148
|
+
h3r8?: string | null;
|
|
30149
|
+
h3r9?: string | null;
|
|
30150
|
+
h3r10?: string | null;
|
|
30151
|
+
h3r11?: string | null;
|
|
30152
|
+
h3r12?: string | null;
|
|
30153
|
+
h3r13?: string | null;
|
|
30154
|
+
h3r14?: string | null;
|
|
30155
|
+
h3r15?: string | null;
|
|
30156
|
+
} | null;
|
|
29267
30157
|
address?: {
|
|
29268
30158
|
__typename?: 'Address';
|
|
29269
30159
|
streetAddress?: string | null;
|
|
@@ -29398,6 +30288,30 @@ export type GetPlaceQuery = {
|
|
|
29398
30288
|
id: string;
|
|
29399
30289
|
name: string;
|
|
29400
30290
|
} | null;
|
|
30291
|
+
location?: {
|
|
30292
|
+
__typename?: 'Point';
|
|
30293
|
+
latitude?: number | null;
|
|
30294
|
+
longitude?: number | null;
|
|
30295
|
+
} | null;
|
|
30296
|
+
h3?: {
|
|
30297
|
+
__typename?: 'H3';
|
|
30298
|
+
h3r0?: string | null;
|
|
30299
|
+
h3r1?: string | null;
|
|
30300
|
+
h3r2?: string | null;
|
|
30301
|
+
h3r3?: string | null;
|
|
30302
|
+
h3r4?: string | null;
|
|
30303
|
+
h3r5?: string | null;
|
|
30304
|
+
h3r6?: string | null;
|
|
30305
|
+
h3r7?: string | null;
|
|
30306
|
+
h3r8?: string | null;
|
|
30307
|
+
h3r9?: string | null;
|
|
30308
|
+
h3r10?: string | null;
|
|
30309
|
+
h3r11?: string | null;
|
|
30310
|
+
h3r12?: string | null;
|
|
30311
|
+
h3r13?: string | null;
|
|
30312
|
+
h3r14?: string | null;
|
|
30313
|
+
h3r15?: string | null;
|
|
30314
|
+
} | null;
|
|
29401
30315
|
address?: {
|
|
29402
30316
|
__typename?: 'Address';
|
|
29403
30317
|
streetAddress?: string | null;
|
|
@@ -29452,6 +30366,30 @@ export type QueryPlacesQuery = {
|
|
|
29452
30366
|
id: string;
|
|
29453
30367
|
name: string;
|
|
29454
30368
|
} | null;
|
|
30369
|
+
location?: {
|
|
30370
|
+
__typename?: 'Point';
|
|
30371
|
+
latitude?: number | null;
|
|
30372
|
+
longitude?: number | null;
|
|
30373
|
+
} | null;
|
|
30374
|
+
h3?: {
|
|
30375
|
+
__typename?: 'H3';
|
|
30376
|
+
h3r0?: string | null;
|
|
30377
|
+
h3r1?: string | null;
|
|
30378
|
+
h3r2?: string | null;
|
|
30379
|
+
h3r3?: string | null;
|
|
30380
|
+
h3r4?: string | null;
|
|
30381
|
+
h3r5?: string | null;
|
|
30382
|
+
h3r6?: string | null;
|
|
30383
|
+
h3r7?: string | null;
|
|
30384
|
+
h3r8?: string | null;
|
|
30385
|
+
h3r9?: string | null;
|
|
30386
|
+
h3r10?: string | null;
|
|
30387
|
+
h3r11?: string | null;
|
|
30388
|
+
h3r12?: string | null;
|
|
30389
|
+
h3r13?: string | null;
|
|
30390
|
+
h3r14?: string | null;
|
|
30391
|
+
h3r15?: string | null;
|
|
30392
|
+
} | null;
|
|
29455
30393
|
address?: {
|
|
29456
30394
|
__typename?: 'Address';
|
|
29457
30395
|
streetAddress?: string | null;
|
|
@@ -29592,6 +30530,30 @@ export type GetProductQuery = {
|
|
|
29592
30530
|
id: string;
|
|
29593
30531
|
name: string;
|
|
29594
30532
|
} | null;
|
|
30533
|
+
location?: {
|
|
30534
|
+
__typename?: 'Point';
|
|
30535
|
+
latitude?: number | null;
|
|
30536
|
+
longitude?: number | null;
|
|
30537
|
+
} | null;
|
|
30538
|
+
h3?: {
|
|
30539
|
+
__typename?: 'H3';
|
|
30540
|
+
h3r0?: string | null;
|
|
30541
|
+
h3r1?: string | null;
|
|
30542
|
+
h3r2?: string | null;
|
|
30543
|
+
h3r3?: string | null;
|
|
30544
|
+
h3r4?: string | null;
|
|
30545
|
+
h3r5?: string | null;
|
|
30546
|
+
h3r6?: string | null;
|
|
30547
|
+
h3r7?: string | null;
|
|
30548
|
+
h3r8?: string | null;
|
|
30549
|
+
h3r9?: string | null;
|
|
30550
|
+
h3r10?: string | null;
|
|
30551
|
+
h3r11?: string | null;
|
|
30552
|
+
h3r12?: string | null;
|
|
30553
|
+
h3r13?: string | null;
|
|
30554
|
+
h3r14?: string | null;
|
|
30555
|
+
h3r15?: string | null;
|
|
30556
|
+
} | null;
|
|
29595
30557
|
address?: {
|
|
29596
30558
|
__typename?: 'Address';
|
|
29597
30559
|
streetAddress?: string | null;
|
|
@@ -29652,6 +30614,30 @@ export type QueryProductsQuery = {
|
|
|
29652
30614
|
id: string;
|
|
29653
30615
|
name: string;
|
|
29654
30616
|
} | null;
|
|
30617
|
+
location?: {
|
|
30618
|
+
__typename?: 'Point';
|
|
30619
|
+
latitude?: number | null;
|
|
30620
|
+
longitude?: number | null;
|
|
30621
|
+
} | null;
|
|
30622
|
+
h3?: {
|
|
30623
|
+
__typename?: 'H3';
|
|
30624
|
+
h3r0?: string | null;
|
|
30625
|
+
h3r1?: string | null;
|
|
30626
|
+
h3r2?: string | null;
|
|
30627
|
+
h3r3?: string | null;
|
|
30628
|
+
h3r4?: string | null;
|
|
30629
|
+
h3r5?: string | null;
|
|
30630
|
+
h3r6?: string | null;
|
|
30631
|
+
h3r7?: string | null;
|
|
30632
|
+
h3r8?: string | null;
|
|
30633
|
+
h3r9?: string | null;
|
|
30634
|
+
h3r10?: string | null;
|
|
30635
|
+
h3r11?: string | null;
|
|
30636
|
+
h3r12?: string | null;
|
|
30637
|
+
h3r13?: string | null;
|
|
30638
|
+
h3r14?: string | null;
|
|
30639
|
+
h3r15?: string | null;
|
|
30640
|
+
} | null;
|
|
29655
30641
|
address?: {
|
|
29656
30642
|
__typename?: 'Address';
|
|
29657
30643
|
streetAddress?: string | null;
|
|
@@ -29967,20 +30953,11 @@ export type GetRepoQuery = {
|
|
|
29967
30953
|
__typename?: 'Query';
|
|
29968
30954
|
repo?: {
|
|
29969
30955
|
__typename?: 'Repo';
|
|
29970
|
-
id: string;
|
|
29971
|
-
name: string;
|
|
29972
|
-
creationDate: any;
|
|
29973
|
-
modifiedDate?: any | null;
|
|
29974
|
-
state: EntityState;
|
|
29975
30956
|
alternateNames?: Array<string | null> | null;
|
|
29976
30957
|
uri?: any | null;
|
|
29977
30958
|
description?: string | null;
|
|
29978
30959
|
identifier?: string | null;
|
|
29979
30960
|
thing?: string | null;
|
|
29980
|
-
owner: {
|
|
29981
|
-
__typename?: 'Owner';
|
|
29982
|
-
id: string;
|
|
29983
|
-
};
|
|
29984
30961
|
feeds?: Array<{
|
|
29985
30962
|
__typename?: 'Feed';
|
|
29986
30963
|
id: string;
|
|
@@ -30009,21 +30986,11 @@ export type QueryReposQuery = {
|
|
|
30009
30986
|
__typename?: 'RepoResults';
|
|
30010
30987
|
results?: Array<{
|
|
30011
30988
|
__typename?: 'Repo';
|
|
30012
|
-
id: string;
|
|
30013
|
-
name: string;
|
|
30014
|
-
creationDate: any;
|
|
30015
|
-
modifiedDate?: any | null;
|
|
30016
|
-
relevance?: number | null;
|
|
30017
|
-
state: EntityState;
|
|
30018
30989
|
alternateNames?: Array<string | null> | null;
|
|
30019
30990
|
uri?: any | null;
|
|
30020
30991
|
description?: string | null;
|
|
30021
30992
|
identifier?: string | null;
|
|
30022
30993
|
thing?: string | null;
|
|
30023
|
-
owner: {
|
|
30024
|
-
__typename?: 'Owner';
|
|
30025
|
-
id: string;
|
|
30026
|
-
};
|
|
30027
30994
|
feeds?: Array<{
|
|
30028
30995
|
__typename?: 'Feed';
|
|
30029
30996
|
id: string;
|
|
@@ -30152,22 +31119,13 @@ export type GetSoftwareQuery = {
|
|
|
30152
31119
|
__typename?: 'Query';
|
|
30153
31120
|
software?: {
|
|
30154
31121
|
__typename?: 'Software';
|
|
30155
|
-
|
|
30156
|
-
|
|
30157
|
-
creationDate: any;
|
|
30158
|
-
modifiedDate?: any | null;
|
|
30159
|
-
state: EntityState;
|
|
31122
|
+
releaseDate?: any | null;
|
|
31123
|
+
developer?: string | null;
|
|
30160
31124
|
alternateNames?: Array<string | null> | null;
|
|
30161
31125
|
uri?: any | null;
|
|
30162
31126
|
description?: string | null;
|
|
30163
31127
|
identifier?: string | null;
|
|
30164
31128
|
thing?: string | null;
|
|
30165
|
-
releaseDate?: any | null;
|
|
30166
|
-
developer?: string | null;
|
|
30167
|
-
owner: {
|
|
30168
|
-
__typename?: 'Owner';
|
|
30169
|
-
id: string;
|
|
30170
|
-
};
|
|
30171
31129
|
feeds?: Array<{
|
|
30172
31130
|
__typename?: 'Feed';
|
|
30173
31131
|
id: string;
|
|
@@ -30196,23 +31154,13 @@ export type QuerySoftwaresQuery = {
|
|
|
30196
31154
|
__typename?: 'SoftwareResults';
|
|
30197
31155
|
results?: Array<{
|
|
30198
31156
|
__typename?: 'Software';
|
|
30199
|
-
|
|
30200
|
-
|
|
30201
|
-
creationDate: any;
|
|
30202
|
-
modifiedDate?: any | null;
|
|
30203
|
-
relevance?: number | null;
|
|
30204
|
-
state: EntityState;
|
|
31157
|
+
releaseDate?: any | null;
|
|
31158
|
+
developer?: string | null;
|
|
30205
31159
|
alternateNames?: Array<string | null> | null;
|
|
30206
31160
|
uri?: any | null;
|
|
30207
31161
|
description?: string | null;
|
|
30208
31162
|
identifier?: string | null;
|
|
30209
31163
|
thing?: string | null;
|
|
30210
|
-
releaseDate?: any | null;
|
|
30211
|
-
developer?: string | null;
|
|
30212
|
-
owner: {
|
|
30213
|
-
__typename?: 'Owner';
|
|
30214
|
-
id: string;
|
|
30215
|
-
};
|
|
30216
31164
|
feeds?: Array<{
|
|
30217
31165
|
__typename?: 'Feed';
|
|
30218
31166
|
id: string;
|