graphlit-client 1.0.20251124001 → 1.0.20251124003
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 +933 -55
- package/dist/generated/graphql-types.d.ts +1046 -75
- 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,40 @@ 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
|
+
name: string;
|
|
26908
|
+
} | null;
|
|
26909
|
+
organization?: {
|
|
26910
|
+
__typename?: 'Organization';
|
|
26911
|
+
id: string;
|
|
26912
|
+
name: string;
|
|
26913
|
+
} | null;
|
|
26815
26914
|
} | null;
|
|
26816
26915
|
};
|
|
26817
26916
|
export type QueryInvestmentsQueryVariables = Exact<{
|
|
@@ -26835,6 +26934,11 @@ export type QueryInvestmentsQuery = {
|
|
|
26835
26934
|
description?: string | null;
|
|
26836
26935
|
identifier?: string | null;
|
|
26837
26936
|
thing?: string | null;
|
|
26937
|
+
amount?: any | null;
|
|
26938
|
+
amountCurrency?: string | null;
|
|
26939
|
+
status?: string | null;
|
|
26940
|
+
stage?: string | null;
|
|
26941
|
+
investmentDate?: any | null;
|
|
26838
26942
|
owner: {
|
|
26839
26943
|
__typename?: 'Owner';
|
|
26840
26944
|
id: string;
|
|
@@ -26855,6 +26959,30 @@ export type QueryInvestmentsQuery = {
|
|
|
26855
26959
|
id: string;
|
|
26856
26960
|
name: string;
|
|
26857
26961
|
} | null;
|
|
26962
|
+
location?: {
|
|
26963
|
+
__typename?: 'Point';
|
|
26964
|
+
latitude?: number | null;
|
|
26965
|
+
longitude?: number | null;
|
|
26966
|
+
} | null;
|
|
26967
|
+
h3?: {
|
|
26968
|
+
__typename?: 'H3';
|
|
26969
|
+
h3r0?: string | null;
|
|
26970
|
+
h3r1?: string | null;
|
|
26971
|
+
h3r2?: string | null;
|
|
26972
|
+
h3r3?: string | null;
|
|
26973
|
+
h3r4?: string | null;
|
|
26974
|
+
h3r5?: string | null;
|
|
26975
|
+
h3r6?: string | null;
|
|
26976
|
+
h3r7?: string | null;
|
|
26977
|
+
h3r8?: string | null;
|
|
26978
|
+
h3r9?: string | null;
|
|
26979
|
+
h3r10?: string | null;
|
|
26980
|
+
h3r11?: string | null;
|
|
26981
|
+
h3r12?: string | null;
|
|
26982
|
+
h3r13?: string | null;
|
|
26983
|
+
h3r14?: string | null;
|
|
26984
|
+
h3r15?: string | null;
|
|
26985
|
+
} | null;
|
|
26858
26986
|
} | null> | null;
|
|
26859
26987
|
} | null;
|
|
26860
26988
|
};
|
|
@@ -26945,6 +27073,12 @@ export type GetInvestmentFundQuery = {
|
|
|
26945
27073
|
description?: string | null;
|
|
26946
27074
|
identifier?: string | null;
|
|
26947
27075
|
thing?: string | null;
|
|
27076
|
+
amount?: any | null;
|
|
27077
|
+
amountCurrency?: string | null;
|
|
27078
|
+
fundType?: string | null;
|
|
27079
|
+
vintage?: number | null;
|
|
27080
|
+
targetSize?: any | null;
|
|
27081
|
+
targetSizeCurrency?: string | null;
|
|
26948
27082
|
owner: {
|
|
26949
27083
|
__typename?: 'Owner';
|
|
26950
27084
|
id: string;
|
|
@@ -26965,6 +27099,50 @@ export type GetInvestmentFundQuery = {
|
|
|
26965
27099
|
id: string;
|
|
26966
27100
|
name: string;
|
|
26967
27101
|
} | null;
|
|
27102
|
+
location?: {
|
|
27103
|
+
__typename?: 'Point';
|
|
27104
|
+
latitude?: number | null;
|
|
27105
|
+
longitude?: number | null;
|
|
27106
|
+
} | null;
|
|
27107
|
+
h3?: {
|
|
27108
|
+
__typename?: 'H3';
|
|
27109
|
+
h3r0?: string | null;
|
|
27110
|
+
h3r1?: string | null;
|
|
27111
|
+
h3r2?: string | null;
|
|
27112
|
+
h3r3?: string | null;
|
|
27113
|
+
h3r4?: string | null;
|
|
27114
|
+
h3r5?: string | null;
|
|
27115
|
+
h3r6?: string | null;
|
|
27116
|
+
h3r7?: string | null;
|
|
27117
|
+
h3r8?: string | null;
|
|
27118
|
+
h3r9?: string | null;
|
|
27119
|
+
h3r10?: string | null;
|
|
27120
|
+
h3r11?: string | null;
|
|
27121
|
+
h3r12?: string | null;
|
|
27122
|
+
h3r13?: string | null;
|
|
27123
|
+
h3r14?: string | null;
|
|
27124
|
+
h3r15?: string | null;
|
|
27125
|
+
} | null;
|
|
27126
|
+
organizations?: Array<{
|
|
27127
|
+
__typename?: 'Organization';
|
|
27128
|
+
id: string;
|
|
27129
|
+
name: string;
|
|
27130
|
+
} | null> | null;
|
|
27131
|
+
investments?: Array<{
|
|
27132
|
+
__typename?: 'Investment';
|
|
27133
|
+
id: string;
|
|
27134
|
+
name: string;
|
|
27135
|
+
} | null> | null;
|
|
27136
|
+
parentFund?: {
|
|
27137
|
+
__typename?: 'InvestmentFund';
|
|
27138
|
+
id: string;
|
|
27139
|
+
name: string;
|
|
27140
|
+
} | null;
|
|
27141
|
+
childFunds?: Array<{
|
|
27142
|
+
__typename?: 'InvestmentFund';
|
|
27143
|
+
id: string;
|
|
27144
|
+
name: string;
|
|
27145
|
+
} | null> | null;
|
|
26968
27146
|
} | null;
|
|
26969
27147
|
};
|
|
26970
27148
|
export type QueryInvestmentFundsQueryVariables = Exact<{
|
|
@@ -26988,6 +27166,8 @@ export type QueryInvestmentFundsQuery = {
|
|
|
26988
27166
|
description?: string | null;
|
|
26989
27167
|
identifier?: string | null;
|
|
26990
27168
|
thing?: string | null;
|
|
27169
|
+
amount?: any | null;
|
|
27170
|
+
amountCurrency?: string | null;
|
|
26991
27171
|
owner: {
|
|
26992
27172
|
__typename?: 'Owner';
|
|
26993
27173
|
id: string;
|
|
@@ -27008,6 +27188,30 @@ export type QueryInvestmentFundsQuery = {
|
|
|
27008
27188
|
id: string;
|
|
27009
27189
|
name: string;
|
|
27010
27190
|
} | null;
|
|
27191
|
+
location?: {
|
|
27192
|
+
__typename?: 'Point';
|
|
27193
|
+
latitude?: number | null;
|
|
27194
|
+
longitude?: number | null;
|
|
27195
|
+
} | null;
|
|
27196
|
+
h3?: {
|
|
27197
|
+
__typename?: 'H3';
|
|
27198
|
+
h3r0?: string | null;
|
|
27199
|
+
h3r1?: string | null;
|
|
27200
|
+
h3r2?: string | null;
|
|
27201
|
+
h3r3?: string | null;
|
|
27202
|
+
h3r4?: string | null;
|
|
27203
|
+
h3r5?: string | null;
|
|
27204
|
+
h3r6?: string | null;
|
|
27205
|
+
h3r7?: string | null;
|
|
27206
|
+
h3r8?: string | null;
|
|
27207
|
+
h3r9?: string | null;
|
|
27208
|
+
h3r10?: string | null;
|
|
27209
|
+
h3r11?: string | null;
|
|
27210
|
+
h3r12?: string | null;
|
|
27211
|
+
h3r13?: string | null;
|
|
27212
|
+
h3r14?: string | null;
|
|
27213
|
+
h3r15?: string | null;
|
|
27214
|
+
} | null;
|
|
27011
27215
|
} | null> | null;
|
|
27012
27216
|
} | null;
|
|
27013
27217
|
};
|
|
@@ -27240,6 +27444,30 @@ export type GetMedicalConditionQuery = {
|
|
|
27240
27444
|
id: string;
|
|
27241
27445
|
name: string;
|
|
27242
27446
|
} | null;
|
|
27447
|
+
location?: {
|
|
27448
|
+
__typename?: 'Point';
|
|
27449
|
+
latitude?: number | null;
|
|
27450
|
+
longitude?: number | null;
|
|
27451
|
+
} | null;
|
|
27452
|
+
h3?: {
|
|
27453
|
+
__typename?: 'H3';
|
|
27454
|
+
h3r0?: string | null;
|
|
27455
|
+
h3r1?: string | null;
|
|
27456
|
+
h3r2?: string | null;
|
|
27457
|
+
h3r3?: string | null;
|
|
27458
|
+
h3r4?: string | null;
|
|
27459
|
+
h3r5?: string | null;
|
|
27460
|
+
h3r6?: string | null;
|
|
27461
|
+
h3r7?: string | null;
|
|
27462
|
+
h3r8?: string | null;
|
|
27463
|
+
h3r9?: string | null;
|
|
27464
|
+
h3r10?: string | null;
|
|
27465
|
+
h3r11?: string | null;
|
|
27466
|
+
h3r12?: string | null;
|
|
27467
|
+
h3r13?: string | null;
|
|
27468
|
+
h3r14?: string | null;
|
|
27469
|
+
h3r15?: string | null;
|
|
27470
|
+
} | null;
|
|
27243
27471
|
} | null;
|
|
27244
27472
|
};
|
|
27245
27473
|
export type QueryMedicalConditionsQueryVariables = Exact<{
|
|
@@ -27283,6 +27511,30 @@ export type QueryMedicalConditionsQuery = {
|
|
|
27283
27511
|
id: string;
|
|
27284
27512
|
name: string;
|
|
27285
27513
|
} | null;
|
|
27514
|
+
location?: {
|
|
27515
|
+
__typename?: 'Point';
|
|
27516
|
+
latitude?: number | null;
|
|
27517
|
+
longitude?: number | null;
|
|
27518
|
+
} | null;
|
|
27519
|
+
h3?: {
|
|
27520
|
+
__typename?: 'H3';
|
|
27521
|
+
h3r0?: string | null;
|
|
27522
|
+
h3r1?: string | null;
|
|
27523
|
+
h3r2?: string | null;
|
|
27524
|
+
h3r3?: string | null;
|
|
27525
|
+
h3r4?: string | null;
|
|
27526
|
+
h3r5?: string | null;
|
|
27527
|
+
h3r6?: string | null;
|
|
27528
|
+
h3r7?: string | null;
|
|
27529
|
+
h3r8?: string | null;
|
|
27530
|
+
h3r9?: string | null;
|
|
27531
|
+
h3r10?: string | null;
|
|
27532
|
+
h3r11?: string | null;
|
|
27533
|
+
h3r12?: string | null;
|
|
27534
|
+
h3r13?: string | null;
|
|
27535
|
+
h3r14?: string | null;
|
|
27536
|
+
h3r15?: string | null;
|
|
27537
|
+
} | null;
|
|
27286
27538
|
} | null> | null;
|
|
27287
27539
|
} | null;
|
|
27288
27540
|
};
|
|
@@ -27393,6 +27645,30 @@ export type GetMedicalContraindicationQuery = {
|
|
|
27393
27645
|
id: string;
|
|
27394
27646
|
name: string;
|
|
27395
27647
|
} | null;
|
|
27648
|
+
location?: {
|
|
27649
|
+
__typename?: 'Point';
|
|
27650
|
+
latitude?: number | null;
|
|
27651
|
+
longitude?: number | null;
|
|
27652
|
+
} | null;
|
|
27653
|
+
h3?: {
|
|
27654
|
+
__typename?: 'H3';
|
|
27655
|
+
h3r0?: string | null;
|
|
27656
|
+
h3r1?: string | null;
|
|
27657
|
+
h3r2?: string | null;
|
|
27658
|
+
h3r3?: string | null;
|
|
27659
|
+
h3r4?: string | null;
|
|
27660
|
+
h3r5?: string | null;
|
|
27661
|
+
h3r6?: string | null;
|
|
27662
|
+
h3r7?: string | null;
|
|
27663
|
+
h3r8?: string | null;
|
|
27664
|
+
h3r9?: string | null;
|
|
27665
|
+
h3r10?: string | null;
|
|
27666
|
+
h3r11?: string | null;
|
|
27667
|
+
h3r12?: string | null;
|
|
27668
|
+
h3r13?: string | null;
|
|
27669
|
+
h3r14?: string | null;
|
|
27670
|
+
h3r15?: string | null;
|
|
27671
|
+
} | null;
|
|
27396
27672
|
} | null;
|
|
27397
27673
|
};
|
|
27398
27674
|
export type QueryMedicalContraindicationsQueryVariables = Exact<{
|
|
@@ -27436,19 +27712,43 @@ export type QueryMedicalContraindicationsQuery = {
|
|
|
27436
27712
|
id: string;
|
|
27437
27713
|
name: string;
|
|
27438
27714
|
} | null;
|
|
27439
|
-
|
|
27440
|
-
|
|
27441
|
-
|
|
27442
|
-
|
|
27443
|
-
|
|
27444
|
-
|
|
27445
|
-
|
|
27446
|
-
|
|
27447
|
-
|
|
27448
|
-
|
|
27449
|
-
|
|
27450
|
-
|
|
27451
|
-
|
|
27715
|
+
location?: {
|
|
27716
|
+
__typename?: 'Point';
|
|
27717
|
+
latitude?: number | null;
|
|
27718
|
+
longitude?: number | null;
|
|
27719
|
+
} | null;
|
|
27720
|
+
h3?: {
|
|
27721
|
+
__typename?: 'H3';
|
|
27722
|
+
h3r0?: string | null;
|
|
27723
|
+
h3r1?: string | null;
|
|
27724
|
+
h3r2?: string | null;
|
|
27725
|
+
h3r3?: string | null;
|
|
27726
|
+
h3r4?: string | null;
|
|
27727
|
+
h3r5?: string | null;
|
|
27728
|
+
h3r6?: string | null;
|
|
27729
|
+
h3r7?: string | null;
|
|
27730
|
+
h3r8?: string | null;
|
|
27731
|
+
h3r9?: string | null;
|
|
27732
|
+
h3r10?: string | null;
|
|
27733
|
+
h3r11?: string | null;
|
|
27734
|
+
h3r12?: string | null;
|
|
27735
|
+
h3r13?: string | null;
|
|
27736
|
+
h3r14?: string | null;
|
|
27737
|
+
h3r15?: string | null;
|
|
27738
|
+
} | null;
|
|
27739
|
+
} | null> | null;
|
|
27740
|
+
} | null;
|
|
27741
|
+
};
|
|
27742
|
+
export type UpdateMedicalContraindicationMutationVariables = Exact<{
|
|
27743
|
+
medicalContraindication: MedicalContraindicationUpdateInput;
|
|
27744
|
+
}>;
|
|
27745
|
+
export type UpdateMedicalContraindicationMutation = {
|
|
27746
|
+
__typename?: 'Mutation';
|
|
27747
|
+
updateMedicalContraindication?: {
|
|
27748
|
+
__typename?: 'MedicalContraindication';
|
|
27749
|
+
id: string;
|
|
27750
|
+
name: string;
|
|
27751
|
+
} | null;
|
|
27452
27752
|
};
|
|
27453
27753
|
export type CountMedicalDevicesQueryVariables = Exact<{
|
|
27454
27754
|
filter?: InputMaybe<MedicalDeviceFilter>;
|
|
@@ -27546,6 +27846,30 @@ export type GetMedicalDeviceQuery = {
|
|
|
27546
27846
|
id: string;
|
|
27547
27847
|
name: string;
|
|
27548
27848
|
} | null;
|
|
27849
|
+
location?: {
|
|
27850
|
+
__typename?: 'Point';
|
|
27851
|
+
latitude?: number | null;
|
|
27852
|
+
longitude?: number | null;
|
|
27853
|
+
} | null;
|
|
27854
|
+
h3?: {
|
|
27855
|
+
__typename?: 'H3';
|
|
27856
|
+
h3r0?: string | null;
|
|
27857
|
+
h3r1?: string | null;
|
|
27858
|
+
h3r2?: string | null;
|
|
27859
|
+
h3r3?: string | null;
|
|
27860
|
+
h3r4?: string | null;
|
|
27861
|
+
h3r5?: string | null;
|
|
27862
|
+
h3r6?: string | null;
|
|
27863
|
+
h3r7?: string | null;
|
|
27864
|
+
h3r8?: string | null;
|
|
27865
|
+
h3r9?: string | null;
|
|
27866
|
+
h3r10?: string | null;
|
|
27867
|
+
h3r11?: string | null;
|
|
27868
|
+
h3r12?: string | null;
|
|
27869
|
+
h3r13?: string | null;
|
|
27870
|
+
h3r14?: string | null;
|
|
27871
|
+
h3r15?: string | null;
|
|
27872
|
+
} | null;
|
|
27549
27873
|
} | null;
|
|
27550
27874
|
};
|
|
27551
27875
|
export type QueryMedicalDevicesQueryVariables = Exact<{
|
|
@@ -27589,6 +27913,30 @@ export type QueryMedicalDevicesQuery = {
|
|
|
27589
27913
|
id: string;
|
|
27590
27914
|
name: string;
|
|
27591
27915
|
} | null;
|
|
27916
|
+
location?: {
|
|
27917
|
+
__typename?: 'Point';
|
|
27918
|
+
latitude?: number | null;
|
|
27919
|
+
longitude?: number | null;
|
|
27920
|
+
} | null;
|
|
27921
|
+
h3?: {
|
|
27922
|
+
__typename?: 'H3';
|
|
27923
|
+
h3r0?: string | null;
|
|
27924
|
+
h3r1?: string | null;
|
|
27925
|
+
h3r2?: string | null;
|
|
27926
|
+
h3r3?: string | null;
|
|
27927
|
+
h3r4?: string | null;
|
|
27928
|
+
h3r5?: string | null;
|
|
27929
|
+
h3r6?: string | null;
|
|
27930
|
+
h3r7?: string | null;
|
|
27931
|
+
h3r8?: string | null;
|
|
27932
|
+
h3r9?: string | null;
|
|
27933
|
+
h3r10?: string | null;
|
|
27934
|
+
h3r11?: string | null;
|
|
27935
|
+
h3r12?: string | null;
|
|
27936
|
+
h3r13?: string | null;
|
|
27937
|
+
h3r14?: string | null;
|
|
27938
|
+
h3r15?: string | null;
|
|
27939
|
+
} | null;
|
|
27592
27940
|
} | null> | null;
|
|
27593
27941
|
} | null;
|
|
27594
27942
|
};
|
|
@@ -27699,6 +28047,30 @@ export type GetMedicalDrugQuery = {
|
|
|
27699
28047
|
id: string;
|
|
27700
28048
|
name: string;
|
|
27701
28049
|
} | null;
|
|
28050
|
+
location?: {
|
|
28051
|
+
__typename?: 'Point';
|
|
28052
|
+
latitude?: number | null;
|
|
28053
|
+
longitude?: number | null;
|
|
28054
|
+
} | null;
|
|
28055
|
+
h3?: {
|
|
28056
|
+
__typename?: 'H3';
|
|
28057
|
+
h3r0?: string | null;
|
|
28058
|
+
h3r1?: string | null;
|
|
28059
|
+
h3r2?: string | null;
|
|
28060
|
+
h3r3?: string | null;
|
|
28061
|
+
h3r4?: string | null;
|
|
28062
|
+
h3r5?: string | null;
|
|
28063
|
+
h3r6?: string | null;
|
|
28064
|
+
h3r7?: string | null;
|
|
28065
|
+
h3r8?: string | null;
|
|
28066
|
+
h3r9?: string | null;
|
|
28067
|
+
h3r10?: string | null;
|
|
28068
|
+
h3r11?: string | null;
|
|
28069
|
+
h3r12?: string | null;
|
|
28070
|
+
h3r13?: string | null;
|
|
28071
|
+
h3r14?: string | null;
|
|
28072
|
+
h3r15?: string | null;
|
|
28073
|
+
} | null;
|
|
27702
28074
|
} | null;
|
|
27703
28075
|
};
|
|
27704
28076
|
export type QueryMedicalDrugsQueryVariables = Exact<{
|
|
@@ -27742,6 +28114,30 @@ export type QueryMedicalDrugsQuery = {
|
|
|
27742
28114
|
id: string;
|
|
27743
28115
|
name: string;
|
|
27744
28116
|
} | null;
|
|
28117
|
+
location?: {
|
|
28118
|
+
__typename?: 'Point';
|
|
28119
|
+
latitude?: number | null;
|
|
28120
|
+
longitude?: number | null;
|
|
28121
|
+
} | null;
|
|
28122
|
+
h3?: {
|
|
28123
|
+
__typename?: 'H3';
|
|
28124
|
+
h3r0?: string | null;
|
|
28125
|
+
h3r1?: string | null;
|
|
28126
|
+
h3r2?: string | null;
|
|
28127
|
+
h3r3?: string | null;
|
|
28128
|
+
h3r4?: string | null;
|
|
28129
|
+
h3r5?: string | null;
|
|
28130
|
+
h3r6?: string | null;
|
|
28131
|
+
h3r7?: string | null;
|
|
28132
|
+
h3r8?: string | null;
|
|
28133
|
+
h3r9?: string | null;
|
|
28134
|
+
h3r10?: string | null;
|
|
28135
|
+
h3r11?: string | null;
|
|
28136
|
+
h3r12?: string | null;
|
|
28137
|
+
h3r13?: string | null;
|
|
28138
|
+
h3r14?: string | null;
|
|
28139
|
+
h3r15?: string | null;
|
|
28140
|
+
} | null;
|
|
27745
28141
|
} | null> | null;
|
|
27746
28142
|
} | null;
|
|
27747
28143
|
};
|
|
@@ -27852,6 +28248,30 @@ export type GetMedicalDrugClassQuery = {
|
|
|
27852
28248
|
id: string;
|
|
27853
28249
|
name: string;
|
|
27854
28250
|
} | null;
|
|
28251
|
+
location?: {
|
|
28252
|
+
__typename?: 'Point';
|
|
28253
|
+
latitude?: number | null;
|
|
28254
|
+
longitude?: number | null;
|
|
28255
|
+
} | null;
|
|
28256
|
+
h3?: {
|
|
28257
|
+
__typename?: 'H3';
|
|
28258
|
+
h3r0?: string | null;
|
|
28259
|
+
h3r1?: string | null;
|
|
28260
|
+
h3r2?: string | null;
|
|
28261
|
+
h3r3?: string | null;
|
|
28262
|
+
h3r4?: string | null;
|
|
28263
|
+
h3r5?: string | null;
|
|
28264
|
+
h3r6?: string | null;
|
|
28265
|
+
h3r7?: string | null;
|
|
28266
|
+
h3r8?: string | null;
|
|
28267
|
+
h3r9?: string | null;
|
|
28268
|
+
h3r10?: string | null;
|
|
28269
|
+
h3r11?: string | null;
|
|
28270
|
+
h3r12?: string | null;
|
|
28271
|
+
h3r13?: string | null;
|
|
28272
|
+
h3r14?: string | null;
|
|
28273
|
+
h3r15?: string | null;
|
|
28274
|
+
} | null;
|
|
27855
28275
|
} | null;
|
|
27856
28276
|
};
|
|
27857
28277
|
export type QueryMedicalDrugClassesQueryVariables = Exact<{
|
|
@@ -27895,6 +28315,30 @@ export type QueryMedicalDrugClassesQuery = {
|
|
|
27895
28315
|
id: string;
|
|
27896
28316
|
name: string;
|
|
27897
28317
|
} | null;
|
|
28318
|
+
location?: {
|
|
28319
|
+
__typename?: 'Point';
|
|
28320
|
+
latitude?: number | null;
|
|
28321
|
+
longitude?: number | null;
|
|
28322
|
+
} | null;
|
|
28323
|
+
h3?: {
|
|
28324
|
+
__typename?: 'H3';
|
|
28325
|
+
h3r0?: string | null;
|
|
28326
|
+
h3r1?: string | null;
|
|
28327
|
+
h3r2?: string | null;
|
|
28328
|
+
h3r3?: string | null;
|
|
28329
|
+
h3r4?: string | null;
|
|
28330
|
+
h3r5?: string | null;
|
|
28331
|
+
h3r6?: string | null;
|
|
28332
|
+
h3r7?: string | null;
|
|
28333
|
+
h3r8?: string | null;
|
|
28334
|
+
h3r9?: string | null;
|
|
28335
|
+
h3r10?: string | null;
|
|
28336
|
+
h3r11?: string | null;
|
|
28337
|
+
h3r12?: string | null;
|
|
28338
|
+
h3r13?: string | null;
|
|
28339
|
+
h3r14?: string | null;
|
|
28340
|
+
h3r15?: string | null;
|
|
28341
|
+
} | null;
|
|
27898
28342
|
} | null> | null;
|
|
27899
28343
|
} | null;
|
|
27900
28344
|
};
|
|
@@ -28005,6 +28449,30 @@ export type GetMedicalGuidelineQuery = {
|
|
|
28005
28449
|
id: string;
|
|
28006
28450
|
name: string;
|
|
28007
28451
|
} | null;
|
|
28452
|
+
location?: {
|
|
28453
|
+
__typename?: 'Point';
|
|
28454
|
+
latitude?: number | null;
|
|
28455
|
+
longitude?: number | null;
|
|
28456
|
+
} | null;
|
|
28457
|
+
h3?: {
|
|
28458
|
+
__typename?: 'H3';
|
|
28459
|
+
h3r0?: string | null;
|
|
28460
|
+
h3r1?: string | null;
|
|
28461
|
+
h3r2?: string | null;
|
|
28462
|
+
h3r3?: string | null;
|
|
28463
|
+
h3r4?: string | null;
|
|
28464
|
+
h3r5?: string | null;
|
|
28465
|
+
h3r6?: string | null;
|
|
28466
|
+
h3r7?: string | null;
|
|
28467
|
+
h3r8?: string | null;
|
|
28468
|
+
h3r9?: string | null;
|
|
28469
|
+
h3r10?: string | null;
|
|
28470
|
+
h3r11?: string | null;
|
|
28471
|
+
h3r12?: string | null;
|
|
28472
|
+
h3r13?: string | null;
|
|
28473
|
+
h3r14?: string | null;
|
|
28474
|
+
h3r15?: string | null;
|
|
28475
|
+
} | null;
|
|
28008
28476
|
} | null;
|
|
28009
28477
|
};
|
|
28010
28478
|
export type QueryMedicalGuidelinesQueryVariables = Exact<{
|
|
@@ -28048,6 +28516,30 @@ export type QueryMedicalGuidelinesQuery = {
|
|
|
28048
28516
|
id: string;
|
|
28049
28517
|
name: string;
|
|
28050
28518
|
} | null;
|
|
28519
|
+
location?: {
|
|
28520
|
+
__typename?: 'Point';
|
|
28521
|
+
latitude?: number | null;
|
|
28522
|
+
longitude?: number | null;
|
|
28523
|
+
} | null;
|
|
28524
|
+
h3?: {
|
|
28525
|
+
__typename?: 'H3';
|
|
28526
|
+
h3r0?: string | null;
|
|
28527
|
+
h3r1?: string | null;
|
|
28528
|
+
h3r2?: string | null;
|
|
28529
|
+
h3r3?: string | null;
|
|
28530
|
+
h3r4?: string | null;
|
|
28531
|
+
h3r5?: string | null;
|
|
28532
|
+
h3r6?: string | null;
|
|
28533
|
+
h3r7?: string | null;
|
|
28534
|
+
h3r8?: string | null;
|
|
28535
|
+
h3r9?: string | null;
|
|
28536
|
+
h3r10?: string | null;
|
|
28537
|
+
h3r11?: string | null;
|
|
28538
|
+
h3r12?: string | null;
|
|
28539
|
+
h3r13?: string | null;
|
|
28540
|
+
h3r14?: string | null;
|
|
28541
|
+
h3r15?: string | null;
|
|
28542
|
+
} | null;
|
|
28051
28543
|
} | null> | null;
|
|
28052
28544
|
} | null;
|
|
28053
28545
|
};
|
|
@@ -28158,6 +28650,30 @@ export type GetMedicalIndicationQuery = {
|
|
|
28158
28650
|
id: string;
|
|
28159
28651
|
name: string;
|
|
28160
28652
|
} | null;
|
|
28653
|
+
location?: {
|
|
28654
|
+
__typename?: 'Point';
|
|
28655
|
+
latitude?: number | null;
|
|
28656
|
+
longitude?: number | null;
|
|
28657
|
+
} | null;
|
|
28658
|
+
h3?: {
|
|
28659
|
+
__typename?: 'H3';
|
|
28660
|
+
h3r0?: string | null;
|
|
28661
|
+
h3r1?: string | null;
|
|
28662
|
+
h3r2?: string | null;
|
|
28663
|
+
h3r3?: string | null;
|
|
28664
|
+
h3r4?: string | null;
|
|
28665
|
+
h3r5?: string | null;
|
|
28666
|
+
h3r6?: string | null;
|
|
28667
|
+
h3r7?: string | null;
|
|
28668
|
+
h3r8?: string | null;
|
|
28669
|
+
h3r9?: string | null;
|
|
28670
|
+
h3r10?: string | null;
|
|
28671
|
+
h3r11?: string | null;
|
|
28672
|
+
h3r12?: string | null;
|
|
28673
|
+
h3r13?: string | null;
|
|
28674
|
+
h3r14?: string | null;
|
|
28675
|
+
h3r15?: string | null;
|
|
28676
|
+
} | null;
|
|
28161
28677
|
} | null;
|
|
28162
28678
|
};
|
|
28163
28679
|
export type QueryMedicalIndicationsQueryVariables = Exact<{
|
|
@@ -28201,9 +28717,33 @@ export type QueryMedicalIndicationsQuery = {
|
|
|
28201
28717
|
id: string;
|
|
28202
28718
|
name: string;
|
|
28203
28719
|
} | null;
|
|
28204
|
-
|
|
28205
|
-
|
|
28206
|
-
|
|
28720
|
+
location?: {
|
|
28721
|
+
__typename?: 'Point';
|
|
28722
|
+
latitude?: number | null;
|
|
28723
|
+
longitude?: number | null;
|
|
28724
|
+
} | null;
|
|
28725
|
+
h3?: {
|
|
28726
|
+
__typename?: 'H3';
|
|
28727
|
+
h3r0?: string | null;
|
|
28728
|
+
h3r1?: string | null;
|
|
28729
|
+
h3r2?: string | null;
|
|
28730
|
+
h3r3?: string | null;
|
|
28731
|
+
h3r4?: string | null;
|
|
28732
|
+
h3r5?: string | null;
|
|
28733
|
+
h3r6?: string | null;
|
|
28734
|
+
h3r7?: string | null;
|
|
28735
|
+
h3r8?: string | null;
|
|
28736
|
+
h3r9?: string | null;
|
|
28737
|
+
h3r10?: string | null;
|
|
28738
|
+
h3r11?: string | null;
|
|
28739
|
+
h3r12?: string | null;
|
|
28740
|
+
h3r13?: string | null;
|
|
28741
|
+
h3r14?: string | null;
|
|
28742
|
+
h3r15?: string | null;
|
|
28743
|
+
} | null;
|
|
28744
|
+
} | null> | null;
|
|
28745
|
+
} | null;
|
|
28746
|
+
};
|
|
28207
28747
|
export type UpdateMedicalIndicationMutationVariables = Exact<{
|
|
28208
28748
|
medicalIndication: MedicalIndicationUpdateInput;
|
|
28209
28749
|
}>;
|
|
@@ -28311,6 +28851,30 @@ export type GetMedicalProcedureQuery = {
|
|
|
28311
28851
|
id: string;
|
|
28312
28852
|
name: string;
|
|
28313
28853
|
} | null;
|
|
28854
|
+
location?: {
|
|
28855
|
+
__typename?: 'Point';
|
|
28856
|
+
latitude?: number | null;
|
|
28857
|
+
longitude?: number | null;
|
|
28858
|
+
} | null;
|
|
28859
|
+
h3?: {
|
|
28860
|
+
__typename?: 'H3';
|
|
28861
|
+
h3r0?: string | null;
|
|
28862
|
+
h3r1?: string | null;
|
|
28863
|
+
h3r2?: string | null;
|
|
28864
|
+
h3r3?: string | null;
|
|
28865
|
+
h3r4?: string | null;
|
|
28866
|
+
h3r5?: string | null;
|
|
28867
|
+
h3r6?: string | null;
|
|
28868
|
+
h3r7?: string | null;
|
|
28869
|
+
h3r8?: string | null;
|
|
28870
|
+
h3r9?: string | null;
|
|
28871
|
+
h3r10?: string | null;
|
|
28872
|
+
h3r11?: string | null;
|
|
28873
|
+
h3r12?: string | null;
|
|
28874
|
+
h3r13?: string | null;
|
|
28875
|
+
h3r14?: string | null;
|
|
28876
|
+
h3r15?: string | null;
|
|
28877
|
+
} | null;
|
|
28314
28878
|
} | null;
|
|
28315
28879
|
};
|
|
28316
28880
|
export type QueryMedicalProceduresQueryVariables = Exact<{
|
|
@@ -28354,6 +28918,30 @@ export type QueryMedicalProceduresQuery = {
|
|
|
28354
28918
|
id: string;
|
|
28355
28919
|
name: string;
|
|
28356
28920
|
} | null;
|
|
28921
|
+
location?: {
|
|
28922
|
+
__typename?: 'Point';
|
|
28923
|
+
latitude?: number | null;
|
|
28924
|
+
longitude?: number | null;
|
|
28925
|
+
} | null;
|
|
28926
|
+
h3?: {
|
|
28927
|
+
__typename?: 'H3';
|
|
28928
|
+
h3r0?: string | null;
|
|
28929
|
+
h3r1?: string | null;
|
|
28930
|
+
h3r2?: string | null;
|
|
28931
|
+
h3r3?: string | null;
|
|
28932
|
+
h3r4?: string | null;
|
|
28933
|
+
h3r5?: string | null;
|
|
28934
|
+
h3r6?: string | null;
|
|
28935
|
+
h3r7?: string | null;
|
|
28936
|
+
h3r8?: string | null;
|
|
28937
|
+
h3r9?: string | null;
|
|
28938
|
+
h3r10?: string | null;
|
|
28939
|
+
h3r11?: string | null;
|
|
28940
|
+
h3r12?: string | null;
|
|
28941
|
+
h3r13?: string | null;
|
|
28942
|
+
h3r14?: string | null;
|
|
28943
|
+
h3r15?: string | null;
|
|
28944
|
+
} | null;
|
|
28357
28945
|
} | null> | null;
|
|
28358
28946
|
} | null;
|
|
28359
28947
|
};
|
|
@@ -28464,6 +29052,30 @@ export type GetMedicalStudyQuery = {
|
|
|
28464
29052
|
id: string;
|
|
28465
29053
|
name: string;
|
|
28466
29054
|
} | null;
|
|
29055
|
+
location?: {
|
|
29056
|
+
__typename?: 'Point';
|
|
29057
|
+
latitude?: number | null;
|
|
29058
|
+
longitude?: number | null;
|
|
29059
|
+
} | null;
|
|
29060
|
+
h3?: {
|
|
29061
|
+
__typename?: 'H3';
|
|
29062
|
+
h3r0?: string | null;
|
|
29063
|
+
h3r1?: string | null;
|
|
29064
|
+
h3r2?: string | null;
|
|
29065
|
+
h3r3?: string | null;
|
|
29066
|
+
h3r4?: string | null;
|
|
29067
|
+
h3r5?: string | null;
|
|
29068
|
+
h3r6?: string | null;
|
|
29069
|
+
h3r7?: string | null;
|
|
29070
|
+
h3r8?: string | null;
|
|
29071
|
+
h3r9?: string | null;
|
|
29072
|
+
h3r10?: string | null;
|
|
29073
|
+
h3r11?: string | null;
|
|
29074
|
+
h3r12?: string | null;
|
|
29075
|
+
h3r13?: string | null;
|
|
29076
|
+
h3r14?: string | null;
|
|
29077
|
+
h3r15?: string | null;
|
|
29078
|
+
} | null;
|
|
28467
29079
|
address?: {
|
|
28468
29080
|
__typename?: 'Address';
|
|
28469
29081
|
streetAddress?: string | null;
|
|
@@ -28515,6 +29127,30 @@ export type QueryMedicalStudiesQuery = {
|
|
|
28515
29127
|
id: string;
|
|
28516
29128
|
name: string;
|
|
28517
29129
|
} | null;
|
|
29130
|
+
location?: {
|
|
29131
|
+
__typename?: 'Point';
|
|
29132
|
+
latitude?: number | null;
|
|
29133
|
+
longitude?: number | null;
|
|
29134
|
+
} | null;
|
|
29135
|
+
h3?: {
|
|
29136
|
+
__typename?: 'H3';
|
|
29137
|
+
h3r0?: string | null;
|
|
29138
|
+
h3r1?: string | null;
|
|
29139
|
+
h3r2?: string | null;
|
|
29140
|
+
h3r3?: string | null;
|
|
29141
|
+
h3r4?: string | null;
|
|
29142
|
+
h3r5?: string | null;
|
|
29143
|
+
h3r6?: string | null;
|
|
29144
|
+
h3r7?: string | null;
|
|
29145
|
+
h3r8?: string | null;
|
|
29146
|
+
h3r9?: string | null;
|
|
29147
|
+
h3r10?: string | null;
|
|
29148
|
+
h3r11?: string | null;
|
|
29149
|
+
h3r12?: string | null;
|
|
29150
|
+
h3r13?: string | null;
|
|
29151
|
+
h3r14?: string | null;
|
|
29152
|
+
h3r15?: string | null;
|
|
29153
|
+
} | null;
|
|
28518
29154
|
address?: {
|
|
28519
29155
|
__typename?: 'Address';
|
|
28520
29156
|
streetAddress?: string | null;
|
|
@@ -28633,6 +29269,30 @@ export type GetMedicalTestQuery = {
|
|
|
28633
29269
|
id: string;
|
|
28634
29270
|
name: string;
|
|
28635
29271
|
} | null;
|
|
29272
|
+
location?: {
|
|
29273
|
+
__typename?: 'Point';
|
|
29274
|
+
latitude?: number | null;
|
|
29275
|
+
longitude?: number | null;
|
|
29276
|
+
} | null;
|
|
29277
|
+
h3?: {
|
|
29278
|
+
__typename?: 'H3';
|
|
29279
|
+
h3r0?: string | null;
|
|
29280
|
+
h3r1?: string | null;
|
|
29281
|
+
h3r2?: string | null;
|
|
29282
|
+
h3r3?: string | null;
|
|
29283
|
+
h3r4?: string | null;
|
|
29284
|
+
h3r5?: string | null;
|
|
29285
|
+
h3r6?: string | null;
|
|
29286
|
+
h3r7?: string | null;
|
|
29287
|
+
h3r8?: string | null;
|
|
29288
|
+
h3r9?: string | null;
|
|
29289
|
+
h3r10?: string | null;
|
|
29290
|
+
h3r11?: string | null;
|
|
29291
|
+
h3r12?: string | null;
|
|
29292
|
+
h3r13?: string | null;
|
|
29293
|
+
h3r14?: string | null;
|
|
29294
|
+
h3r15?: string | null;
|
|
29295
|
+
} | null;
|
|
28636
29296
|
} | null;
|
|
28637
29297
|
};
|
|
28638
29298
|
export type QueryMedicalTestsQueryVariables = Exact<{
|
|
@@ -28676,6 +29336,30 @@ export type QueryMedicalTestsQuery = {
|
|
|
28676
29336
|
id: string;
|
|
28677
29337
|
name: string;
|
|
28678
29338
|
} | null;
|
|
29339
|
+
location?: {
|
|
29340
|
+
__typename?: 'Point';
|
|
29341
|
+
latitude?: number | null;
|
|
29342
|
+
longitude?: number | null;
|
|
29343
|
+
} | null;
|
|
29344
|
+
h3?: {
|
|
29345
|
+
__typename?: 'H3';
|
|
29346
|
+
h3r0?: string | null;
|
|
29347
|
+
h3r1?: string | null;
|
|
29348
|
+
h3r2?: string | null;
|
|
29349
|
+
h3r3?: string | null;
|
|
29350
|
+
h3r4?: string | null;
|
|
29351
|
+
h3r5?: string | null;
|
|
29352
|
+
h3r6?: string | null;
|
|
29353
|
+
h3r7?: string | null;
|
|
29354
|
+
h3r8?: string | null;
|
|
29355
|
+
h3r9?: string | null;
|
|
29356
|
+
h3r10?: string | null;
|
|
29357
|
+
h3r11?: string | null;
|
|
29358
|
+
h3r12?: string | null;
|
|
29359
|
+
h3r13?: string | null;
|
|
29360
|
+
h3r14?: string | null;
|
|
29361
|
+
h3r15?: string | null;
|
|
29362
|
+
} | null;
|
|
28679
29363
|
} | null> | null;
|
|
28680
29364
|
} | null;
|
|
28681
29365
|
};
|
|
@@ -28786,6 +29470,30 @@ export type GetMedicalTherapyQuery = {
|
|
|
28786
29470
|
id: string;
|
|
28787
29471
|
name: string;
|
|
28788
29472
|
} | null;
|
|
29473
|
+
location?: {
|
|
29474
|
+
__typename?: 'Point';
|
|
29475
|
+
latitude?: number | null;
|
|
29476
|
+
longitude?: number | null;
|
|
29477
|
+
} | null;
|
|
29478
|
+
h3?: {
|
|
29479
|
+
__typename?: 'H3';
|
|
29480
|
+
h3r0?: string | null;
|
|
29481
|
+
h3r1?: string | null;
|
|
29482
|
+
h3r2?: string | null;
|
|
29483
|
+
h3r3?: string | null;
|
|
29484
|
+
h3r4?: string | null;
|
|
29485
|
+
h3r5?: string | null;
|
|
29486
|
+
h3r6?: string | null;
|
|
29487
|
+
h3r7?: string | null;
|
|
29488
|
+
h3r8?: string | null;
|
|
29489
|
+
h3r9?: string | null;
|
|
29490
|
+
h3r10?: string | null;
|
|
29491
|
+
h3r11?: string | null;
|
|
29492
|
+
h3r12?: string | null;
|
|
29493
|
+
h3r13?: string | null;
|
|
29494
|
+
h3r14?: string | null;
|
|
29495
|
+
h3r15?: string | null;
|
|
29496
|
+
} | null;
|
|
28789
29497
|
} | null;
|
|
28790
29498
|
};
|
|
28791
29499
|
export type QueryMedicalTherapiesQueryVariables = Exact<{
|
|
@@ -28829,6 +29537,30 @@ export type QueryMedicalTherapiesQuery = {
|
|
|
28829
29537
|
id: string;
|
|
28830
29538
|
name: string;
|
|
28831
29539
|
} | null;
|
|
29540
|
+
location?: {
|
|
29541
|
+
__typename?: 'Point';
|
|
29542
|
+
latitude?: number | null;
|
|
29543
|
+
longitude?: number | null;
|
|
29544
|
+
} | null;
|
|
29545
|
+
h3?: {
|
|
29546
|
+
__typename?: 'H3';
|
|
29547
|
+
h3r0?: string | null;
|
|
29548
|
+
h3r1?: string | null;
|
|
29549
|
+
h3r2?: string | null;
|
|
29550
|
+
h3r3?: string | null;
|
|
29551
|
+
h3r4?: string | null;
|
|
29552
|
+
h3r5?: string | null;
|
|
29553
|
+
h3r6?: string | null;
|
|
29554
|
+
h3r7?: string | null;
|
|
29555
|
+
h3r8?: string | null;
|
|
29556
|
+
h3r9?: string | null;
|
|
29557
|
+
h3r10?: string | null;
|
|
29558
|
+
h3r11?: string | null;
|
|
29559
|
+
h3r12?: string | null;
|
|
29560
|
+
h3r13?: string | null;
|
|
29561
|
+
h3r14?: string | null;
|
|
29562
|
+
h3r15?: string | null;
|
|
29563
|
+
} | null;
|
|
28832
29564
|
} | null> | null;
|
|
28833
29565
|
} | null;
|
|
28834
29566
|
};
|
|
@@ -29005,15 +29737,84 @@ export type GetOrganizationQuery = {
|
|
|
29005
29737
|
__typename?: 'Workflow';
|
|
29006
29738
|
id: string;
|
|
29007
29739
|
name: string;
|
|
29008
|
-
} | null;
|
|
29009
|
-
|
|
29010
|
-
__typename?: '
|
|
29011
|
-
|
|
29012
|
-
|
|
29013
|
-
|
|
29014
|
-
|
|
29015
|
-
|
|
29016
|
-
|
|
29740
|
+
} | null;
|
|
29741
|
+
location?: {
|
|
29742
|
+
__typename?: 'Point';
|
|
29743
|
+
latitude?: number | null;
|
|
29744
|
+
longitude?: number | null;
|
|
29745
|
+
} | null;
|
|
29746
|
+
h3?: {
|
|
29747
|
+
__typename?: 'H3';
|
|
29748
|
+
h3r0?: string | null;
|
|
29749
|
+
h3r1?: string | null;
|
|
29750
|
+
h3r2?: string | null;
|
|
29751
|
+
h3r3?: string | null;
|
|
29752
|
+
h3r4?: string | null;
|
|
29753
|
+
h3r5?: string | null;
|
|
29754
|
+
h3r6?: string | null;
|
|
29755
|
+
h3r7?: string | null;
|
|
29756
|
+
h3r8?: string | null;
|
|
29757
|
+
h3r9?: string | null;
|
|
29758
|
+
h3r10?: string | null;
|
|
29759
|
+
h3r11?: string | null;
|
|
29760
|
+
h3r12?: string | null;
|
|
29761
|
+
h3r13?: string | null;
|
|
29762
|
+
h3r14?: string | null;
|
|
29763
|
+
h3r15?: string | null;
|
|
29764
|
+
} | null;
|
|
29765
|
+
address?: {
|
|
29766
|
+
__typename?: 'Address';
|
|
29767
|
+
streetAddress?: string | null;
|
|
29768
|
+
city?: string | null;
|
|
29769
|
+
region?: string | null;
|
|
29770
|
+
country?: string | null;
|
|
29771
|
+
postalCode?: string | null;
|
|
29772
|
+
} | null;
|
|
29773
|
+
founders?: Array<{
|
|
29774
|
+
__typename?: 'Person';
|
|
29775
|
+
id: string;
|
|
29776
|
+
name: string;
|
|
29777
|
+
} | null> | null;
|
|
29778
|
+
employees?: Array<{
|
|
29779
|
+
__typename?: 'Person';
|
|
29780
|
+
id: string;
|
|
29781
|
+
name: string;
|
|
29782
|
+
} | null> | null;
|
|
29783
|
+
members?: Array<{
|
|
29784
|
+
__typename?: 'Person';
|
|
29785
|
+
id: string;
|
|
29786
|
+
name: string;
|
|
29787
|
+
} | null> | null;
|
|
29788
|
+
parentOrganization?: {
|
|
29789
|
+
__typename?: 'Organization';
|
|
29790
|
+
id: string;
|
|
29791
|
+
name: string;
|
|
29792
|
+
} | null;
|
|
29793
|
+
memberOf?: Array<{
|
|
29794
|
+
__typename?: 'Organization';
|
|
29795
|
+
id: string;
|
|
29796
|
+
name: string;
|
|
29797
|
+
} | null> | null;
|
|
29798
|
+
subOrganizations?: Array<{
|
|
29799
|
+
__typename?: 'Organization';
|
|
29800
|
+
id: string;
|
|
29801
|
+
name: string;
|
|
29802
|
+
} | null> | null;
|
|
29803
|
+
locations?: Array<{
|
|
29804
|
+
__typename?: 'Place';
|
|
29805
|
+
id: string;
|
|
29806
|
+
name: string;
|
|
29807
|
+
} | null> | null;
|
|
29808
|
+
investmentsReceived?: Array<{
|
|
29809
|
+
__typename?: 'Investment';
|
|
29810
|
+
id: string;
|
|
29811
|
+
name: string;
|
|
29812
|
+
} | null> | null;
|
|
29813
|
+
investorFunds?: Array<{
|
|
29814
|
+
__typename?: 'InvestmentFund';
|
|
29815
|
+
id: string;
|
|
29816
|
+
name: string;
|
|
29817
|
+
} | null> | null;
|
|
29017
29818
|
} | null;
|
|
29018
29819
|
};
|
|
29019
29820
|
export type QueryOrganizationsQueryVariables = Exact<{
|
|
@@ -29066,6 +29867,30 @@ export type QueryOrganizationsQuery = {
|
|
|
29066
29867
|
id: string;
|
|
29067
29868
|
name: string;
|
|
29068
29869
|
} | null;
|
|
29870
|
+
location?: {
|
|
29871
|
+
__typename?: 'Point';
|
|
29872
|
+
latitude?: number | null;
|
|
29873
|
+
longitude?: number | null;
|
|
29874
|
+
} | null;
|
|
29875
|
+
h3?: {
|
|
29876
|
+
__typename?: 'H3';
|
|
29877
|
+
h3r0?: string | null;
|
|
29878
|
+
h3r1?: string | null;
|
|
29879
|
+
h3r2?: string | null;
|
|
29880
|
+
h3r3?: string | null;
|
|
29881
|
+
h3r4?: string | null;
|
|
29882
|
+
h3r5?: string | null;
|
|
29883
|
+
h3r6?: string | null;
|
|
29884
|
+
h3r7?: string | null;
|
|
29885
|
+
h3r8?: string | null;
|
|
29886
|
+
h3r9?: string | null;
|
|
29887
|
+
h3r10?: string | null;
|
|
29888
|
+
h3r11?: string | null;
|
|
29889
|
+
h3r12?: string | null;
|
|
29890
|
+
h3r13?: string | null;
|
|
29891
|
+
h3r14?: string | null;
|
|
29892
|
+
h3r15?: string | null;
|
|
29893
|
+
} | null;
|
|
29069
29894
|
address?: {
|
|
29070
29895
|
__typename?: 'Address';
|
|
29071
29896
|
streetAddress?: string | null;
|
|
@@ -29205,6 +30030,30 @@ export type GetPersonQuery = {
|
|
|
29205
30030
|
id: string;
|
|
29206
30031
|
name: string;
|
|
29207
30032
|
} | null;
|
|
30033
|
+
location?: {
|
|
30034
|
+
__typename?: 'Point';
|
|
30035
|
+
latitude?: number | null;
|
|
30036
|
+
longitude?: number | null;
|
|
30037
|
+
} | null;
|
|
30038
|
+
h3?: {
|
|
30039
|
+
__typename?: 'H3';
|
|
30040
|
+
h3r0?: string | null;
|
|
30041
|
+
h3r1?: string | null;
|
|
30042
|
+
h3r2?: string | null;
|
|
30043
|
+
h3r3?: string | null;
|
|
30044
|
+
h3r4?: string | null;
|
|
30045
|
+
h3r5?: string | null;
|
|
30046
|
+
h3r6?: string | null;
|
|
30047
|
+
h3r7?: string | null;
|
|
30048
|
+
h3r8?: string | null;
|
|
30049
|
+
h3r9?: string | null;
|
|
30050
|
+
h3r10?: string | null;
|
|
30051
|
+
h3r11?: string | null;
|
|
30052
|
+
h3r12?: string | null;
|
|
30053
|
+
h3r13?: string | null;
|
|
30054
|
+
h3r14?: string | null;
|
|
30055
|
+
h3r15?: string | null;
|
|
30056
|
+
} | null;
|
|
29208
30057
|
address?: {
|
|
29209
30058
|
__typename?: 'Address';
|
|
29210
30059
|
streetAddress?: string | null;
|
|
@@ -29213,6 +30062,46 @@ export type GetPersonQuery = {
|
|
|
29213
30062
|
country?: string | null;
|
|
29214
30063
|
postalCode?: string | null;
|
|
29215
30064
|
} | null;
|
|
30065
|
+
worksFor?: Array<{
|
|
30066
|
+
__typename?: 'Organization';
|
|
30067
|
+
id: string;
|
|
30068
|
+
name: string;
|
|
30069
|
+
} | null> | null;
|
|
30070
|
+
affiliation?: Array<{
|
|
30071
|
+
__typename?: 'Organization';
|
|
30072
|
+
id: string;
|
|
30073
|
+
name: string;
|
|
30074
|
+
} | null> | null;
|
|
30075
|
+
memberOf?: Array<{
|
|
30076
|
+
__typename?: 'Organization';
|
|
30077
|
+
id: string;
|
|
30078
|
+
name: string;
|
|
30079
|
+
} | null> | null;
|
|
30080
|
+
alumniOf?: Array<{
|
|
30081
|
+
__typename?: 'Organization';
|
|
30082
|
+
id: string;
|
|
30083
|
+
name: string;
|
|
30084
|
+
} | null> | null;
|
|
30085
|
+
birthPlace?: {
|
|
30086
|
+
__typename?: 'Place';
|
|
30087
|
+
id: string;
|
|
30088
|
+
name: string;
|
|
30089
|
+
} | null;
|
|
30090
|
+
deathPlace?: {
|
|
30091
|
+
__typename?: 'Place';
|
|
30092
|
+
id: string;
|
|
30093
|
+
name: string;
|
|
30094
|
+
} | null;
|
|
30095
|
+
homeLocation?: Array<{
|
|
30096
|
+
__typename?: 'Place';
|
|
30097
|
+
id: string;
|
|
30098
|
+
name: string;
|
|
30099
|
+
} | null> | null;
|
|
30100
|
+
workLocation?: Array<{
|
|
30101
|
+
__typename?: 'Place';
|
|
30102
|
+
id: string;
|
|
30103
|
+
name: string;
|
|
30104
|
+
} | null> | null;
|
|
29216
30105
|
} | null;
|
|
29217
30106
|
};
|
|
29218
30107
|
export type QueryPersonsQueryVariables = Exact<{
|
|
@@ -29264,6 +30153,30 @@ export type QueryPersonsQuery = {
|
|
|
29264
30153
|
id: string;
|
|
29265
30154
|
name: string;
|
|
29266
30155
|
} | null;
|
|
30156
|
+
location?: {
|
|
30157
|
+
__typename?: 'Point';
|
|
30158
|
+
latitude?: number | null;
|
|
30159
|
+
longitude?: number | null;
|
|
30160
|
+
} | null;
|
|
30161
|
+
h3?: {
|
|
30162
|
+
__typename?: 'H3';
|
|
30163
|
+
h3r0?: string | null;
|
|
30164
|
+
h3r1?: string | null;
|
|
30165
|
+
h3r2?: string | null;
|
|
30166
|
+
h3r3?: string | null;
|
|
30167
|
+
h3r4?: string | null;
|
|
30168
|
+
h3r5?: string | null;
|
|
30169
|
+
h3r6?: string | null;
|
|
30170
|
+
h3r7?: string | null;
|
|
30171
|
+
h3r8?: string | null;
|
|
30172
|
+
h3r9?: string | null;
|
|
30173
|
+
h3r10?: string | null;
|
|
30174
|
+
h3r11?: string | null;
|
|
30175
|
+
h3r12?: string | null;
|
|
30176
|
+
h3r13?: string | null;
|
|
30177
|
+
h3r14?: string | null;
|
|
30178
|
+
h3r15?: string | null;
|
|
30179
|
+
} | null;
|
|
29267
30180
|
address?: {
|
|
29268
30181
|
__typename?: 'Address';
|
|
29269
30182
|
streetAddress?: string | null;
|
|
@@ -29398,6 +30311,30 @@ export type GetPlaceQuery = {
|
|
|
29398
30311
|
id: string;
|
|
29399
30312
|
name: string;
|
|
29400
30313
|
} | null;
|
|
30314
|
+
location?: {
|
|
30315
|
+
__typename?: 'Point';
|
|
30316
|
+
latitude?: number | null;
|
|
30317
|
+
longitude?: number | null;
|
|
30318
|
+
} | null;
|
|
30319
|
+
h3?: {
|
|
30320
|
+
__typename?: 'H3';
|
|
30321
|
+
h3r0?: string | null;
|
|
30322
|
+
h3r1?: string | null;
|
|
30323
|
+
h3r2?: string | null;
|
|
30324
|
+
h3r3?: string | null;
|
|
30325
|
+
h3r4?: string | null;
|
|
30326
|
+
h3r5?: string | null;
|
|
30327
|
+
h3r6?: string | null;
|
|
30328
|
+
h3r7?: string | null;
|
|
30329
|
+
h3r8?: string | null;
|
|
30330
|
+
h3r9?: string | null;
|
|
30331
|
+
h3r10?: string | null;
|
|
30332
|
+
h3r11?: string | null;
|
|
30333
|
+
h3r12?: string | null;
|
|
30334
|
+
h3r13?: string | null;
|
|
30335
|
+
h3r14?: string | null;
|
|
30336
|
+
h3r15?: string | null;
|
|
30337
|
+
} | null;
|
|
29401
30338
|
address?: {
|
|
29402
30339
|
__typename?: 'Address';
|
|
29403
30340
|
streetAddress?: string | null;
|
|
@@ -29452,6 +30389,30 @@ export type QueryPlacesQuery = {
|
|
|
29452
30389
|
id: string;
|
|
29453
30390
|
name: string;
|
|
29454
30391
|
} | null;
|
|
30392
|
+
location?: {
|
|
30393
|
+
__typename?: 'Point';
|
|
30394
|
+
latitude?: number | null;
|
|
30395
|
+
longitude?: number | null;
|
|
30396
|
+
} | null;
|
|
30397
|
+
h3?: {
|
|
30398
|
+
__typename?: 'H3';
|
|
30399
|
+
h3r0?: string | null;
|
|
30400
|
+
h3r1?: string | null;
|
|
30401
|
+
h3r2?: string | null;
|
|
30402
|
+
h3r3?: string | null;
|
|
30403
|
+
h3r4?: string | null;
|
|
30404
|
+
h3r5?: string | null;
|
|
30405
|
+
h3r6?: string | null;
|
|
30406
|
+
h3r7?: string | null;
|
|
30407
|
+
h3r8?: string | null;
|
|
30408
|
+
h3r9?: string | null;
|
|
30409
|
+
h3r10?: string | null;
|
|
30410
|
+
h3r11?: string | null;
|
|
30411
|
+
h3r12?: string | null;
|
|
30412
|
+
h3r13?: string | null;
|
|
30413
|
+
h3r14?: string | null;
|
|
30414
|
+
h3r15?: string | null;
|
|
30415
|
+
} | null;
|
|
29455
30416
|
address?: {
|
|
29456
30417
|
__typename?: 'Address';
|
|
29457
30418
|
streetAddress?: string | null;
|
|
@@ -29592,6 +30553,30 @@ export type GetProductQuery = {
|
|
|
29592
30553
|
id: string;
|
|
29593
30554
|
name: string;
|
|
29594
30555
|
} | null;
|
|
30556
|
+
location?: {
|
|
30557
|
+
__typename?: 'Point';
|
|
30558
|
+
latitude?: number | null;
|
|
30559
|
+
longitude?: number | null;
|
|
30560
|
+
} | null;
|
|
30561
|
+
h3?: {
|
|
30562
|
+
__typename?: 'H3';
|
|
30563
|
+
h3r0?: string | null;
|
|
30564
|
+
h3r1?: string | null;
|
|
30565
|
+
h3r2?: string | null;
|
|
30566
|
+
h3r3?: string | null;
|
|
30567
|
+
h3r4?: string | null;
|
|
30568
|
+
h3r5?: string | null;
|
|
30569
|
+
h3r6?: string | null;
|
|
30570
|
+
h3r7?: string | null;
|
|
30571
|
+
h3r8?: string | null;
|
|
30572
|
+
h3r9?: string | null;
|
|
30573
|
+
h3r10?: string | null;
|
|
30574
|
+
h3r11?: string | null;
|
|
30575
|
+
h3r12?: string | null;
|
|
30576
|
+
h3r13?: string | null;
|
|
30577
|
+
h3r14?: string | null;
|
|
30578
|
+
h3r15?: string | null;
|
|
30579
|
+
} | null;
|
|
29595
30580
|
address?: {
|
|
29596
30581
|
__typename?: 'Address';
|
|
29597
30582
|
streetAddress?: string | null;
|
|
@@ -29652,6 +30637,30 @@ export type QueryProductsQuery = {
|
|
|
29652
30637
|
id: string;
|
|
29653
30638
|
name: string;
|
|
29654
30639
|
} | null;
|
|
30640
|
+
location?: {
|
|
30641
|
+
__typename?: 'Point';
|
|
30642
|
+
latitude?: number | null;
|
|
30643
|
+
longitude?: number | null;
|
|
30644
|
+
} | null;
|
|
30645
|
+
h3?: {
|
|
30646
|
+
__typename?: 'H3';
|
|
30647
|
+
h3r0?: string | null;
|
|
30648
|
+
h3r1?: string | null;
|
|
30649
|
+
h3r2?: string | null;
|
|
30650
|
+
h3r3?: string | null;
|
|
30651
|
+
h3r4?: string | null;
|
|
30652
|
+
h3r5?: string | null;
|
|
30653
|
+
h3r6?: string | null;
|
|
30654
|
+
h3r7?: string | null;
|
|
30655
|
+
h3r8?: string | null;
|
|
30656
|
+
h3r9?: string | null;
|
|
30657
|
+
h3r10?: string | null;
|
|
30658
|
+
h3r11?: string | null;
|
|
30659
|
+
h3r12?: string | null;
|
|
30660
|
+
h3r13?: string | null;
|
|
30661
|
+
h3r14?: string | null;
|
|
30662
|
+
h3r15?: string | null;
|
|
30663
|
+
} | null;
|
|
29655
30664
|
address?: {
|
|
29656
30665
|
__typename?: 'Address';
|
|
29657
30666
|
streetAddress?: string | null;
|
|
@@ -29967,20 +30976,11 @@ export type GetRepoQuery = {
|
|
|
29967
30976
|
__typename?: 'Query';
|
|
29968
30977
|
repo?: {
|
|
29969
30978
|
__typename?: 'Repo';
|
|
29970
|
-
id: string;
|
|
29971
|
-
name: string;
|
|
29972
|
-
creationDate: any;
|
|
29973
|
-
modifiedDate?: any | null;
|
|
29974
|
-
state: EntityState;
|
|
29975
30979
|
alternateNames?: Array<string | null> | null;
|
|
29976
30980
|
uri?: any | null;
|
|
29977
30981
|
description?: string | null;
|
|
29978
30982
|
identifier?: string | null;
|
|
29979
30983
|
thing?: string | null;
|
|
29980
|
-
owner: {
|
|
29981
|
-
__typename?: 'Owner';
|
|
29982
|
-
id: string;
|
|
29983
|
-
};
|
|
29984
30984
|
feeds?: Array<{
|
|
29985
30985
|
__typename?: 'Feed';
|
|
29986
30986
|
id: string;
|
|
@@ -30009,21 +31009,11 @@ export type QueryReposQuery = {
|
|
|
30009
31009
|
__typename?: 'RepoResults';
|
|
30010
31010
|
results?: Array<{
|
|
30011
31011
|
__typename?: 'Repo';
|
|
30012
|
-
id: string;
|
|
30013
|
-
name: string;
|
|
30014
|
-
creationDate: any;
|
|
30015
|
-
modifiedDate?: any | null;
|
|
30016
|
-
relevance?: number | null;
|
|
30017
|
-
state: EntityState;
|
|
30018
31012
|
alternateNames?: Array<string | null> | null;
|
|
30019
31013
|
uri?: any | null;
|
|
30020
31014
|
description?: string | null;
|
|
30021
31015
|
identifier?: string | null;
|
|
30022
31016
|
thing?: string | null;
|
|
30023
|
-
owner: {
|
|
30024
|
-
__typename?: 'Owner';
|
|
30025
|
-
id: string;
|
|
30026
|
-
};
|
|
30027
31017
|
feeds?: Array<{
|
|
30028
31018
|
__typename?: 'Feed';
|
|
30029
31019
|
id: string;
|
|
@@ -30152,22 +31142,13 @@ export type GetSoftwareQuery = {
|
|
|
30152
31142
|
__typename?: 'Query';
|
|
30153
31143
|
software?: {
|
|
30154
31144
|
__typename?: 'Software';
|
|
30155
|
-
|
|
30156
|
-
|
|
30157
|
-
creationDate: any;
|
|
30158
|
-
modifiedDate?: any | null;
|
|
30159
|
-
state: EntityState;
|
|
31145
|
+
releaseDate?: any | null;
|
|
31146
|
+
developer?: string | null;
|
|
30160
31147
|
alternateNames?: Array<string | null> | null;
|
|
30161
31148
|
uri?: any | null;
|
|
30162
31149
|
description?: string | null;
|
|
30163
31150
|
identifier?: string | null;
|
|
30164
31151
|
thing?: string | null;
|
|
30165
|
-
releaseDate?: any | null;
|
|
30166
|
-
developer?: string | null;
|
|
30167
|
-
owner: {
|
|
30168
|
-
__typename?: 'Owner';
|
|
30169
|
-
id: string;
|
|
30170
|
-
};
|
|
30171
31152
|
feeds?: Array<{
|
|
30172
31153
|
__typename?: 'Feed';
|
|
30173
31154
|
id: string;
|
|
@@ -30196,23 +31177,13 @@ export type QuerySoftwaresQuery = {
|
|
|
30196
31177
|
__typename?: 'SoftwareResults';
|
|
30197
31178
|
results?: Array<{
|
|
30198
31179
|
__typename?: 'Software';
|
|
30199
|
-
|
|
30200
|
-
|
|
30201
|
-
creationDate: any;
|
|
30202
|
-
modifiedDate?: any | null;
|
|
30203
|
-
relevance?: number | null;
|
|
30204
|
-
state: EntityState;
|
|
31180
|
+
releaseDate?: any | null;
|
|
31181
|
+
developer?: string | null;
|
|
30205
31182
|
alternateNames?: Array<string | null> | null;
|
|
30206
31183
|
uri?: any | null;
|
|
30207
31184
|
description?: string | null;
|
|
30208
31185
|
identifier?: string | null;
|
|
30209
31186
|
thing?: string | null;
|
|
30210
|
-
releaseDate?: any | null;
|
|
30211
|
-
developer?: string | null;
|
|
30212
|
-
owner: {
|
|
30213
|
-
__typename?: 'Owner';
|
|
30214
|
-
id: string;
|
|
30215
|
-
};
|
|
30216
31187
|
feeds?: Array<{
|
|
30217
31188
|
__typename?: 'Feed';
|
|
30218
31189
|
id: string;
|