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

    codepreneur

    06/13/2017, 1:01 PM
    I think I solved it (solution is in the github comments)
  • n

    nilan

    06/13/2017, 1:07 PM
    Hey @dk0r 🙂 learngraphql.com is not affiliated to graphcool at all 😉
  • d

    dk0r

    06/13/2017, 1:08 PM
    are you sure --pretty confident they have graph.cool pasted all over and use graph.cool end points
    a
    • 2
    • 3
  • n

    nilan

    06/13/2017, 1:09 PM
    It's very possible that they use Graphcool, but I didn't know that. What I can say for sure is that graphcool does not operate the learngraphql.com domain 🙂
    👍 2
    d
    • 2
    • 2
  • n

    nilan

    06/13/2017, 1:13 PM
    What are you looking to learn, @dk0r? 😉 Maybe we can help you out anyway
  • a

    agartha

    06/13/2017, 1:14 PM
    Time for some positive news. My compliments to the team at Graphcool for setting up a reliable back-end cluster with AWS Aurora that handles load peaks without skipping a heartbeat. Keep up the good work guys!
    🍾 1
    💪🏻 1
    graphcool 2
    ✨ 2
    👍🏻 1
    🎉 1
  • l

    lewisblackwood

    06/13/2017, 1:16 PM
    👋 a quick question regarding subscriptions (and similar to a question asked by bobbyt on June 10th). Is it possible to subscribe to updates to a node that are then triggered by a change in a related node? In the example here (https://www.graph.cool/docs/reference/simple-api/subscribing-to-updated-nodes-ohmeta3pi4/#subscribe-to-all-updated-nodes), would it be possible to trigger the
    updatePost
    subscription when the associated Author is updated? Or would you always need to register two subscriptions?
    n
    b
    • 3
    • 8
  • e

    eliezedeck

    06/13/2017, 1:16 PM
    @nilan I’m beginning to make something bigger than the typical examples with Graph.cool. I can see a lot of boilerplates around the handling of the data (like
    update
    ,
    subscribe
    , etc...), things that seems to be repeated all the time. Before I try to create my own boilerplate codes around these routines, might there be some already existing library to handle these annoying tasks?
    🙏🏻 1
    a
    n
    • 3
    • 16
  • i

    idkjsx

    06/13/2017, 1:43 PM
    Hi folks speaking of examples. Is there a cheatsheet, demo, whatever breaking down running searches with the rich schema graphcool provides? Ex, search a database of books by title?
    n
    • 2
    • 3
  • v

    vinamelody

    06/13/2017, 1:53 PM
    Helo, I’m vina from Singapore and i work as ios developer. just did Ray Wenderlich tutorial and looking to use GraphCool as a side project. Last year, as part of iOSConfSG, we used Firebase as conference app backend without user login. This year, i personally aim, if possible (propose) to use registration directly to db and provide user login via app 🙂
    🎉 2
    n
    • 2
    • 2
  • i

    idkjsx

    06/13/2017, 1:54 PM
    @codepreneur learngraphql.com is terrible anyway.
  • c

    codepreneur

    06/13/2017, 1:55 PM
    haha
  • c

    codepreneur

    06/13/2017, 1:55 PM
  • i

    idkjsx

    06/13/2017, 1:56 PM
    @codepreneur if i was this shop, i'd ask them to take my name off it.
    n
    d
    • 3
    • 12
  • d

    dk0r

    06/13/2017, 2:00 PM
    Any recommendations for nice ways of populating graphcool w/ random user data?
    n
    i
    • 3
    • 19
  • i

    idkjsx

    06/13/2017, 2:26 PM
    @dk0r https://github.com/julienvincent/modelizr
  • d

    dk0r

    06/13/2017, 3:23 PM
    @nilan I tried https://github.com/learnapollo/pokedex-react-native/tree/master/exercise-01-solution
    n
    • 2
    • 23
  • d

    dk0r

    06/13/2017, 3:23 PM
    Seemed to build fine but received following error in Expo app:

    http://i.imgur.com/yzUVOA3.png▾

  • n

    nilan

    06/13/2017, 3:57 PM
    Hey @gabe 👋 welcome to the Graphcool Slack 😉
  • g

    gabe

    06/13/2017, 4:19 PM
    hey thanks for having me @nilan as a service 🙂
    😁 2
    n
    • 2
    • 3
  • d

    dk0r

    06/13/2017, 6:22 PM
    Is it necessary to have a query be named in a graphql-tag?
  • d

    dk0r

    06/13/2017, 6:22 PM
    https://gist.github.com/dk0r/085d3ec74334beb5944c3438aeab580f#file-gistfile3-txt-L2
  • d

    dk0r

    06/13/2017, 6:22 PM
    See lines-2 of the examples above
  • a

    aurnik

    06/13/2017, 7:26 PM
    @dk0r No but it’s useful if you later want to update those queries
  • a

    aurnik

    06/13/2017, 7:29 PM
    Also does anyone know if it’s possible to predict the position of adding an element to a gcool array? My mutations correctly add elements to an array but they’re inserted in what seems to be completely random positions
    a
    • 2
    • 6
  • v

    visualbbasic

    06/13/2017, 10:48 PM
    hey guys
    👋🏻 3
  • a

    amann

    06/13/2017, 10:49 PM
    Does anyone have suggestions on how to update a users email? On the updateUser mutation (I'm using the graphcool email auth provider) the email property is not available to be updated
    a
    • 2
    • 1
  • f

    fourcolors

    06/14/2017, 12:29 AM
    If I use Apollo, do I need redux still since it uses redux already?
    w
    p
    • 3
    • 20
  • p

    peterp

    06/14/2017, 1:44 AM
    Hey everyone! Awesome product! With the Auth0 + Digits integration can I authenticate several accounts at once? For example, authenticate both Github + Twitter if I’m looking for different pieces of information. Thanks again 🙂 (feel free to ping me)
  • p

    peterp

    06/14/2017, 1:52 AM
    To be more explicit, I’d like to make sure I can link auth0 accounts together in the way that they talk about here: https://auth0.com/docs/link-accounts
    n
    • 2
    • 2
1...229230231...637Latest