Skip to content

Commit 6dd16a1

Browse files
berrymatnodkz
authored andcommitted
fix: createMany exception (#123)
1 parent 46f6c4f commit 6dd16a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolvers/createMany.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default function createMany(
6161
args: {
6262
records: {
6363
type: new graphql.GraphQLNonNull(
64-
graphql.GraphQLList(
64+
new graphql.GraphQLList(
6565
(recordHelperArgs(tc, {
6666
recordTypeName: `CreateMany${tc.getTypeName()}Input`,
6767
removeFields: ['id', '_id'],

0 commit comments

Comments
 (0)