https://www.prisma.io/ logo
Join SlackCommunities
Powered by
# prisma-whats-new
  • m

    mike.johnson

    01/17/2018, 3:43 PM
    Just coming back to graphcool after a few months doing other work, and man... things changed! What's the difference between graphcool-cli and prisma?
    fast parrot 3
    h
    b
    • 3
    • 3
  • y

    yuri

    01/17/2018, 3:43 PM
    Hi guys, how can I see a db which was deployed to
    prisma-eu1
    or
    prisma-us1
    ? Is there any way how to manage it in graph.cool style?
    a
    h
    • 3
    • 4
  • l

    lawrence

    01/17/2018, 3:49 PM
    Has anyone set up unit testing with 1.0/Prisma-backed resolvers?
  • k

    kitze

    01/17/2018, 3:56 PM
    Is there any ETA when the public Prisma clusters will be stable? It’s on/off all the time today.
  • j

    Jarand

    01/17/2018, 4:19 PM
    Is it possible to create and
    push
    a new node on a to-many relation? For example i want to add a relation from a -> b, butI still want the a->c connection. Now it overwrites the existing relations.
    j
    • 2
    • 12
  • t

    theory

    01/17/2018, 4:35 PM
    How can I remove the graphcool cli? I also have a container that graphcool keeps bringing up even after I kill, and remove. How can I get rid of that as well?
  • j

    Jai

    01/17/2018, 4:53 PM
    I have been getting this error at the end of deploy. Any idea whats wrong - "TypeError: Cannot read property 'httpEndpoint' of undefined"
  • e

    eruby

    01/17/2018, 5:27 PM
    Trying to run through the howtographql react + apollo tutorial, but can't execute the curl command to set up the backend...has anyone gotten past this issue before?
    n
    m
    • 3
    • 21
  • b

    bwoodlt

    01/17/2018, 5:42 PM
    How do you all make incremental changes to your app without having to resubmit to apple store? As this takes several days.
    j
    • 2
    • 2
  • t

    TangoJuliett

    01/17/2018, 6:00 PM
    I thought Prisma was supposed to connect to your SQL DB, I’m not seeing any documentation explaining that process. I only see info on how to seed data.
    👍 1
  • t

    TangoJuliett

    01/17/2018, 6:31 PM
    Is anyone here?
  • h

    harmony

    01/17/2018, 6:32 PM
    I think the self hosting docs aren't really ready yet
  • t

    TangoJuliett

    01/17/2018, 6:33 PM
    Hmm okay
  • t

    TangoJuliett

    01/17/2018, 6:33 PM
    @harmony thanks
  • h

    harmony

    01/17/2018, 6:33 PM
    https://www.prismagraphql.com/docs/tutorials/cluster-deployment/digital-ocean-(docker-machine)-texoo9aemu
  • h

    harmony

    01/17/2018, 6:33 PM
    well, there's this
  • h

    harmony

    01/17/2018, 6:34 PM
    pretty sure it's not specific to digital ocean
  • t

    TangoJuliett

    01/17/2018, 6:34 PM
    Ah yeah
  • h

    harmony

    01/17/2018, 6:34 PM
    just any docker machine
  • t

    TangoJuliett

    01/17/2018, 6:38 PM
    Yeah, like AWS ECS should work as well
  • t

    tfiwm

    01/17/2018, 7:34 PM
    how can i invoke the seed file again after a prisma reset?
  • e

    ehodges

    01/17/2018, 7:44 PM
    Trying to get this mutation to work: https://graphqlbin.com/04Qsr
    d
    q
    • 3
    • 17
  • j

    Jarand

    01/17/2018, 7:47 PM
    If i got questions should i just ask here in general, or is there any channels for that?
    d
    • 2
    • 2
  • j

    Jarand

    01/17/2018, 8:01 PM
    Quite often i have a long respons time from i do query og mutation. It can take several seconds. Is this usual? Its a tiny database, and the operation should be quite simpel.
    Copy code
    mutation createPost(
            $text: String!
            $lat: Float!
            $long: Float!
            $userId: ID,
        ) {
            createPost(text: $text, lat: $lat, long: $long, userId: $userId) {
                id
            }
        }
  • t

    tfiwm

    01/17/2018, 8:53 PM
    has anyone the problem that the prisma.ts is not generated again if i invoke prisma deploy
    a
    • 2
    • 11
  • j

    johnius

    01/17/2018, 9:14 PM
    Hi there. I’m wondering do you guys anyhow related to Apollo GraphQL client? Specifically whether nested mutations is only your thing or it’s a spec thing.
  • w

    weakky

    01/17/2018, 9:40 PM
    Just wondering something guys ; Wouldn't it be a good idea to embed graphcool console (by that I mean the schema editor) right into the playground?
    j
    h
    • 3
    • 3
  • l

    lastmjs

    01/17/2018, 10:06 PM
    Anyone else having problems with pushing functions in v0.x and getting "Ensure that the code is valid"?
    d
    • 2
    • 5
  • m

    matty

    01/17/2018, 10:43 PM
    Is anyone else using a javascript exception service (e.g. Sentry, Rollback) and noticing that over the last week or so, there's been a bunch of 5xx being returned from their Graphcool Simple API?
  • m

    matty

    01/17/2018, 10:43 PM
    I'm not yet using Prisma, this is across 3 projects. 2 are using the Graphcool Framework (CLI tool), and 1 is still using the old Console implementation
1...521522523...637Latest