Join Slack
Powered by
Is there a File API or Image API with Prisma ?
# orm-help
r
rwatts3
07/05/2018, 11:34 PM
Is there a File API or Image API with Prisma ?
a
albinekb
07/06/2018, 7:55 AM
Yes. Its in the docs
r
rwatts3
07/09/2018, 10:27 PM
thank you if you could, would you provide me a link. I see it in the docs for Graphcool, but I wasn't able to find an example for Prisma, it could be me, thank you in advance
a
albinekb
07/10/2018, 11:38 AM
Maybe I mixed them up then..
n
nilan
07/14/2018, 11:20 AM
There is no File API, but an integration with File services like S3 is straight forward. Older example:
https://github.com/prismagraphql/prisma/tree/master/examples/archive/file-handling-s3
Open in Slack
Previous
Next