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

    harmony

    01/11/2018, 3:20 PM
    0.x seems broken
  • h

    harmony

    01/11/2018, 3:20 PM
    https://www.graph.cool/docs/1.0/ works
  • h

    harmony

    01/11/2018, 3:21 PM
    you can switch to 0.x from that page which seems to work
  • h

    harmony

    01/11/2018, 3:22 PM
    I think it might actually be github
  • h

    harmony

    01/11/2018, 3:23 PM
    yup, github is rip
  • s

    senorcodecat

    01/11/2018, 3:33 PM
    Wow. I was blaming it on everything else but Github this morning.
  • h

    harmony

    01/11/2018, 3:36 PM
    https://status.github.com/messages
  • i

    iamclaytonray

    01/11/2018, 3:50 PM
    It’s back up guys 🙂
  • e

    ed

    01/11/2018, 4:37 PM
    Hello everyone, Is there a way to expire/invalidate the token generated for
    generateNodeToken
    ? rather than setting a expiration time, I am currently implementing a sign out flow, but the token is still valid :s
    👍 1
    i
    • 2
    • 2
  • j

    johannpinson

    01/11/2018, 4:48 PM
    Hi guys! Have someone already use “Schema Stitching” with Graphcool ? Example : I use the User model inside Graphcool, and a field
    products: [Product!]
    , which may have ID of a Product model. But the Product model is outside of Graphcool, available from another server/api. The Product model have classic fields (id, name, price, etc.). I already test to link the 2 “api” with a custom function with Graphcool, but I would like to facilitate it to allow to have directly this type of query :
    Copy code
    query user($userId: ID) {
      User(id: $userId) {
        email
        ...
        products: [
          {
             "id":  "abc",
             "name": "my awesome product",
             ...
          }
        ]
      }
    }
    And so not create custom query/mutation, just the resolvers to link “ID” between the model/api Thanks all for you help 😉
  • j

    johannpinson

    01/11/2018, 4:50 PM
    N.B. : actually, the field is
    products: [String!]
    inside Graphcool, because the Product doesn’t exist inside the project
  • s

    senorcodecat

    01/11/2018, 7:43 PM
    Anyone else suddenly not able to run graphcool as a command?
  • s

    senorcodecat

    01/11/2018, 7:45 PM
    Have no clue what happened
  • n

    noahdavis

    01/11/2018, 7:47 PM
    npm install -g graphcool@beta
  • n

    noahdavis

    01/11/2018, 7:47 PM
    What's that get you @senorcodecat?
  • s

    senorcodecat

    01/11/2018, 7:48 PM
    . . . testing
  • s

    senorcodecat

    01/11/2018, 7:51 PM
    @noahdavis Appears to work, minus having compatibility issues with my graphcool.yml file
  • s

    senorcodecat

    01/11/2018, 7:51 PM
    Does legacy no longer work?
  • n

    noahdavis

    01/11/2018, 7:52 PM
    I'm not sure, hitting the same issues right now. Trying to follow the new RC1 video and hitting issues
  • s

    senorcodecat

    01/11/2018, 7:52 PM
    Ugh
  • s

    senorcodecat

    01/11/2018, 7:52 PM
    I can't afford this right now.
  • s

    senorcodecat

    01/11/2018, 7:52 PM
    Thanks, man. I'll try to find a solution
  • n

    noahdavis

    01/11/2018, 7:52 PM
    Let me know where you land
  • n

    noahdavis

    01/11/2018, 7:53 PM
    working on this in the background
  • s

    senorcodecat

    01/11/2018, 7:53 PM
    Cool
  • h

    harmony

    01/11/2018, 8:03 PM
    wait
  • h

    harmony

    01/11/2018, 8:04 PM
    you only want
    graphql@beta
    if you want to use 1.0
  • s

    senorcodecat

    01/11/2018, 8:04 PM
    Yeah, I reverted
  • s

    senorcodecat

    01/11/2018, 8:04 PM
    but the old isn't working either
  • s

    senorcodecat

    01/11/2018, 8:04 PM
    Everything My reading ability is broken
    n
    • 2
    • 19
1...502503504...637Latest