We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
any
1 parent 909681c commit 5f8c07aCopy full SHA for 5f8c07a
src/connection/connection.js
@@ -99,7 +99,7 @@ export function connectionDefinitions(
99
resolve: resolveCursor,
100
description: 'A cursor for use in pagination',
101
},
102
- ...(resolveMaybeThunk(edgeFields): any),
+ ...resolveMaybeThunk(edgeFields),
103
}),
104
});
105
@@ -115,7 +115,7 @@ export function connectionDefinitions(
115
type: new GraphQLList(edgeType),
116
description: 'A list of edges.',
117
118
- ...(resolveMaybeThunk(connectionFields): any),
+ ...resolveMaybeThunk(connectionFields),
119
120
121
0 commit comments