Skip to content
#

prisma

Here are 883 public repositories matching this topic...

prisma
jasonkuhrt
jasonkuhrt commented Feb 6, 2021

I am intentionally making this issue specific but I assume it could be expanded to include much more of the API.

Problem

I do not have the entire Prisma Client API perfectly (let alone roughly) committed to memory.

When I go to use it to query for many results the operations tell me nothing about what and why they will do. I only have types to work with.

I don't want to open my br

blitz
amplication
Martinsos
Martinsos commented May 31, 2021

As described here (#246):

src/auth/pages/createAuthRequiredPage.js

  • Remove the unused import for Link
  • Remove the unused variable definitions isFetching and status (or start using them)

src/auth/useAuth.js

  • Remove the unused variable definition setAuthToken (or start using it)

We should look into these templates and see if these are completely redundant or just in some sit

Improve this page

Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."

Learn more