Skip to content

Instantly share code, notes, and snippets.

@maticzav
Last active January 17, 2018 19:59
Show Gist options
  • Save maticzav/91aa918bf33711af0e56d00fbb855dd0 to your computer and use it in GitHub Desktop.
Save maticzav/91aa918bf33711af0e56d00fbb855dd0 to your computer and use it in GitHub Desktop.
// src/files.ts
const data = {
name,
size,
secret,
contentType,
url
}
// Creates a File and retrieves the id of created object. (` { id } `).
const { id } = await prisma.mutation.createFile({ data }, ` { id } `)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment