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.
1 parent 46f6c4f commit 6dd16a1Copy full SHA for 6dd16a1
src/resolvers/createMany.js
@@ -61,7 +61,7 @@ export default function createMany(
61
args: {
62
records: {
63
type: new graphql.GraphQLNonNull(
64
- graphql.GraphQLList(
+ new graphql.GraphQLList(
65
(recordHelperArgs(tc, {
66
recordTypeName: `CreateMany${tc.getTypeName()}Input`,
67
removeFields: ['id', '_id'],
0 commit comments