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

    ehodges

    01/18/2018, 12:41 PM
    I’m interested in downloading the playground. I have not found a link to do this.
    h
    • 2
    • 2
  • p

    pokorson

    01/18/2018, 12:45 PM
    does boilerplate project generated with
    prisma init
    already include schema stitching?
  • m

    Matt

    01/18/2018, 12:47 PM
    Hi! Is it possible to send multiple mutations at once with Prisma? I'd also like to know if I can create Nodes with relations at once, or do I need to create relative nodes separately?
  • e

    ehodges

    01/18/2018, 12:49 PM
    Playground desktop: I entered the url from prisma.yml cluster and it says the server is not available, but the project is running. I’m doing something wrong?
    h
    • 2
    • 18
  • p

    pokorson

    01/18/2018, 12:54 PM
    ok, I see it doesn't is there any example of doing this?
  • a

    ajmakhl

    01/18/2018, 1:08 PM
    How can I create a server with this?
  • h

    harmony

    01/18/2018, 1:10 PM
    that's the framework/console which will stay, it's still called graphcool
  • a

    ajmakhl

    01/18/2018, 1:11 PM
    @harmony when ever I make a graphcool init and then deploy it. its not shown neither is the integration or the File Schema
  • h

    harmony

    01/18/2018, 1:12 PM
    graphcool init
    was what prisma is now
  • a

    ajmakhl

    01/18/2018, 1:12 PM
    do I need to use graphcool-framework init? because even that doesnt show them
  • h

    harmony

    01/18/2018, 1:13 PM
    weird
  • h

    harmony

    01/18/2018, 1:14 PM
    but it's read only anyway when you use it that way
  • h

    harmony

    01/18/2018, 1:14 PM
    if you wanted to open it in the console that is
  • a

    ajmakhl

    01/18/2018, 1:14 PM
    so what should i be doing?
  • h

    harmony

    01/18/2018, 1:14 PM
    well, do you need that ^?
  • a

    ajmakhl

    01/18/2018, 1:14 PM
    well yeah
  • h

    harmony

    01/18/2018, 1:14 PM
    if so use https://console.graph.cool ig
  • h

    harmony

    01/18/2018, 1:14 PM
    why do you need it?
  • h

    harmony

    01/18/2018, 1:14 PM
    is a schema offline not enough?
  • h

    harmony

    01/18/2018, 1:15 PM
    + playground
  • a

    ajmakhl

    01/18/2018, 1:15 PM
    oh, im still learning. so I cant manually type schemas right now
  • h

    harmony

    01/18/2018, 1:15 PM
    it's not hard
  • a

    ajmakhl

    01/18/2018, 1:15 PM
    ok
  • h

    harmony

    01/18/2018, 1:16 PM
    Copy code
    type File @model {
      contentType: String!
      createdAt: DateTime!
      id: ID! @isUnique
      name: String!
      secret: String! @isUnique
      size: Int!
      updatedAt: DateTime!
      url: String! @isUnique
    }
  • h

    harmony

    01/18/2018, 1:16 PM
    is writing something like
    url: String!
    harder than clicking buttons?
  • h

    harmony

    01/18/2018, 1:17 PM
    I mean you can still use the online thing from https://console.graph.cool/
  • h

    harmony

    01/18/2018, 1:17 PM
    afaik
  • a

    ajmakhl

    01/18/2018, 1:17 PM
    no its not. but using a gui helps me from not making typos. but yeah ill just get started on typing it manually
  • a

    ajmakhl

    01/18/2018, 1:18 PM
    thanks.
  • h

    harmony

    01/18/2018, 1:19 PM
    trying something a bit beyond your comfort zone helps you learn
    😅 1
    👍 1
1...524525526...637Latest