https://www.prisma.io/ logo
Join Slack
Powered by
# orm-help
  • t

    Taylor

    03/07/2020, 8:14 PM
    or schema.graphql
  • s

    samuell

    03/08/2020, 9:51 AM
    Hey guys, anybody know if there is way to migrate from graphqcool to faunadb?
  • y

    yorch

    03/08/2020, 2:32 PM
    Hey guys, quick question, I'm new to prisma and starting with Prisma 2, putting some schema together but I'm trying to find information whether I can use Prisma Admin with Prisma 2? the Admin is one of the main appealing towards using prisma2 to me at this point
  • y

    yorch

    03/08/2020, 4:08 PM
    so just found out about Prisma Studio, but having a hard time to find more information about Admin vs Studio, is Studio the new version of Admin for Prisma 2? or are these two different current solutions?
  • y

    yorch

    03/08/2020, 4:14 PM
    sorry, I've spent quite a bit of time trying to understand the ecosystem, which looks amazing and pretty powerful, but still find it quite challenging to understand specially prisma 1 vs prisma 2
  • d

    Daniel Tousignant

    03/09/2020, 4:23 AM
    Assuming a dummy 1-to-many relationship (BlogPost -> User), is there any way for me to fetch the User's id from a list of blogpost in a single SQL query?
    s
    • 2
    • 7
  • k

    kitze

    03/09/2020, 10:27 AM
    Anyone had this issue when importing data (Prisma 1)?
    Copy code
    Cause: insert or update on table \"_CourseToModule\" violates foreign key constraint \"_CourseToModule_A_fkey\"\n  Detail: Key (A)=(cjac9l12yixfr0131ovi8mqyj) is not present in table \"Course\".",
    j
    • 2
    • 4
  • n

    nikolasburk

    03/09/2020, 1:59 PM
    set the channel topic: General Discussions (Looking for Prisma 2? Join the #prisma2-preview channel!)
  • s

    Soumak Dev

    03/09/2020, 3:43 PM
    Hey, I'm Soumak, currently learning GraphQL
    👋 6
  • a

    Andrés Villalobos

    03/09/2020, 4:41 PM
    Hi! Wondering if someone could help me with a semi complex query on Prisma? I'm building an Analytics, and specifically about complex queries, I can't find any examples. Thread https://prisma.slack.com/archives/CA491RJH0/p1583446621238100
  • r

    Rene

    03/09/2020, 5:53 PM
    Hey, Rene here, I'm excited to be learning this useful technology
  • s

    Sam Roehrich

    03/09/2020, 6:57 PM
    Anyone able to help me with the question I posted on stackoverflow?
  • s

    Sam Roehrich

    03/09/2020, 6:57 PM
    https://stackoverflow.com/questions/60606359/understanding-prisma-upsert
  • y

    Yuvraj

    03/10/2020, 5:44 AM
    Hey, Connection error with vitessdb. Vitessdb support all mysql query and drivers then why prisma is not able to connect. Ideally it should work
    Untitled
  • j

    Jonathan

    03/10/2020, 6:58 AM
    Hey folks, how does one add optional extra parameters when executing a mutation for instance? Say I want to call
    createTodo
    with an extra parameter,
    createTodoOptions
    , which does not necessarily belong to the datamodel, but communicates to the api a number of options such as whether to mail the user, etc: do I redefine my
    createTodo
    to receive createTodoOptions (and also add this type to my graphql)?
  • o

    Oliver Franke

    03/10/2020, 9:15 AM
    Hey, has anybody got a working example of a postgres function exposed to graphql? I cant find any docs about that
  • t

    Teri

    03/10/2020, 7:06 PM
    #honestytime what’s the largest user base you’ve supported with prisma? I’m seriously doubting its ability to support scale and concurrent usage
  • m

    mikkelsl

    03/10/2020, 7:11 PM
    On what basis? 🙂
  • t

    Teri

    03/10/2020, 7:19 PM
    hitting limitations on our end. have been seeking others who’ve accomplished more than 5K concurrent users. can’t find any 😞
  • b

    Briggs

    03/10/2020, 7:23 PM
    could db connections be you bottleneck, assuming you are scaling out by the number of containers running to handle the load @Teri
  • f

    FrankC

    03/11/2020, 1:56 AM
    Created a AWS Aurora DB with PostgreSQL option When I go to init this and connect it to my AWS Aurora DB I get this error when entering in the correct information. Anyone encountered this @here ?
  • s

    Sam Roehrich

    03/11/2020, 5:01 AM
    Ive got a weird bug going on. When I link an object with an inline relation my graphql server is returning null but the prisma admin console is returning something different
  • s

    Sam Roehrich

    03/11/2020, 5:01 AM
    Anyone know what may be going on?
  • s

    Suhail

    03/11/2020, 6:19 AM
    I am trying to use prisma to get started with MongoDB
  • s

    Suhail

    03/11/2020, 6:20 AM
    But for some reason I just keep getting
    Could not connect to server at <http://localhost:4466>. Please check if your server is running.
  • s

    Suhail

    03/11/2020, 6:20 AM
    What could be the reason for this?
  • s

    Suhail

    03/11/2020, 6:20 AM
    I have mongodb running at a different URL with username and password
    d
    • 2
    • 1
  • s

    Suhail

    03/11/2020, 6:20 AM
    Any help?
  • s

    Suhail

    03/11/2020, 6:22 AM
    😞
  • l

    livingmine

    03/11/2020, 12:39 PM
    Hi! I'm looking for a way to reduce the size of introspection query's response, currently the size is > 6MB which hits the AWS Lambda response size hard limit of 6MB. Any ideas?
1...351352353...637Latest