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

    rcy

    04/17/2018, 5:36 AM
    Many internal server errors and custom resolver timeouts here also (graphcool)
    n
    d
    k
    • 4
    • 4
  • l

    ldlework

    04/17/2018, 7:28 AM
    This is a dumb question, but how do I submit a GraphQL mutation that calls the same mutation twice?
    n
    • 2
    • 4
  • l

    ldlework

    04/17/2018, 7:28 AM
    What if I want to create two users?
  • l

    ldlework

    04/17/2018, 7:28 AM
    For example, in the prisma seed.
  • l

    ldlework

    04/17/2018, 7:28 AM
    Copy code
    ERROR: Field 'createChannel' conflict because they have differing arguments. Use different aliases on the fields to fetch both if this was intentional. (line 2, column 5):
        createChannel(data: {
        ^
     (line 5, column 5):
        createChannel(data: {
        ^
  • r

    rein

    04/17/2018, 8:20 AM
    is there a guide on how to combine graphql-yoga/prisma with algolia?
    n
    • 2
    • 1
  • g

    gsancho

    04/17/2018, 8:32 AM
    Hi guys!! How to add many nested conection when mutation in prisma?
  • g

    gsancho

    04/17/2018, 8:36 AM
    Sin_titulo.js
  • g

    gsancho

    04/17/2018, 8:38 AM
    Only add the last conection id in RoleProfile
    n
    • 2
    • 2
  • s

    shanth

    04/17/2018, 9:09 AM
    any idea how to add unique contraint between relations? https://github.com/graphcool/prisma/issues/1237#issue-272896339
    n
    • 2
    • 1
  • m

    mekwall

    04/17/2018, 9:34 AM
    How do I access my project after starting a local cluster with
    prisma local start
    ?
    n
    • 2
    • 20
  • j

    Joe Fazzino

    04/17/2018, 10:08 AM
    Hi! I'm hosting my MySQL db in Azure and am looking at connecting it to Prisma so I can deploy the docker container running the prisma service to azure but I can't find a solid answer in the docs. Anyone got any tips?
  • z

    zonofthor

    04/17/2018, 11:34 AM
    not quite getting this - resolvers (custom & standard eg yoga), they are contained on same server as database right? Or else we'd be seeing lots of roundtrips for data manipulation??
  • m

    mekwall

    04/17/2018, 11:47 AM
    I deleted the generated files, and after that
    prisma deploy
    will fail. Shouldn't it just recreate them?
  • c

    chakrihacker

    04/17/2018, 11:50 AM
    You should not delete generated files @mekwall
  • m

    mekwall

    04/17/2018, 11:51 AM
    Generated files are generated. They should be regenerated if they do not exist. It's a bug imo.
    n
    • 2
    • 3
  • a

    arjunyel

    04/17/2018, 12:03 PM
    Hello all! I've been having an issue getting graphql-request to work in a browser project, it's failing because of require, any idea on some work around or fix? https://github.com/graphcool/graphql-request/issues/74
  • g

    gsancho

    04/17/2018, 12:38 PM
    How to do custom createdAt in mutation?
    a
    • 2
    • 2
  • a

    alid

    04/17/2018, 1:15 PM
    Hi, is Prisma production ready? how does it compare to Typeorm in terms of features? I'm trying to decide which to choose for an app I'm building so any information is helpful, thanks!
    n
    • 2
    • 2
  • r

    rein

    04/17/2018, 1:48 PM
    is there a way to get an aggregate like SUM yet of a number field? Im thinking about how to best implement a rating system, where each rating can be between 1 and 5
    w
    • 2
    • 3
  • d

    dulik06

    04/17/2018, 2:32 PM
    Hej. We just migrated to the newest Apollo-Client and have problems with redux integration support. (apolloClient.reducer() is not a function). Do you know how to get around it? Thanks
    m
    l
    • 3
    • 4
  • j

    Jscott388

    04/17/2018, 3:41 PM
    Why does upsert require update and create? I am confuse on this.
  • j

    Jscott388

    04/17/2018, 3:46 PM
    Trying to figure out how to create a item if it doesn't exist or update it if it does...
    l
    n
    • 3
    • 20
  • l

    lawjolla

    04/17/2018, 3:55 PM
    Has anyone gotten Prisma 1.6.1 off NPM yet? I'm still getting 1.6.0
    n
    • 2
    • 2
  • l

    ldlework

    04/17/2018, 4:25 PM
    I have a question on the forums that I could really use some help with. It is probably a trivial problem, I'm just super new. https://www.graph.cool/forum/t/prism-seed-data/3180
  • j

    Jscott388

    04/17/2018, 4:32 PM
    @ldlework you have two createChannels...
  • j

    Jscott388

    04/17/2018, 4:32 PM
    -.js
  • j

    Jscott388

    04/17/2018, 4:33 PM
    Do something like this. first: second:
  • l

    ldlework

    04/17/2018, 4:34 PM
    I see.
  • l

    ldlework

    04/17/2018, 4:34 PM
    Thank you.
1...456...637Latest