@@ -81,8 +81,8 @@ public func graphql(
81
81
instrumentation: Instrumentation = NoOpInstrumentation,
82
82
schema: GraphQLSchema ,
83
83
request: String ,
84
- rootValue: Any = Void ( ) ,
85
- context: Any = Void ( ) ,
84
+ rootValue: Any = ( ) ,
85
+ context: Any = ( ) ,
86
86
eventLoopGroup: EventLoopGroup ,
87
87
variableValues: [ String : Map ] = [ : ] ,
88
88
operationName: String ? = nil
@@ -135,8 +135,8 @@ public func graphql<Retrieval: PersistedQueryRetrieval>(
135
135
instrumentation: Instrumentation = NoOpInstrumentation,
136
136
queryRetrieval: Retrieval ,
137
137
queryId: Retrieval . Id ,
138
- rootValue: Any = Void ( ) ,
139
- context: Any = Void ( ) ,
138
+ rootValue: Any = ( ) ,
139
+ context: Any = ( ) ,
140
140
eventLoopGroup: EventLoopGroup ,
141
141
variableValues: [ String : Map ] = [ : ] ,
142
142
operationName: String ? = nil
@@ -198,8 +198,8 @@ public func graphqlSubscribe(
198
198
instrumentation: Instrumentation = NoOpInstrumentation,
199
199
schema: GraphQLSchema ,
200
200
request: String ,
201
- rootValue: Any = Void ( ) ,
202
- context: Any = Void ( ) ,
201
+ rootValue: Any = ( ) ,
202
+ context: Any = ( ) ,
203
203
eventLoopGroup: EventLoopGroup ,
204
204
variableValues: [ String : Map ] = [ : ] ,
205
205
operationName: String ? = nil
0 commit comments