@@ -372,9 +372,15 @@ export type NameRendererFragment$ref = typeof _NameRendererFragment$ref;
372
372
export type NameRendererFragment = {
373
373
readonly id : string ;
374
374
readonly nameRenderer : ({
375
- readonly __module_component?: any | null;
375
+ readonly __fragmentPropName?: string | null;
376
+ readonly __module_component?: string | null;
377
+ readonly " $fragmentRefs" : PlainUserNameRenderer_name$ref & MarkdownUserNameRenderer_name$ref ;
376
378
} & ({
377
- readonly __module_component: any | null ;
379
+ readonly __fragmentPropName?: string | null;
380
+ readonly __module_component: string | null ;
381
+ readonly " $fragmentRefs" : PlainUserNameRenderer_name$ref ;
382
+ } | {
383
+ readonly " $fragmentRefs" : MarkdownUserNameRenderer_name$ref ;
378
384
} | {
379
385
/* This will never be '% other', but we need some
380
386
value in case none of the concrete values match.*/
@@ -441,9 +447,15 @@ export type NameRendererQueryVariables = {
441
447
export type NameRendererQueryResponse = {
442
448
readonly me : {
443
449
readonly nameRenderer: ({
444
- readonly __module_component?: any | null;
450
+ readonly __fragmentPropName?: string | null;
451
+ readonly __module_component?: string | null;
452
+ readonly " $fragmentRefs" : PlainUserNameRenderer_name$ref & MarkdownUserNameRenderer_name$ref ;
445
453
} & ({
446
- readonly __module_component: any | null ;
454
+ readonly __fragmentPropName?: string | null;
455
+ readonly __module_component: string | null ;
456
+ readonly " $fragmentRefs" : PlainUserNameRenderer_name$ref ;
457
+ } | {
458
+ readonly " $fragmentRefs" : MarkdownUserNameRenderer_name$ref ;
447
459
} | {
448
460
/* This will never be '% other', but we need some
449
461
value in case none of the concrete values match.*/
@@ -1514,9 +1526,15 @@ export type NameRendererFragment$ref = any;
1514
1526
export type NameRendererFragment = {
1515
1527
readonly id : string ;
1516
1528
readonly nameRenderer : ({
1517
- readonly __module_component?: any | null;
1529
+ readonly __fragmentPropName?: string | null;
1530
+ readonly __module_component?: string | null;
1531
+ readonly " $fragmentRefs" : PlainUserNameRenderer_name$ref & MarkdownUserNameRenderer_name$ref ;
1518
1532
} & ({
1519
- readonly __module_component: any | null ;
1533
+ readonly __fragmentPropName?: string | null;
1534
+ readonly __module_component: string | null ;
1535
+ readonly " $fragmentRefs" : PlainUserNameRenderer_name$ref ;
1536
+ } | {
1537
+ readonly " $fragmentRefs" : MarkdownUserNameRenderer_name$ref ;
1520
1538
} | {
1521
1539
/* This will never be '% other', but we need some
1522
1540
value in case none of the concrete values match.*/
@@ -1581,9 +1599,15 @@ export type NameRendererQueryVariables = {
1581
1599
export type NameRendererQueryResponse = {
1582
1600
readonly me : {
1583
1601
readonly nameRenderer: ({
1584
- readonly __module_component?: any | null;
1602
+ readonly __fragmentPropName?: string | null;
1603
+ readonly __module_component?: string | null;
1604
+ readonly " $fragmentRefs" : PlainUserNameRenderer_name$ref & MarkdownUserNameRenderer_name$ref ;
1585
1605
} & ({
1586
- readonly __module_component: any | null ;
1606
+ readonly __fragmentPropName?: string | null;
1607
+ readonly __module_component: string | null ;
1608
+ readonly " $fragmentRefs" : PlainUserNameRenderer_name$ref ;
1609
+ } | {
1610
+ readonly " $fragmentRefs" : MarkdownUserNameRenderer_name$ref ;
1587
1611
} | {
1588
1612
/* This will never be '% other', but we need some
1589
1613
value in case none of the concrete values match.*/
0 commit comments