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

    Maslov

    01/14/2018, 10:38 AM
    graphcool export doesn’t work, it’s simple starting and stopping immediately, without any error
  • s

    sara.vieira

    01/14/2018, 1:38 PM
    Hey everyone!
    👋 5
  • s

    sara.vieira

    01/14/2018, 1:39 PM
    Is there a way to import a JSON file to graphcool?
    n
    • 2
    • 2
  • j

    jlengstorf

    01/14/2018, 4:50 PM
    Some news out of the #gramps camp that may interest people working with open source: https://twitter.com/jlengstorf/status/952583041959985153
    🚀 1
    🙋 1
    💯 2
    graphql 1
    🦜 2
  • n

    nilan

    01/14/2018, 7:04 PM
    set the channel topic: prisma Stay tuned...
    🙊 6
    👀 7
    🙉 3
    parrotwave6 1
    🎻 2
    🙈 2
    💚 2
    🦜 4
    😱 9
    🤔 2
    prisma 5
  • e

    Emi

    01/14/2018, 7:31 PM
    Why the command graphcool is not found after doing an "npm install graphcool -g"? I'm running "graphcool playground" without success.
    j
    h
    • 3
    • 15
  • a

    André

    01/14/2018, 7:35 PM
    any tutorial chat schema in graph?
  • h

    harmony

    01/14/2018, 7:44 PM
    prisma 🤔
    prisma 6
    😑 1
  • f

    franky47

    01/14/2018, 7:56 PM
    I’m unable to login from the
    graphcool/1.0.0-beta4.1.1
    CLI. The web login/signup forms at https://app.graph.cool/login-cli are throwing many
    Error: GraphQL error: jwt malformed
    errors.
    👍 1
    p
    s
    • 3
    • 10
  • u

    user

    01/14/2018, 8:20 PM
    @aranwe commented on @Joe Fazzino’s file

    https://prisma.slack.com/files/U85JD5YNB/F8SJ6E693/image.png▾

    : I am just having the same issue 🙂 trying to simulate upload via Postman 🙂
  • c

    Callum

    01/14/2018, 10:01 PM
    Has evertything chilled with the connection problems?
  • r

    RishitKedia

    01/14/2018, 10:13 PM
    Haha. Nilan, you teaser! Stop doing this to us, man. 😝😂
  • j

    Jonathan Romano

    01/14/2018, 10:18 PM
    All I can say is what I've seen in the commit logs 😉 http://prntscr.com/i0gbys ¯\_(ツ)_/¯
    🤘 1
    prisma 5
    🙊 2
  • e

    Emi

    01/14/2018, 10:23 PM
    Are we supposed to see this left pane (app/database) with the playground?
  • u

    user

    01/14/2018, 10:25 PM
    @Jonathan Romano commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : Yes. Oh, right - when
    NODE_ENV
    is
    dev
    or
    development
    , the pane shows - in production you only get the playground for your app, not the DB (contrary to what I said before)
  • u

    user

    01/14/2018, 10:29 PM
    @Emi commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : I might not be setting it correctly then. This is what I've in my package.json (running on windows): "start": "set NODE_ENV=dev && node src/index.js"
  • u

    user

    01/14/2018, 10:31 PM
    @Jonathan Romano commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : The suggestion is to use a .env file instead - are you using one of the boilerplates?
  • u

    user

    01/14/2018, 10:32 PM
    @Emi commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : Yes, I'm using the node-basic.
  • u

    user

    01/14/2018, 10:32 PM
    @Emi commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : https://www.graph.cool/docs/1.0/quickstart/backend/node/node-phe8vai1oo
  • u

    user

    01/14/2018, 10:33 PM
    @Jonathan Romano commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : Ah, right. With that configuration, you'll get that pane, which makes sense for development. If you actually deploy the server, you'll want to use something like
    NODE_ENV=prod
    instead
  • u

    user

    01/14/2018, 10:35 PM
    @Emi commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : Where can I find the .env file you said before? I'm not able to see this pane.
  • u

    user

    01/14/2018, 10:35 PM
    @Emi commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : Even with that "start" command setting NODE_ENV to "dev".
  • u

    user

    01/14/2018, 10:42 PM
    @Jonathan Romano commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : The .env is only in the advanced boilerplate - my bad. Let me check into this, I remember seeing something about that...
  • u

    user

    01/14/2018, 10:42 PM
    @Emi commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : Many thanks!
  • u

    user

    01/14/2018, 10:46 PM
    @Emi commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : I created a .env file with NODE_ENV="dev". Unfortunately, still not working.
  • u

    user

    01/14/2018, 10:46 PM
    @Jonathan Romano commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : There's more that you'd have to do to get it working, and that shouldn't make a difference anyway... Let me spin up an app with node-basic myself
  • w

    wojtek

    01/14/2018, 11:02 PM
    are nested mutations live?
  • u

    user

    01/14/2018, 11:04 PM
    @Jonathan Romano commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : Did you deploy locally or to a public cloud?
  • u

    user

    01/14/2018, 11:06 PM
    @harmony commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : yes, you're supposed to see that, it's all part of your own app
  • u

    user

    01/14/2018, 11:06 PM
    @harmony commented on @Emi’s file

    https://prisma.slack.com/files/U7KCZRSEA/F8S5BHPFB/z7mwza8.png▾

    : you write a wrapper around the database
1...508509510...637Latest