【发布时间】:2018-02-16 05:29:56
【问题描述】:
在graphcool,文件上传是可以订阅的突变吗?
如果不是:我如何获得新上传文件的实时更新?
我改编了the subscriptions-with-apollo-instagram example的代码,但这似乎不起作用:
subscription {
File (filter: { mutation_in: [CREATED] }) {
node {
id
name
url
contentType
}
}
}
【问题讨论】:
标签: graphcool