I have a many to many join table that is producing an input
in my api.graphql
output that is empty, which then throws
input manyToManyJoinTable
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error: Input Object type ManyToManyJoinTable must define one or more fields.
This join table does relate to another table that is using a composite ID, I'm not sure if that is throwing it off?
Nevermind, I had an issue with old definitions that I forgot to change