#
prisma-client
Here are 68 public repositories matching this topic...
-
Updated
Jun 16, 2021 - TypeScript
Fullstack Boilerplate GraphQL. Made with React & Prisma + authentication & roles
react
nodejs
jwt
apollo
authentication
reactjs
apollo-client
permissions
expressjs
full-stack
fullstack
jwt-authentication
fullstack-javascript
prisma
graphql-database
fullstack-graphql
prisma-client
prisma-cli
server-graphql
prisma-authentication
-
Updated
Jun 12, 2021 - TypeScript
Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
bcrypt
passportjs
code-first
nestjs
prisma
passport-jwt
type-graphql
prisma-client
nestjs-graphql
prisma2
-
Updated
Jun 9, 2021 - TypeScript
Prisma tools to help you generate CRUD system for GraphQL servers
crud
typescript
apollo
sdl
graphql-server
graphql-schema
graphql-modules
prisma
prisma-client
prisma-framework
nexus-framework
prisma-admin
-
Updated
Jun 8, 2021 - TypeScript
Extend Prisma's `findMany` method to support Relay Cursor Connections
-
Updated
Jun 16, 2021 - TypeScript
A Go wrapper for prisma to turn databases into GraphQL APIs using Go.
graphql
rust
golang
rust-lang
golang-wrapper
rustlang
golang-library
golang-package
prisma
prisma-client
prisma-binding
prisma2
-
Updated
Jun 2, 2021 - Go
GraphQL to SQL service example
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Jun 16, 2021 - JavaScript
Futugram - A small web application that allows a user to upload photos and share them with the wider world.
react
graphql
apollo
styled-components
reactjs
nextjs
react-apollo
prisma
graphql-yoga
prisma-client
-
Updated
Dec 16, 2018 - JavaScript
A boilerplate NodeJS GraphQL server, built on GraphQL-Yoga and Prisma
-
Updated
May 12, 2021 - JavaScript
Demo App with GraphQL Server using Prisma.
graphql-client
graphql
apollo
apollo-client
postgresql
zeit
graphql-server
apollographql
apollo-server
zeithq
prisma
apollo-graphql
zeit-microservices
apollo-boost
zeit-now
prisma-client
zeit-lambdas
prisma-cli
apollo-server-micro
prisma-server
-
Updated
Apr 21, 2020 - JavaScript
-
Updated
May 11, 2021 - TypeScript
-
Updated
Jan 24, 2021 - TypeScript
How to setup a Next.js Test Environment with Prisma Client, Mocha and Chai
-
Updated
Mar 9, 2021 - JavaScript
backend software for reflation project
-
Updated
Oct 17, 2020 - TypeScript
A digital habit tracker built with Next.js and GraphQL ✨
-
Updated
Jun 2, 2021 - JavaScript
Repo containing CRUD App built with Prisma.
-
Updated
Jun 14, 2021 - TypeScript
Template for Prisma 2.0 with Permissions,Tests & Auth
-
Updated
May 27, 2021 - TypeScript
-
Updated
Jun 16, 2021 - TypeScript
A GraphQL server for bahá'í song project
-
Updated
May 11, 2021 - JavaScript
Backend API for my portfolio.
typescript
continuous-integration
continuous-delivery
postgresql
continuous-deployment
node-js
github-actions
prisma-client
prisma2
-
Updated
Feb 5, 2021 - TypeScript
TCC
-
Updated
May 10, 2021 - JavaScript
A clone of hackernews leveraging graphQL, Prisma, apollo-client.
graphql-client
reactjs
apollo-client
graphql-schema
graphql-subscriptions
apollo-server
prisma-client
-
Updated
Jun 8, 2021 - JavaScript
Improve this page
Add a description, image, and links to the prisma-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prisma-client topic, visit your repo's landing page and select "manage topics."


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