Prisma1: Offer function and subscription triggers for file changes

Created on 16 Jun 2017  路  2Comments  路  Source: prisma/prisma1

Right now, no functions or subscriptions will be triggered when a file is created, updated or deleted.

Most helpful comment

A possible workaround is to create a relation between File and another model and create the other model whenever a new file is uploaded. Then the function or subscription on the other model can be used.

All 2 comments

A possible workaround is to create a relation between File and another model and create the other model whenever a new file is uploaded. Then the function or subscription on the other model can be used.

This issue has been moved to graphcool/graphcool-framework.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marktani picture marktani  路  3Comments

jannone picture jannone  路  3Comments

marktani picture marktani  路  3Comments

schickling picture schickling  路  3Comments

sedubois picture sedubois  路  3Comments