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

    halborg

    04/04/2019, 3:25 PM
    What errors, @siyfion
  • s

    siyfion

    04/04/2019, 3:26 PM
    Sometimes I’m getting:
    Fatal error during deployment worker initialization: java.sql.SQLNonTransientConnectionException: (conn=542601) Connection timed out
    threads 2
  • s

    siyfion

    04/04/2019, 3:28 PM
    With the new version I get @halborg
  • s

    siyfion

    04/04/2019, 3:31 PM
    Yet one task has connected just fine, the 2nd one seems to be constantly trying to start up, erroring and then trying again in a loop
    ✅ 1
    d
    • 2
    • 14
  • s

    siyfion

    04/04/2019, 3:33 PM
    In fact they’re both going a bit mental, up/down/up/down.. etc.
  • n

    Novalis

    04/04/2019, 3:34 PM
    Hey, in my past I just developed graphql services with a lot of text like information from the server. However I have a project where I might need to query for videos. Is that somehow possible with Prisma & graphql? If yes, may I ask how you would approach this?
    n
    • 2
    • 8
  • n

    Nick Drane

    04/04/2019, 5:08 PM
    Is there support for querying PG views in Prsima? This issue seems to suggest not yet https://github.com/prisma/prisma/issues/2412. I just want to make sure
    h
    • 2
    • 2
  • j

    jdoyle112

    04/04/2019, 7:02 PM
    I have a query that returns thousands of records each with nested relations. The query takes forever, like 5 minutes. Does anyone know if/what options I have to speed that up?
  • j

    jdoyle112

    04/04/2019, 7:02 PM
    And it’s a query that runs a report so I can’t do pagination, I need all the data
    j
    • 2
    • 7
  • c

    Corey Lanier

    04/04/2019, 9:58 PM
    I'm working on a mutation. It actually works on Playground and my React frontend that it does all of its checks before trying to send it to the Prisma server. Ultimately it ends up coming back with:
    Copy code
    "error": "Failed to fetch. Please check your connection"
    Trying to figure out where this is stemming from.
  • c

    Corey Lanier

    04/04/2019, 10:01 PM
    I've verified my files with a tutorial I've worked on, and they seem to match, obviously my datamodel and the actual schema and mutations are slightly different for the use case, but beyond that I see nothing that means it shouldn't be communicating.
  • c

    Corey Lanier

    04/04/2019, 10:18 PM
    Nevermind, figured it out, I had a bad seed on hashing the password.
  • n

    Nitin Sharma

    04/05/2019, 12:31 AM
    hit there: new to prima. Could someone point me to code that generate DDL statement for a database given the schema file?
    h
    • 2
    • 2
  • k

    kitze

    04/05/2019, 6:33 AM
    Is there an auth example with
    context.request
    with yoga2 and nexus-prisma?
    m
    n
    • 3
    • 5
  • k

    kitze

    04/05/2019, 9:02 AM
    It would be so awesome if prisma had
    replace
    for connected entities, instead of just
    connect
    ,
    create
    ,
    disconnect
    prisma cool 1
    n
    b
    h
    • 4
    • 9
  • n

    Nick

    04/05/2019, 10:41 AM
    @Prisma Community What happened with Yoga2 I thought the beta would available this month?
    👍 1
    n
    n
    • 3
    • 3
  • j

    jamey

    04/05/2019, 1:06 PM
    Pumped about Yoga2! Gonna give it a spin this weekend.
    fast parrot 1
  • j

    jamey

    04/05/2019, 1:58 PM
    does Prisma work with mariadb in docker?
    h
    • 2
    • 8
  • b

    Ben Grynhaus

    04/05/2019, 2:47 PM
    Hey, just starting out with Prisma & GraphQL - I want to build a backend that will use Prisma (and surface the data via it's own GraphQL API to a web app). Got caught up with Apollo Server, Nexus, Yoga (v1 and v2), but there seems to be no real explanation online for what's the real difference between them all. Furthermore, I couldn't find any info on which works best with TypeScript & Prisma. Any help on this would be appreciated 🙂
    m
    • 2
    • 4
  • r

    Robert Hall

    04/05/2019, 6:24 PM
    Hello all, is this the right place to ask n00b questions? Or shouldst I go somewhere elseth?
    j
    • 2
    • 3
  • c

    ChrisBull

    04/05/2019, 6:26 PM
    @Robert Hall go for it.
  • r

    Robert Hall

    04/05/2019, 6:26 PM
    Okay awesome.
  • r

    Robert Hall

    04/05/2019, 6:27 PM
    So I’m developing a CMS, and looking to Prisma for developing CMS / content type schemas on the fly.
    j
    c
    • 3
    • 68
  • c

    ChrisBull

    04/05/2019, 6:27 PM
    @nikolasburk Any news on Subscriptions for nexus-prisma?
  • h

    hani

    04/05/2019, 8:42 PM
    hello everyone, i m building a graphql with websocket only with playground, is it possible to use ws for everything {queries, mutations, and subscription} ?
    j
    • 2
    • 1
  • c

    Corey Lanier

    04/05/2019, 10:44 PM
    This can't be right...
  • c

    Corey Lanier

    04/05/2019, 10:44 PM
  • c

    Corey Lanier

    04/05/2019, 10:46 PM
    Why is it showing the item as required within the arrays. The arrays should definitely be required, but the items shouldn't since they're related and may not be immediately populated
  • c

    Corey Lanier

    04/05/2019, 10:49 PM
    Or am I reading it wrong?
    h
    • 2
    • 1
  • b

    branislaav

    04/06/2019, 1:00 PM
    Hi everyone, I need to import data from json but data I’m importing do not contain ids (don’t want to hardcode id for every item). Is there way to generate ids for data I’m importing ? 🤔
    h
    • 2
    • 3
1...247248249...637Latest