any other tips on how to find what that error is r...
# orm-help
n
any other tips on how to find what that error is referring to?
n
here is another instance of that error: https://github.com/graphql-cli/graphql-cli/issues/319
specific datamodels cause the generated SDL to be invalid: https://github.com/prismagraphql/prisma/issues/2623
n
hmm, okay thanks. i wish it would give the "location" like that first example.
i'll dig a bit
n
Have a look for "anomalies" in the generated schema, or at your datamodel.
n
looks like it maybe had something to do with an interface i was using in my schema. i found an empty input in the generated schema.
n
interesting, can you reproduce that error with a specific data model?
n
i'll have to try. give me a minute and i'll see if i can reproduce
👍 1
hmm, i changed it back to what i thought it was, and it isn't reproducing the error
i will say that i changed a TON of stuff before i deployed and started having the issues
so perhaps something got caught up or i did something wrong in the meantime
n
I see! I think this is a follow up issue from the one I mentioned above, so once we resolve that your case shouldn't occur either 🙂
n
agreed. thanks for your help! this stuff takes a while to learn 😉
n
🙂 looks like you're getting there though!