#
prisma
Here are 978 public repositories matching this topic...
ugogo
commented
Jul 28, 2021
What is the problem?
When using useQuery, the resources' type seems to get lost when destructuring setQueryData
Paste all your error logs here:
Paste all relevant code snippets here:
What are detailed steps to reproduce this?
Inspect typing with and without setQueryData
Run blitz -v and paste the output here:
$ npx blitz -v
macOS Big Sur | darwin-x64
peterp
commented
Jul 24, 2021
The Fullstack Tutorial for GraphQL
-
Updated
Aug 11, 2021 - TypeScript
acao
commented
Sep 17, 2020
Let's move the CI over to Github Actions!
This repo is suspended.
-
Updated
Sep 3, 2019 - TypeScript
tupe12334
commented
May 4, 2021
in the base folder in the code that generated adding comment that say not to overwrite the contant to prevent git collision
-
Updated
Aug 12, 2021 - TypeScript
react
graphql
cms
firebase
google
apollo
jsx
reactjs
cms-framework
restful-api
graphql-cms
prisma
firestore
canner
cms-component
firebase-cms
prisma-cms
restful-api-cms
firestore-cms
-
Updated
Aug 9, 2019 - JavaScript
Martinsos
opened
Jul 5, 2021
Shorten URLs using invisible spaces.
heroku
docker
unicode
postgres
database
url-shortener
database-migrations
shorten-urls
characters
badges
heroku-postgres
hacktoberfest
prisma
zws
invisible-spaces
-
Updated
Aug 11, 2021 - TypeScript
A plugin for Nexus that integrates Prisma
-
Updated
Aug 11, 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
Jul 12, 2021 - TypeScript
-
Updated
Aug 3, 2021 - TypeScript
Quickly ship your apps with the power of code generation.
react
graphql
frontend
backend
boys
datamodel
prisma
graphql-nexus
database-client
graphql-codegen
product-boilerplate
-
Updated
Aug 11, 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
Aug 9, 2021 - TypeScript
react
javascript
graphql
open-source
babel
database
apollo
authentication
styled-components
ssr
nextjs
pizza
auth0
orders
restaurant
order-management
prisma
formik
pizzaql
-
Updated
Sep 26, 2020 - JavaScript
Fullstack boilerplate using Typescript, React, GraphQL
react
graphql
postgres
node
typescript
react-native
apollo
sentry
nextjs
fullstack-boilerplate
mailers
expo
prisma
type-graphql
chakra-ui
sendgrid-account
sentry-account
-
Updated
Aug 11, 2021 - TypeScript
This is a copy of the Prisma APP. Reproduce Prisma custom camera, image picker and picture editor
-
Updated
Mar 12, 2018 - Swift
A collection of awesome things regarding Prisma ecosystem.
-
Updated
Aug 3, 2021
-
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
Aug 7, 2021 - TypeScript
Prisma 2 generator to emit TypeGraphQL types and CRUD resolvers from your Prisma 2 schema
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Sep 14, 2018 - TypeScript
Improve this page
Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."

Bug description
When you run
npx prisma initeverything executes without problems but the.gitignorefile is being overwritten with the following content mentioned in Issue #3400How to reproduce
npmproject.gitignorenpx prisma init.gitignorefile and notice it was overwrittenExpected beha