Skip to content

Commit

Permalink
split Executor class into separate file
Browse files Browse the repository at this point in the history
note that the Parser class is contained in lowercase parser.ts
  • Loading branch information
yaacovCR committed Jun 17, 2021
1 parent 515b9f6 commit 0a0c2aa
Show file tree
Hide file tree
Showing 6 changed files with 742 additions and 710 deletions.
1 change: 1 addition & 0 deletions src/execution/__tests__/executor-test.ts
Expand Up @@ -18,6 +18,7 @@ import {
GraphQLUnionType,
} from '../../type/definition';

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

describe('Execute: Handles basic execution tasks', () => {
Expand Down

0 comments on commit 0a0c2aa

Please sign in to comment.