File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { GraphQLSchema } from '../../type/schema.js';
18
18
19
19
import type { InitialIncrementalExecutionResult } from '../execute.js' ;
20
20
import { execute , experimentalExecuteIncrementally } from '../execute.js' ;
21
- import type { SubsequentIncrementalExecutionResult } from '../Publisher .js' ;
21
+ import type { SubsequentIncrementalExecutionResult } from '../IncrementalPublisher .js' ;
22
22
23
23
const friendType = new GraphQLObjectType ( {
24
24
fields : {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import { GraphQLSchema } from '../../type/schema.js';
19
19
20
20
import type { InitialIncrementalExecutionResult } from '../execute.js' ;
21
21
import { experimentalExecuteIncrementally } from '../execute.js' ;
22
- import type { SubsequentIncrementalExecutionResult } from '../Publisher .js' ;
22
+ import type { SubsequentIncrementalExecutionResult } from '../IncrementalPublisher .js' ;
23
23
24
24
const friendType = new GraphQLObjectType ( {
25
25
fields : {
Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ import {
52
52
collectFields ,
53
53
collectSubfields as _collectSubfields ,
54
54
} from './collectFields.js' ;
55
- import { mapAsyncIterable } from './mapAsyncIterable.js' ;
56
55
import type {
57
56
FormattedIncrementalResult ,
58
57
IncrementalDataRecord ,
59
58
IncrementalResult ,
60
59
StreamItemsRecord ,
61
60
SubsequentIncrementalExecutionResult ,
62
- } from './Publisher.js' ;
63
- import { Publisher } from './Publisher.js' ;
61
+ } from './IncrementalPublisher.js' ;
62
+ import { Publisher } from './IncrementalPublisher.js' ;
63
+ import { mapAsyncIterable } from './mapAsyncIterable.js' ;
64
64
import {
65
65
getArgumentValues ,
66
66
getDirectiveValues ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export type {
28
28
FormattedIncrementalDeferResult ,
29
29
FormattedIncrementalStreamResult ,
30
30
FormattedIncrementalResult ,
31
- } from './Publisher .js' ;
31
+ } from './IncrementalPublisher .js' ;
32
32
33
33
export {
34
34
getArgumentValues ,
You can’t perform that action at this time.
0 commit comments