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

    Rob Murtagh

    04/24/2018, 12:40 PM
    api.cloud.prisma.sh/
    n
    • 2
    • 4
  • a

    alexc

    04/24/2018, 1:23 PM
    the graph.cool console seems to not display all the correct related nodes in on the Data table page
  • a

    alexc

    04/24/2018, 1:23 PM
    is this a known issue?
  • t

    Tatsuyuki Ishi

    04/24/2018, 1:25 PM
    When using
    graphcool-lib
    it bypasses all authentication right?
  • m

    Mike

    04/24/2018, 3:10 PM
    Where can one find the "cluster logs" I could not find them on the prisma cloud with the clusters. This is the error message I am getting: [GraphQL error]: Message: Whoops. Looks like an internal server error. Search your cluster logs for request ID: us1apicjgdhohdmhuad0b25uo8ah0jv, Location: [object Object], Path: createFeedItem [Network error]: Error: Whoops. Looks like an internal server error. Search your cluster logs for request ID: us1apicjgdhohdmhuad0b25uo8ah0jv
    n
    • 2
    • 1
  • a

    Avi Block

    04/24/2018, 3:34 PM
    just came in here to ask the same question ☝️
  • r

    rein

    04/24/2018, 3:37 PM
    Is there a prisma alternative for graphcool-lib?
    n
    • 2
    • 1
  • j

    johhansantana

    04/24/2018, 4:33 PM
    anyone remembers how to sign out of the prisma cli?
    n
    • 2
    • 1
  • e

    ed

    04/24/2018, 5:23 PM
    are there problems with subscriptions? I am trying to run subscriptions either in the playground or in my client app and I got this message
  • e

    ed

    04/24/2018, 5:24 PM
    WebSocket connection to '<URL>' failed: WebSocket is closed before the connection is established
  • m

    Mike Fix

    04/24/2018, 5:27 PM
    Didn’t see another channel for this question, but I am trying to run the
    graphql-import
    tests and hitting errors locally. Any suggestions for getting dev up and running?
    n
    • 2
    • 7
  • l

    lawjolla

    04/24/2018, 5:27 PM
    I'm trying to use my local machine as both test and dev, so I need to specify multiple .env, but it doesn't look like
    prisma local *
    takes a --dotenv flag. How are people dealing with multiple clusters on the same machine?
    • 1
    • 2
  • f

    flamez

    04/24/2018, 6:08 PM
    Hey what does it mean by 1 req per second
    m
    t
    n
    • 4
    • 4
  • n

    nilan

    04/24/2018, 6:11 PM
    You can discuss the latest 1.7 release here 🙂 https://prisma.slack.com/archives/C0MQJ62NL/p1524593175000578
    parrotwave6 1
    👍 1
    l
    w
    +4
    • 7
    • 25
  • r

    Russ Callahan

    04/24/2018, 6:39 PM
    I’m using Next.js with Prisma. I’m not clear on where to define custom resolvers. Can someone point me in the direction of documentation for this.
    h
    l
    • 3
    • 5
  • y

    yolen

    04/24/2018, 7:07 PM
    Question. Imagine that I have a row in my data with a field e.g age = 35 and I perform an update mutation which sets age = 35 (same value) then updatedAt is not changed? Correct?
    n
    • 2
    • 5
  • b

    Ben

    04/24/2018, 7:15 PM
    What GraphQL schema to SQL ORM does Prisma use internal? custom or something like sequelize or join monster. Specifically wondering about SQL parameter binding and if its done to ensure db can cache queries for performance (which join monster does not do)
    n
    • 2
    • 4
  • k

    kylemh

    04/24/2018, 7:16 PM
    @nilan re: announcement Will alpha support of the core team’s Postgres connector touch https://github.com/graphcool/prisma/issues/1641 at all?
    👋 1
    n
    • 2
    • 6
  • b

    Ben

    04/24/2018, 7:17 PM
    secondly for where clause bindings/filters are they passed through to prisma and nothing brought back to server from db that should't I assume. This is particularly important for paging performance but for us also the security filters are embedded in db
    n
    • 2
    • 4
  • b

    Ben

    04/24/2018, 7:17 PM
    +1 on Postgres connector that is huge!
  • p

    parweb

    04/24/2018, 7:20 PM
    prisma.yml should NOT have additional properties. additionalProperty: endpoint
    w
    n
    • 3
    • 9
  • p

    parweb

    04/24/2018, 7:20 PM
    1.7.0
  • b

    Ben

    04/24/2018, 7:21 PM
    2nd question - can Prisma Binding/ORM library be used directly on GraphQL server without having to be a separate server? If not any plans for that, having to run two servers seems like overkill and just adding a transport layer in there I wouldn't think is necessary..
  • y

    yolen

    04/24/2018, 7:22 PM
    This concerns graphcool framework. Another observation. When I add a relation between a model and the File model (only one I tested) then updatedAt is not changed? Is that intentional?
    n
    • 2
    • 5
  • g

    gaelgriffon

    04/24/2018, 7:25 PM
    Hey @nilan. Prisma is very cool, but it seems that the Graphcool Framework does not have too much activity, especially for the correction of some bugs. there is one that seems important to solve: the lack of validation on JSON types. (I created a pull request for this issue, because actually we can’t restore a backup...).
    n
    • 2
    • 5
  • c

    Craig Mackenzie

    04/24/2018, 8:08 PM
    Hey, is it possible to return the http status code when making a request with graphql-request?
  • c

    Craig Mackenzie

    04/24/2018, 8:08 PM
    Thanks
  • a

    ameistad

    04/24/2018, 8:17 PM
    How can I use the GraphQL server/fullstack boilerplate with Prisma 1.7?
    n
    • 2
    • 3
  • t

    TangoJuliett

    04/24/2018, 8:38 PM
    Well, my GraphQL Playground (electron app) is messed up…
  • i

    iamclaytonray

    04/24/2018, 8:41 PM
    Hello - how would I go about creating the correct types in Prisma for auth? IE: Instead of
    createAuth
    ,
    updateAuth
    , etc, I get
    login()
    and
    register()
    , etc
1...101112...637Latest