Graphcool subscriptions: new file uploads -




in graphcool, file upload mutation 1 can subscribe to?

if not: how realtime updates on newly uploaded files?


i adapted code the subscriptions-with-apollo-instagram example, not seem work:

subscription {     file (filter: { mutation_in: [created] }) {         node {             id             name             url             contenttype         }     } } 

from the docs:

currently, no server-side subscriptions triggered file type. 




wiki

Comments

Popular posts from this blog

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

firebase - How to wait value in Ionic 2 -

powershell - Invoke-WebRequest fails for a large file -