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

dohomi picture dohomi  路  3Comments

thomaswright picture thomaswright  路  3Comments

jannone picture jannone  路  3Comments

Fi1osof picture Fi1osof  路  3Comments

AlessandroAnnini picture AlessandroAnnini  路  3Comments