Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 7, 2025
1 parent 9f62a3f commit 810c9ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/federation/tests/defer-stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ import { inspect } from 'util';
import { buildSubgraphSchema } from '@apollo/subgraph';
import { normalizedExecutor } from '@graphql-tools/executor';
import { buildHTTPExecutor } from '@graphql-tools/executor-http';
import {
asArray,
ExecutionResult,
mergeDeep,
} from '@graphql-tools/utils';
import { asArray, ExecutionResult, mergeDeep } from '@graphql-tools/utils';
import { useDeferStream } from '@graphql-yoga/plugin-defer-stream';
import {
assertAsyncIterable,
Expand Down

0 comments on commit 810c9ea

Please sign in to comment.