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

    rli

    09/06/2018, 5:19 PM
    has anyone dealt with this issue?
  • p

    panzupa

    09/06/2018, 5:44 PM
    Hi Guys, I've got problem with CLI import. I'm getting CloudFront error, even though my zip file has 200KB
  • b

    brant

    09/06/2018, 5:47 PM
    Quick question. I’ve bootstrapped a project with the graphql cli and I’m wondering the best way to change the prisma endpoint. Do i just update path in the
    .env
    file or do I need to run any other commands?
  • p

    panzupa

    09/06/2018, 5:54 PM
    @brant Is Graph Cool deprecated, or what?
    b
    l
    +2
    • 5
    • 41
  • a

    ajmakhl

    09/07/2018, 1:06 AM
    I have been trying to solve this question I've had about prisma for such a long time and I am so fed up I am just going to ask it here and hope that I can get a straight forward answer. I have used prisma with docker locally and I absolutely loved it. It was very rich and I was able to create my applications with ease. I like to use aws because I barely have to pay anything to get started on production level servers and so I thought it was time to create a mysql rds on aws and connect my prisma stuff to aws. That was really difficult for me. I played around with it and I ended up on a page where prisma was asking 40/month. So, my question is... is prisma pay to use? non locally... thank you for your answers.
    p
    l
    +2
    • 5
    • 7
  • h

    heruan

    09/07/2018, 7:04 AM
    Hello! I have a question about `graphql-request`: how can I import a query from a
    my-query.graphql
    file?
    c
    • 2
    • 3
  • k

    kratam

    09/07/2018, 7:21 AM
    is it possible to upgrade prisma version on a heroku server? (created via the prisma cloud interface)
    c
    • 2
    • 1
  • f

    flamez

    09/07/2018, 9:28 AM
    I just want to say you guys are awesome and make creating graphQL servers a breeze. I don't know if Prisma can be referred to as a graphQL framework 😂 but it's really awesome tho. You guys rock 🇳🇬🔥🔥
    prisma green 3
  • m

    Moritz

    09/07/2018, 9:30 AM
    Congrats on breaking the 10000 stars! The project deserves it! Thanks to all the developers and the community for this great Prisma experience so far! 🍾🙌prisma green🦜👏
    🔥 5
    prisma green 2
    fast parrot 4
  • z

    zonofthor

    09/07/2018, 9:34 AM
    Prisma/docker hosted on DigitalOcean... I need https, that means buying, downloading and installing a certificate, right?
    c
    l
    • 3
    • 8
  • c

    cory

    09/07/2018, 3:13 PM
    @nilan https://github.com/prisma/prisma/issues/116#issuecomment-282482490 The URL to your FAQ workaround is 404'ing. Do you happen to know where the working version is? Really interested in https://github.com/prisma/prisma/issues/746
  • z

    zonofthor

    09/07/2018, 4:11 PM
    is there any good reason why this doesn't work?
    Copy code
    mutation {
      updateManyForms(
        data: {
          department: {connect: {id:"cjg2myp3t0z6l0b26tbmvefyy"}}      
        }
      ) {
        count
      }
    }
    no errors but all forms have department set as null
  • z

    zonofthor

    09/07/2018, 4:12 PM
    id is definitely correct
  • z

    zonofthor

    09/07/2018, 4:25 PM
    is update/connect not possible with updateMany maybe? it works at least if I update only one at a time
    c
    • 2
    • 8
  • d

    Daniel Mahon

    09/07/2018, 8:27 PM
    Is there a recommended way to share config/code between graphql-yoga and create-react-app in a monorepo? Bascially want to share some “enums” for error config, etc.
    j
    • 2
    • 1
  • i

    impowski

    09/08/2018, 3:33 AM
    For example if I want to access data of a
    User
    type inside a mutation like that:
    Copy code
    await ctx.db.mutation.updateUser({
      data: {
        availableMessages: this.maxMessages // <--- this will represent a variable which will update available messages for user for today
      }
    })
  • i

    impowski

    09/08/2018, 8:15 AM
    And for example I have some sort of event which will happen after people joined lobby. How do I handle this event? I don't really know where to start it with Prisma
  • w

    Will

    09/08/2018, 10:29 AM
    Hey Guys, Does anyone know the best way to keep Auth0 users in sync with Prisma?
    • 1
    • 1
  • i

    impowski

    09/08/2018, 11:18 AM
    Why am I getting this?
    null value in column "user_id" violates not-null constraint
    Using with existing databases, get this everytime I call
    connect
  • i

    impowski

    09/08/2018, 12:59 PM
    Is something wrong when you trying to use multiple `pgRelation`'s at the same time?
  • i

    impowski

    09/08/2018, 8:59 PM
    So no response here I guesss
  • o

    old1101

    09/08/2018, 9:09 PM
    hey, the tooltips of playground, on firefox, are pure white
  • q

    Quintero

    09/08/2018, 10:35 PM
    Does anyone have a working example with prisma of using graphql-cli-load (https://github.com/neo4j-graphql/graphql-cli-load) to seed some csv data? I've struggled to get a most basic example working for a day and a half. I wrote about the issue here (https://github.com/neo4j-graphql/graphql-cli-load/issues/9) if anyone can help!
  • o

    old1101

    09/09/2018, 1:53 AM
    why is this not fixed yet? https://github.com/prisma/graphql-playground/issues/790 what is complicated?
    h
    • 2
    • 4
  • o

    old1101

    09/09/2018, 1:53 AM
    the tooltips, on lastest firefox, linux, are pure blank
  • o

    old1101

    09/09/2018, 1:54 AM
    fix with stylus addon http://vpaste.net/tqado
  • t

    Tatsuyuki Ishi

    09/09/2018, 3:34 AM
    Trying to self host Prisma and it's broken on relations. Any help?
    Copy code
    org.postgresql.util.PSQLException: ERROR: column prismaBaseTableAlias.createdAt does not exist
      Position: 146
    v
    • 2
    • 4
  • i

    impowski

    09/09/2018, 8:01 AM
    Probably everyone offline because of a weekend
  • i

    impowski

    09/09/2018, 8:01 AM
    No one answering on github or forums too
  • i

    impowski

    09/09/2018, 8:08 AM
    Hope to get a response for these two: https://github.com/prisma/prisma/issues/3042 https://github.com/prisma/prisma/issues/3041
1...113114115...637Latest