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 9, 2021
1 parent 1579dfe commit 0165c14
Show file tree
Hide file tree
Showing 6 changed files with 1,108 additions and 1,106 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
Loading

0 comments on commit 0165c14

Please sign in to comment.