Skip to content

Commit

Permalink
Fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 12, 2021
1 parent 6ac504f commit 5a8093d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/stitch/tests/errors.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { graphql, GraphQLError, buildSchema } from 'graphql';

import { Executor } from '@graphql-tools/delegate';
import { makeExecutableSchema } from '@graphql-tools/schema';
import { stitchSchemas } from '@graphql-tools/stitch';
import { assertSome, ExecutionResult } from '@graphql-tools/utils';
import { assertSome, ExecutionResult, Executor } from '@graphql-tools/utils';

describe('passes along errors for missing fields on list', () => {
test('if non-null', async () => {
Expand Down

0 comments on commit 5a8093d

Please sign in to comment.