File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ export function execute(
153
153
operationName,
154
154
fieldResolver,
155
155
) {
156
+ /* eslint-enable no-redeclare */
156
157
// Extract arguments from object args if provided.
157
158
return arguments . length === 1
158
159
? executeImpl (
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ export function graphql(
76
76
operationName ,
77
77
fieldResolver ,
78
78
) {
79
+ /* eslint-enable no-redeclare */
79
80
// Always return a Promise for a consistent API.
80
81
return new Promise ( resolve =>
81
82
resolve (
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ export function subscribe(
84
84
fieldResolver ,
85
85
subscribeFieldResolver ,
86
86
) {
87
+ /* eslint-enable no-redeclare */
87
88
// Extract arguments from object args if provided.
88
89
return arguments . length === 1
89
90
? subscribeImpl (
You can’t perform that action at this time.
0 commit comments