Skip to content

Commit e1bf103

Browse files
author
Tim M
committed
2 parents ddcbe4b + 82d4c80 commit e1bf103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PostGraphileManyCreatePlugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ const PostGraphileManyCreatePlugin: T.Plugin = (
9898
debug(
9999
`There was no input type for table '${table.namespace.name}.${table.name}', so we're going to omit it from the create mutation.`
100100
);
101+
return;
101102
}
102103
const tableTypeName = inflection.tableType(table);
103104

0 commit comments

Comments
 (0)