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
Post a Comment