Skip to content
#

prisma

Here are 545 public repositories matching this topic...

kevinsimper
kevinsimper commented Apr 6, 2020

This issue pertains to the following package(s):

  • GraphQL Playground - Electron App
  • GraphQL Playground HTML
  • GraphQL Playground
  • GraphQL Playground Express Middleware
  • GraphQL Playground Hapi Middleware
  • GraphQL Playground Koa Middleware
  • GraphQL Playground Lambda Middleware

The default value of request.credentials is "omit". The differs from th

blitz
bag-man
bag-man commented Dec 6, 2018

The graphqlgen prepare step fails on yarn setup:prisma

shop (mashop (master) λ  yarn setup:prisma
yarn run v1.12.3
$ cd api && yarn deploy:local && yarn seed:local
$ docker-compose -f database/docker-compose.yml up -d && prisma deploy && graphql prepare
database_mysql_1 is up-to-date
database_prisma_1 is up-to-date
Deploying service `shop` to stage `local` to server `local` 39ms
S
jarkin13
jarkin13 commented Mar 20, 2020

I only using this for language syntax.

Actual Behavior

  • Opening, creating, editing and saving graphql files results in an error

Expected Behavior

  • View graphql with language mode
  • Being able to open, create, edit and save file without error

Steps to Reproduce the Problem Or Description

  • Create profile, specifically I have an aws amplify project
  • add api to proj
Errorname
Errorname commented Dec 20, 2019

Currently, Prisma does not have a cross-database PrismaClient (Seehttps://github.com/prisma/prisma/issues/1487).

This means that once we set a provider for the first tenant, all other tenants will have to use the same provider.

There is two ways to handle this issue:

  1. Wait for Prisma to have a cross-database Photon (not sure if/when this will happen)
  2. Use prisma-multi-tenant to add a

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

You can’t perform that action at this time.