File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ export function executeSync(args: ExecutionArgs): ExecutionResult {
204
204
* Given a completed execution context and data, build the `{ errors, data }`
205
205
* response defined by the "Response" section of the GraphQL specification.
206
206
*/
207
- function buildResponse (
207
+ export function buildResponse (
208
208
exeContext : ExecutionContext ,
209
209
data : PromiseOrValue < ObjMap < unknown > | null > ,
210
210
) : PromiseOrValue < ExecutionResult > {
@@ -318,7 +318,7 @@ export function buildExecutionContext(
318
318
/**
319
319
* Implements the "Executing operations" section of the spec.
320
320
*/
321
- function executeOperation (
321
+ export function executeOperation (
322
322
exeContext : ExecutionContext ,
323
323
operation : OperationDefinitionNode ,
324
324
rootValue : unknown ,
You can’t perform that action at this time.
0 commit comments