Skip to content

Commit 82d4c80

Browse files
authored
Merge pull request #8 from msand/patch-1
Fix: Error: Expected undefined to be a GraphQL nullable type.
2 parents c96a607 + 22e8c91 commit 82d4c80

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)