Skip to content

Commit

Permalink
Move executor implementation to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Oct 10, 2021
1 parent 40584f4 commit 9354623
Show file tree
Hide file tree
Showing 6 changed files with 1,112 additions and 1,110 deletions.
2 changes: 1 addition & 1 deletion src/execution/__tests__/nonnull-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { GraphQLNonNull, GraphQLObjectType } from '../../type/definition';

import { buildSchema } from '../../utilities/buildASTSchema';

import type { ExecutionResult } from '../execute';
import type { ExecutionResult } from '../executor';
import { execute, executeSync } from '../execute';

const syncError = new Error('sync');
Expand Down

0 comments on commit 9354623

Please sign in to comment.