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

    Andres Montoya

    08/25/2019, 3:56 AM
    Hi everyone, I have a question about web assembly (I don't know if someone here use it), the thing is that, why this technology has its own variations in other languages? I mean, I can write web assembly code in Python, Java, JavaScript, c#, rust, etc... But this affect the result? If I write my code in Python, will affect the performance if I write the same in rust? Or the output in both would be the same? I'm asking this because I have one idea, which is, all the heavy code that my server needs to be care, I can write in web assembly and the front end does the heavy stuff. Like for example, if I want to rotate an image and then add it some colors, instead of using a lambda function or whatever that needs a server, I can use this awesome front-end technology! What do you think? Thanks! PD: Prisma 2 looks awesome!!!!! Thank you so much for made this tool!
  • e

    evondev

    08/25/2019, 11:09 AM
    Hello guys. When I exports the database by using
    prisma export
    . It occurs the warning: ` Warning: The
    prisma export
    command will not be further developed in the future. Please use the native export features of your database for these workflows. More info here: MySQL: https://dev.mysql.com/doc/refman/5.7/en/mysqlimport.html Postgres: https://www.postgresql.org/docs/10/app-pgrestore.html` if I using mysqldump in docker to export the database so can I import to another database to force prisma database to work ? Thanks a lot.
  • g

    gopidon

    08/26/2019, 3:19 AM
    Graph Cool is down for a while now?
    d
    d
    • 3
    • 3
  • n

    Neal

    08/26/2019, 8:52 AM
    Does anybody have an idea on how to support a "Time" Scalar type in prisma?
    b
    • 2
    • 2
  • j

    János Kukoda

    08/26/2019, 10:31 AM
    Hi! Does anyone use Prisma with remove Mongo instance? If so which one, and how should I configure? I tried Mlab. It did not work.
    h
    • 2
    • 3
  • s

    Shadow Smith

    08/26/2019, 12:51 PM
    Can anyone give me advice on connecting Prisma to a MySQL database using Amazon's RDS?
    j
    • 2
    • 1
  • r

    Ronnie Gauny

    08/26/2019, 2:07 PM
    @Shadow Smith so it’s existing with data in it already?
    s
    • 2
    • 1
  • j

    Jizong

    08/26/2019, 3:06 PM
    Hi, got a question about prisma. I have an original prisma schema setup to have only two fields, ‘id’ and ‘name’. then updated my datamodel.prisma to include a new field ‘email’, after that I ran deploy again and the playground is working fine. I can do mutation to add entry to that field and get back the result. However, on the prisma admin panel I see my User schema only shows two field, name and id, and not email. but when I click into a specific user, it does show the email field on the right side pannel.
  • j

    Jizong

    08/26/2019, 3:07 PM
    m
    e
    • 3
    • 2
  • j

    Jizong

    08/26/2019, 3:07 PM
    Is this normal? thanks.
  • h

    Hmm

    08/26/2019, 6:28 PM
    Is it possible to resolve a Query like this?
    Copy code
    query users {
      users {
        id
        posts(orderBy: createdAt_DESC) {
          id
        }
      }
    }
    It give a an error of
    "Unknown argument \"orderBy\" on field \"ideas\" of type \"User\"."
    It works if I just Query
    posts(orderBy: createdAt_DESC) { id }
    by itself. Thanks in advance
    i
    • 2
    • 1
  • j

    Jizong

    08/26/2019, 7:17 PM
    Hi, does anyone know what to do if vscode doesn’t do syntax hightlighting for prisma and graphQL code, even after I installed graphQL for vscode, and prisma extension? it only show them as plain white text.
    m
    • 2
    • 11
  • c

    Corey Snyder

    08/27/2019, 1:07 AM
    Is something like this possible in Prisma.io without re-creating the product-merchant table 3 times, one for each product type?
    j
    • 2
    • 10
  • d

    dohomi

    08/27/2019, 7:38 AM
    Hello, what is going on with the graphcool service? For a week now the service is incredible poor, yesterday and today for hours I’m receiving errors on my endpoint
  • d

    dohomi

    08/27/2019, 7:39 AM
    And these errors have been around for a year
  • d

    Deepak Pathak

    08/27/2019, 7:41 AM
    Adding on to what @dohomi said, do we really need to learn Graphcool or understanding Prisma is enough ?
  • d

    dohomi

    08/27/2019, 7:43 AM
    To be honest: don’t waste your time on graphcool :-( I’m damn disappointed about the past weeks. There is no work going into improving the service at all - that’s at least my experience
  • d

    dohomi

    08/27/2019, 7:45 AM
    The CLI is buggy I’m unable to update my Schema. I contacted the support and their answer was to migrate away
    d
    g
    • 3
    • 3
  • d

    Deepak Pathak

    08/27/2019, 7:55 AM
    I also think, things are evolving pretty soon (that's good and bad both), I am new to Graph and was just getting my head around Schema Stitching and then stumbled upon Federated Schemas(Apollo Federations) 😛
  • d

    Deepak Pathak

    08/27/2019, 7:56 AM
    and just from initial surface, Federated Schemas looks incredible, solving many of schema stitching problems.
  • k

    Kimble

    08/27/2019, 9:09 AM
    My project on graph cool has basically been down all day and I'm on a paid plan
  • k

    Kimble

    08/27/2019, 9:09 AM
    Is anyone looking into it?
  • k

    Kimble

    08/27/2019, 9:10 AM
    Can never raise anyone on chat or support emails
  • k

    Kimble

    08/27/2019, 9:10 AM
    Always seems to resolve itself but regularly getting many hours long outages now
  • k

    Kimble

    08/27/2019, 9:12 AM
    When I say project I mean ALL projects are down but my concern is about my production project with thousands of users
    😰 2
    😣 1
    🙀 2
  • j

    JBriggs

    08/27/2019, 9:44 AM
    Any idea if / when this will be implemented? I truly believe that this is a major ^^ Anyone found a work around? https://github.com/prisma/prisma/issues/3796
  • a

    Alex Baker

    08/27/2019, 9:55 AM
    Hi, I’m pretty new to Prisma, following a tuto using prisma-binding but I see it’s actually deprecated and it’ll be removed (no more examples in the Docs) replaced by prisma-client. The problem is: I want to make a basic query fetching all Users and their Posts. Can’t find a way to do this with prisma client. I return from my resolvers : prisma.users() but if i try to access posts there’s no posts related in my graphql playground (server side) With prisma binding the solution is to return : prisma.query.users(null, info) Anyone knows how to do this with client ? Thanks
    j
    • 2
    • 29
  • k

    Kimble

    08/27/2019, 10:55 AM
    All graphcool services are responding with 503 errors
  • y

    Yehonatan Levi

    08/27/2019, 10:57 AM
    hey, i have some prisma2 questions
  • k

    Kimble

    08/27/2019, 10:57 AM
    @channel graphcool has been in total outage for at least five hours if not more today. Apologies about the channel ping but prisma staff not responding
1...304305306...637Latest