@@ -450,7 +450,7 @@ public extension SubscriptionField {
450
450
convenience init < ResolveType> (
451
451
_ name: String ,
452
452
at function: @escaping SimpleAsyncResolve < SourceEventType , Context , Arguments , ResolveType > ,
453
- as: FieldType . Type ,
453
+ as _ : FieldType . Type ,
454
454
atSub subFunc: @escaping SimpleAsyncResolve <
455
455
ObjectType ,
456
456
Context ,
@@ -470,7 +470,7 @@ public extension SubscriptionField {
470
470
convenience init < ResolveType> (
471
471
_ name: String ,
472
472
at function: @escaping SimpleAsyncResolve < SourceEventType , Context , Arguments , ResolveType > ,
473
- as: FieldType . Type ,
473
+ as _ : FieldType . Type ,
474
474
atSub subFunc: @escaping SimpleAsyncResolve <
475
475
ObjectType ,
476
476
Context ,
@@ -568,7 +568,7 @@ public extension SubscriptionField {
568
568
convenience init < ResolveType> (
569
569
_ name: String ,
570
570
at function: @escaping SyncResolve < SourceEventType , Context , Arguments , ResolveType > ,
571
- as: FieldType . Type ,
571
+ as _ : FieldType . Type ,
572
572
atSub subFunc: @escaping SyncResolve <
573
573
ObjectType ,
574
574
Context ,
@@ -589,7 +589,7 @@ public extension SubscriptionField {
589
589
convenience init < ResolveType> (
590
590
_ name: String ,
591
591
at function: @escaping SyncResolve < SourceEventType , Context , Arguments , ResolveType > ,
592
- as: FieldType . Type ,
592
+ as _ : FieldType . Type ,
593
593
atSub subFunc: @escaping SyncResolve <
594
594
ObjectType ,
595
595
Context ,
@@ -780,7 +780,7 @@ public extension SubscriptionField {
780
780
Arguments ,
781
781
ResolveType
782
782
> ,
783
- as: FieldType . Type ,
783
+ as _ : FieldType . Type ,
784
784
atSub subFunc: @escaping ConcurrentResolve <
785
785
ObjectType ,
786
786
Context ,
@@ -806,7 +806,7 @@ public extension SubscriptionField {
806
806
Arguments ,
807
807
ResolveType
808
808
> ,
809
- as: FieldType . Type ,
809
+ as _ : FieldType . Type ,
810
810
atSub subFunc: @escaping ConcurrentResolve <
811
811
ObjectType ,
812
812
Context ,
0 commit comments