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 {
204204 * Given a completed execution context and data, build the `{ errors, data }`
205205 * response defined by the "Response" section of the GraphQL specification.
206206 */
207- function buildResponse (
207+ export function buildResponse (
208208 exeContext : ExecutionContext ,
209209 data : PromiseOrValue < ObjMap < unknown > | null > ,
210210) : PromiseOrValue < ExecutionResult > {
@@ -318,7 +318,7 @@ export function buildExecutionContext(
318318/**
319319 * Implements the "Executing operations" section of the spec.
320320 */
321- function executeOperation (
321+ export function executeOperation (
322322 exeContext : ExecutionContext ,
323323 operation : OperationDefinitionNode ,
324324 rootValue : unknown ,
You can’t perform that action at this time.
0 commit comments