lucasbento
06/23/2018, 9:52 AM{
"error": {
"message": "The provided query doesn't include any known model name. Please check for the latest subscriptions API."
}
}
does anyone know how to fix this? I got it with the same structure as in https://github.com/nikolasburk/subscriptions, only happens after I do prisma deploy
(locally), if I run a fresh instance (only with docker-compose up -d
) it stay subscribedlucasbento
06/23/2018, 10:33 AMnilan
06/23/2018, 12:38 PMlucasbento
06/24/2018, 8:29 AMlucasbento
06/25/2018, 6:16 AMnilan
06/25/2018, 8:14 AMsubscription {
chatMessage(where: {
mutation_in: [CREATED, UPDATED]
}) {
mutation
updatedFields
node {
id
text
}
}
}
lucasbento
06/25/2018, 9:07 AMwhere
condition, I can test it again today at nightlucasbento
06/25/2018, 4:46 PMlucasbento
06/25/2018, 4:47 PMprisma deploy
apparently works (at least keeps listening on playground) and throws error after running prisma deploy
lucasbento
06/25/2018, 4:47 PMnilan
06/25/2018, 4:49 PMlucasbento
06/25/2018, 4:51 PMlucasbento
06/25/2018, 5:58 PMlucasbento
06/25/2018, 5:59 PMprisma-binding
, I tried putting something else inside of subscription
resolver but I still have the same problem