#
prisma2
Here are 60 public repositories matching this topic...
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
May 28, 2020 - TypeScript
Nest framework TypeScript starter (node.js)
-
Updated
Mar 29, 2020 - TypeScript
Open
Type example schemas
janpio
commented
Jan 28, 2020
We should have a schema for each database we support with a table that has a column for each type we support.
That way we can make sure we actually support that in Introspection and double check our documentation at https://github.com/prisma/prisma2/blob/master/docs/introspection.md#mapping-postgresql-types-to-prisma
I suggest the name internal_types for the database on all databases ty
A sample auth module with Prisma 2 and Nexus
-
Updated
May 26, 2020 - TypeScript
Boilerplate project for a graphql server using nexus-prisma and apollo-server-express
-
Updated
Apr 1, 2020 - TypeScript
Experimental Dockerized stack with Apollo, Next.js, Prisma and Typescript
react
graphql
docker
typescript
material-design
docker-compose
apollo-client
nextjs
material-ui
graphql-yoga
prisma2
-
Updated
Jan 24, 2020 - TypeScript
Modern Order Management System - fullstack app built using Typescript, GraphQL, React, Prisma2
-
Updated
Apr 29, 2020 - TypeScript
A GraphQL server build on top of Apollo + Prisma 2. This project is configured to deploy to AWS using AWS CDK.
-
Updated
Mar 17, 2020 - TypeScript
Programming Quotes App in React Native & Prisma 2
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Apr 1, 2020 - TypeScript
Yet another easiest authentication system on top of NestJS, prisma2, react-ssr and Material UI
-
Updated
Apr 4, 2020 - TypeScript
This is a Hackernews Clone built using Apollo Server 2 and Prisma 2 for the backend and Next.js and Apollo Client 3 for the frontend.
-
Updated
May 19, 2020 - TypeScript
Streaks App made using Chakra UI & Prisma 2 💖
-
Updated
Mar 14, 2020 - JavaScript
graphql-prisma2 with all(okay most of) the required configuration you need.
-
Updated
Mar 16, 2020 - TypeScript
Deploy a Nestjs application with Prisma 2 to Heroku and connect to a PostgreSQL database
-
Updated
Apr 7, 2020 - TypeScript
prisma2 + graphql-yoga + nexus boilerplate
-
Updated
Mar 15, 2020 - TypeScript
Youtube Api built with graphql, typescript, prisma and postgresql
-
Updated
May 19, 2020 - TypeScript
Deploying a Prisma 2 app with apollo-server on AWS Lambda using the Serverless framework
-
Updated
May 25, 2020 - TypeScript
Improve this page
Add a description, image, and links to the prisma2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prisma2 topic, visit your repo's landing page and select "manage topics."
Blitz needs to export a
useInfiniteQueryhook that's a thin wrapper on theuseInfiniteQueryhook from react-query. This will be done very similar to how we are wrapping theuseQueryhook.useInfiniteQueryshould be fully typed