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

    kairoeder

    03/24/2017, 8:03 AM
    Seems to work again ๐Ÿ™‚
  • h

    havgry

    03/24/2017, 8:04 AM
    Yup!
  • s

    schickling

    03/24/2017, 8:06 AM
    Hey <!here|@here>! Weโ€™re terribly sorry for this long unexpected downtime. We have identified and solved the problem and are fully up and running again. Weโ€™ll shortly follow up with a more detailed post-mortem report containing background information how this could have happened and what weโ€™ll do to prevent something like this in the future. Thanks a lot to all of you for your understanding. Let us know if you need any help! ๐Ÿ™
    โค๏ธ 5
    ๐Ÿ‘ 6
    ๐Ÿ™Œ 10
  • w

    wallslide

    03/24/2017, 8:46 AM
    I have a schema where I have a
    User
    model, a
    Team
    model, and there is a 1-to-1 relationship between the two. If I have the
    userId
    , can I update a
    Team
    immediately with that
    userId
    , or do I first have to use the
    userId
    to query for the
    teamId
    and then update the user's team with that
    teamId
    ?
    n
    • 2
    • 7
  • w

    wallslide

    03/24/2017, 9:25 AM
    Is there an example somewhere of using Apollo Client's optimistic UI when doing a nested mutation?
    n
    • 2
    • 15
  • i

    idkjs

    03/24/2017, 10:08 AM
    Whats up Graphcool! Question on your docs. https://www.graph.cool/docs/reference/relay-api/one-node-ga4chied8m
    n
    • 2
    • 11
  • i

    idkjs

    03/24/2017, 10:10 AM
    Cheers, brother. Been deep in the code.
  • a

    artyom

    03/24/2017, 11:36 AM
    lots of awesome folks have joined us recently! ๐Ÿ–– to you all! @stevewpatterson @richard127 @robert_p @sbornia @jhaubold @msanroman @qard @mkern @edward_s @sstine @komondor @barbatus @davaahoo @anandprabhu @marielle @grst @guilhermescp sorry if I missed anyone, itโ€™s not personal! ๐Ÿ™‚ a hearty welcome to you all from the bottom of the graphcool teamโ€™s โค๏ธ
    ๐Ÿ™Œ 1
  • m

    msanroman

    03/24/2017, 11:36 AM
    Ah, thanks so much @artyom! Really excited at what you all are doing! ๐Ÿ––
    ๐Ÿ–– 2
    a
    • 2
    • 1
  • a

    afgh

    03/24/2017, 12:52 PM
    Iโ€™m getting a bunch of "Unhandled GraphQL subscription errorsโ€ that seem to appear at random times even now when the service seems to be working fine. Any idea how to handle these? Is there a way to catch them?
    n
    a
    • 3
    • 39
  • a

    afgh

    03/24/2017, 1:00 PM
    React Native btw.
  • s

    sorenbs

    03/24/2017, 2:20 PM
    We have concluded our investigation of tonights incident. We fixed the immediate issue earlier today and are currently implementing better procedures to make sure this can not happen again. Thank you all for the support! @jshort - I think beers are on us this time. You can read our post mortem at https://status.graph.cool/
    ๐Ÿป 5
  • j

    jimthedev

    03/24/2017, 2:33 PM
    One question might be timing these types of changes. I've seen lots of people make changes in the evening/night to minimize downtime but the problem with that is that there can be a long tail to resolution since everyone is asleep. At least first thing on a Tuesday for config changes you know you have 8 hours to work on a problem. Not sure if others have experienced this but I always preferred as a customer to know that an outage was during a time when someone could actually work on it. Obviously this could be different for other folks and I'm not sure what your internal procedures are. Overall thanks for communicating. ๐Ÿ™‚
    s
    • 2
    • 2
  • j

    jshort

    03/24/2017, 2:34 PM
    โค๏ธ thanks for the great post mortem. shit happens.
  • j

    jshort

    03/24/2017, 2:35 PM
    @jimthedev we used to have a flag at an old job on deploy that happened an hour before work ended or on fridays
    --yes-i-know-what-time-it-is-and-i-accept-the-consequences
    . And then stupid CI/CD came along and I don't get the fun flags in my job anymore.
    ๐Ÿ˜‚ 1
    ๐Ÿ˜† 1
    s
    • 2
    • 1
  • j

    jimthedev

    03/24/2017, 2:47 PM
    haha
  • j

    jimthedev

    03/24/2017, 2:48 PM
    @jshort I like that. Maybe CI should just always queue changes after a certain time and if you want to push it through then you need to log in to a clowntown site where you have to take a photo of yourself before pushing it through
    ๐Ÿ‘ 1
  • a

    artyom

    03/24/2017, 3:11 PM
    @jason ๐Ÿ–– welcome to graphcool !
  • j

    jason

    03/24/2017, 3:12 PM
    thanks @artyom
  • j

    jason

    03/24/2017, 3:13 PM
    I was looking for info about more advanced authorization schemes but it seems that even permissions based on ownership are in beta?
  • j

    jason

    03/24/2017, 3:13 PM
    I would need something more like https://github.com/haruska/pool_madness/blob/master/app/models/ability.rb
  • j

    jason

    03/24/2017, 3:14 PM
    Not sure I would need a full custom lambda function for graph.cool but certainly the ability to have more advanced permissions
  • n

    nilan

    03/24/2017, 3:14 PM
    Hey @jason I'll reach out to in PM ๐Ÿ™‚
  • e

    eclypse

    03/24/2017, 3:52 PM
    Hi guys! I have a question. Is the Graphcool Documentation site built using Graphcool?
    n
    • 2
    • 17
  • k

    kimf

    03/24/2017, 4:01 PM
    Is there a way to delete by filter ?
    n
    s
    • 3
    • 14
  • m

    m.b.iqbal

    03/24/2017, 4:21 PM
    Hi All, Has anybody used anything other than Algolia for full text search? How did you achieve that?
  • k

    kimf

    03/24/2017, 4:41 PM
    Quick question regarding graphql-up.. Is there a way to tear it down?
    s
    • 2
    • 2
  • j

    jero2rome

    03/24/2017, 4:46 PM
    @nilan ๐ŸŽStickers received ๐Ÿ‘
    ๐Ÿ‘ 1
    ๐ŸŽ‰ 1
    graphcool 2
    n
    • 2
    • 2
  • i

    itkachenko

    03/24/2017, 7:02 PM
    Hi, everyone! Does anybody have experience using graph.cool with app whose users produce about 2000rpm to the server? Whatโ€™s response time?
  • n

    nickhudkins

    03/24/2017, 7:21 PM
    I had 4 users just 30 minutes ago, scaled to 10, holding steady, so I know you can more than double in a short period of time and be great! ๐Ÿ˜‚
    ๐Ÿ‘ 3
    n
    • 2
    • 2
1...133134135...637Latest