kjones
07/14/2017, 11:23 PMUser
type, clicked define function and went with the default generated subscription of mutation_in: [CREATED, UPDATED, DELETED]
and the function that just returns {data: event.data}
. If I use the Test Run button the function works as expected, but when I update my user data it still shows 0 invocations and an empty log. I saw in the docs that there's a limitation where subscriptions won't work for the File
type, is there any reason the other system type of User
wouldn't work either?the-simian
07/14/2017, 11:58 PMpatstrz
07/15/2017, 12:04 AMthe-simian
07/16/2017, 3:55 AMkjones
07/17/2017, 9:29 PM