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

    jt9001

    09/21/2017, 5:05 AM
    well I'm just trying to visit graph.cool
  • a

    agm1984

    09/21/2017, 5:06 AM
    Yea not sure, sorry I can't help any more than I did 🙂
  • l

    lastmjs

    09/21/2017, 5:07 AM
    I'm getting that the cert date is invalid
  • a

    agm1984

    09/21/2017, 5:07 AM
    I just went there and got the same error though, so you are definitely onto something
  • l

    lastmjs

    09/21/2017, 5:07 AM
    NET::ERR_CERT_DATE_INVALID
  • l

    lastmjs

    09/21/2017, 5:07 AM
    When visiting https://graph.cool/
  • l

    lastmjs

    09/21/2017, 5:08 AM
    @nilan Sounds like a major issue with the certs
  • a

    agm1984

    09/21/2017, 5:08 AM
    SSL cert must have just expired or something
  • n

    nilan

    09/21/2017, 5:19 AM
    @jt9001 @agm1984 @lastmjs thanks, looking into it now!
  • j

    jt9001

    09/21/2017, 5:22 AM
    thanks @nilan! dat support
  • a

    albeik

    09/21/2017, 5:25 AM
    Definitely looks like a cert expiration
  • f

    falconerd

    09/21/2017, 5:27 AM
    also reporting SSL cert expired
    n
    a
    • 3
    • 4
  • i

    Isaac Lee Morris

    09/21/2017, 5:59 AM
    Is there a simple way to query the db from inside a schema extension?
    d
    • 2
    • 4
  • v

    valid

    09/21/2017, 6:12 AM
    Apologies for the simple question, just starting out... I'm having trouble understanding how I can update something in the graph.cool data - I have
    type Item { id ID! @isUnique connected: Boolean }
    and I'd like to toggle
    connected
    - What would the query be to do so?
    d
    • 2
    • 3
  • v

    valid

    09/21/2017, 6:14 AM
    (doesn't have to actually toggle, I basically just want to set it to
    true
    )
  • i

    Isaac Lee Morris

    09/21/2017, 6:35 AM
    -.js
  • n

    nilan

    09/21/2017, 6:35 AM
    @Isaac Lee Morris `async`/`await` is currently not supported in functions. we're working on it!
    • 1
    • 1
  • i

    Isaac Lee Morris

    09/21/2017, 6:37 AM
    ✔️
  • i

    Isaac Lee Morris

    09/21/2017, 6:37 AM
    Thank you @nilan
  • i

    Isaac Lee Morris

    09/21/2017, 6:39 AM
    Untitled.js
  • i

    Isaac Lee Morris

    09/21/2017, 6:40 AM
    Changed to the above, getting the same error
  • i

    Isaac Lee Morris

    09/21/2017, 6:40 AM
    -.js
  • a

    albeik

    09/21/2017, 6:41 AM
    @Isaac Lee Morris you got
    await
    in your code (line 12)
  • i

    Isaac Lee Morris

    09/21/2017, 6:41 AM
    Ah thank you
  • i

    Isaac Lee Morris

    09/21/2017, 6:41 AM
    Removed, but same error
  • i

    Isaac Lee Morris

    09/21/2017, 6:41 AM
    It appears to be happening before getting to the request
  • i

    Isaac Lee Morris

    09/21/2017, 6:41 AM
    While creating the api
    n
    • 2
    • 45
  • l

    LeiZeng

    09/21/2017, 7:11 AM
    What do you think if we can make the Permission part into code instead of click and click in the dashboard?
    a
    n
    • 3
    • 14
  • l

    LeiZeng

    09/21/2017, 7:12 AM
    I do like the way working with the CLI tool for Schema
  • i

    Isaac Lee Morris

    09/21/2017, 7:33 AM
    Are schema extensions pullable/editable via CLI?
    n
    • 2
    • 1
1...345346347...637Latest