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

    senorcodecat

    05/30/2018, 9:56 PM
    Graphcool shared clusters down for anyone else? Console and local calls are not returning.
  • c

    Cal

    05/30/2018, 9:57 PM
    I'm getting a lot of 504 errors
  • c

    Cal

    05/30/2018, 9:57 PM
    But it's now started working again
  • s

    senorcodecat

    05/30/2018, 9:59 PM
    Nada for me šŸ˜ž
  • p

    picosam

    05/30/2018, 10:06 PM
    So here’s another one, pretty internal to Prisma I would assume: if I provide a Prisma query with an empty object in the
    arg
    (for example:
    where: { }
    ) would that affect efficiency in some way? In other words, should I bother to use short-circuit and spread operators to eliminate the above or does Prisma deal with it already? @nilan would probably have a good answer tomorrow šŸ™‚
    n
    • 2
    • 10
  • t

    timm

    05/30/2018, 10:08 PM
    is it possible to just use
    prisma seed
    command to import data instead of the NDF format
    p
    • 2
    • 1
  • o

    orange_man

    05/30/2018, 11:40 PM
    wondering what peoples thoughts are on updating something in prisma with connections. Currently there is no way to replace current connections. https://www.prisma.io/forum/t/replace-array-instead-of-append/2682
  • o

    orange_man

    05/30/2018, 11:41 PM
    so for now i am:
    Copy code
    1. querying the thing i want to update
    2. disconnecting everything 
    3. taking in my props to connect a new list
  • j

    Jeff

    05/31/2018, 5:37 AM
    Does it support custom sql like pirsma.query.select(ā€˜select * from user’)
    n
    • 2
    • 1
  • p

    picosam

    05/31/2018, 8:17 AM
    By the way has the issue
    Type "Node" is missing a "resolveType" resolver. Pass false into "resolverValidationOptions.requireResolversForResolveType" to disable this warning.
    ever been resolved somewhere? Or is there something I’m not doing correctly on the Yoga side and I’m forgetting?!
  • s

    siyfion

    05/31/2018, 8:27 AM
    @picosam I think it can be ignored for now, I believe there’s an issue about it in GitHub.
    šŸ‘ 1
  • a

    An Tran

    05/31/2018, 8:50 AM
    Hello there! Do Prisma support existing MySQL databases? I want to connect to an existing MySQL databases. Any suggestions?
    w
    • 2
    • 1
  • t

    taikn

    05/31/2018, 8:55 AM
    The new release process looks pretty solid! One thing is not clear though - how does fixing existing/new bugs fit there? Are they being fixed along the new feature development or less prioritised?
    n
    • 2
    • 1
  • a

    Alex

    05/31/2018, 10:44 AM
    Hey guys, I noticed that for some days, my subscriptions functions were not firing anymore. Any idea why ? And they are not even triggered because they do not appear on the logs.
  • j

    Jeff

    05/31/2018, 11:09 AM
    @picosam const server = new GraphQLServer({ typeDefs, resolvers, resolverValidationOptions: { requireResolversForResolveType: false }, context: req => ({ }), });
  • j

    Jeff

    05/31/2018, 11:13 AM
    @An Tran Are you want to connect a external db? In the docker-compose.yml overwrite the host: mysql host: host.docker.internal
    a
    c
    • 3
    • 8
  • t

    tdekoekkoek

    05/31/2018, 11:13 AM
    Will there be support for Microsoft SQL server in Prisma?
    c
    • 2
    • 1
  • q

    qsys

    05/31/2018, 11:16 AM
    using hosted graphcool (cloud console), what's the time zone? When I store datetimes, would these be stored as UTC? (They seem to be one hour off UTC and one hour of CEST - which is a bit weird).
    g
    • 2
    • 3
  • l

    lucasbento

    05/31/2018, 11:40 AM
    is there a Prisma roadmap somewhere?
    n
    • 2
    • 2
  • g

    Gomah

    05/31/2018, 11:46 AM
    Not yet: https://github.com/prismagraphql/prisma/issues/2142
    šŸ‘ 2
  • a

    Andrew Mead

    05/31/2018, 1:39 PM
    @tdekoekkoek It's listed here as a connector they plan to implement: https://github.com/prismagraphql/prisma/issues/1751
  • d

    Dorkside

    05/31/2018, 2:25 PM
    Hi all, trying to deploy my instance on prisma on digital-ocean and getting
    Copy code
    FetchError: request to <http://localhost:4466/management> failed, reason: connect ECONNREFUSED 127.0.0.1:4466
    when running
    Copy code
    prisma local start
    n
    a
    j
    • 4
    • 23
  • d

    Dorkside

    05/31/2018, 2:25 PM
    Any ideas ?
  • m

    m.gu

    05/31/2018, 2:42 PM
    anybody have experience connecting Prisma cloud with a live Now deployment?
    o
    • 2
    • 1
  • v

    v

    05/31/2018, 4:48 PM
    I'm getting
    All fields within 'Query' type should have unique names! Non-unique fields: 'homework'.
    . I don't know how to debug this, I think Prisma is generating a broken schema, but I can't see it because of this.
    n
    • 2
    • 1
  • m

    marano

    05/31/2018, 5:16 PM
    Hi! I am trying to run prisma on Heroku. I’ve created a
    Dockerfile
    pointing to the
    prismagraphql/prisma:1.8
    image. But Heroku gives me an error when I try to upload it:
    Your Docker image must specify a 'CMD' instruction.
    Does anybody knows how to go around this?
    n
    s
    s
    • 4
    • 45
  • m

    marano

    05/31/2018, 5:18 PM
    I am guessing I need to specify the command to start the server using the
    CMD
    instruction. But looking at how the image is built it is not very clear to me what command to run inside the container to start the server.
  • g

    grey

    05/31/2018, 7:39 PM
    Hello guys
    šŸ‘‹ 3
  • o

    orange_man

    05/31/2018, 7:39 PM
    hello
  • g

    grey

    05/31/2018, 7:40 PM
    i'm grey from Nigeria currently learning django + angular + graphql
1...454647...637Latest