Back to Prisma1

File Handling Gfc5

docs/1.20/maintain/graphcool-to-prisma/file-handling-gfc5.mdx

1.34.12455 B
Original Source

export const meta = { title: 'File Handling', position: 140 }

Overview

Prisma doesn't provide a dedicated API for file handling. This gives you more flexibility and allows to manage files in a way that's appropriate to your application.

To learn what a file handling API based on AWS S3 can look like, check out this example project.