Tag: keystonejs
-
GraphQL mutation in KeystoneJS: “Cannot use ‘in’ operator to search for ‘id’ in undefined”
0 In a KeystoneJS GraphQL project I’m trying to create a new data object (an “Article”) in the ‘resolveInput’ hook of another, existing, data object (a “Proposal” — when a Proposal is approved, I create an Article based on that Proposals’data). This worked fine using the Mongoose adapter, but I’ve tried to do it using…