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

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -