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

    thienpow

    09/20/2016, 4:26 PM
    good job done
  • s

    schickling

    09/20/2016, 4:44 PM
    Hey @thienpow! Thanks Ken! Please let us know if you need some help at any time!
  • t

    thienpow

    09/20/2016, 4:58 PM
    yup i do need auth0 support 😛.. with signInWithCustomToken feature like firebase v3
  • s

    schickling

    09/20/2016, 5:39 PM
    @thienpow: We'll roll out support for Auth0 next week. About `signInWithCustomToken`: Have you taken a look at this in the meantime? https://docs.graph.cool/reference/platform#permanent-authentication-token
  • t

    thienpow

    09/21/2016, 3:38 AM
    @schickling ya i saw that, but i am doing mobile app… as it suggested it should not be used on mobile app
  • s

    schickling

    09/21/2016, 8:14 AM
    @thienpow okay I see! We'll ping you as soon as we rolled out support for Auth0!
  • t

    thienpow

    09/21/2016, 8:38 AM
    Thanks!
  • t

    thienpow

    09/21/2016, 11:42 AM
    when i try the TodoMVC sample, i run into "Invariant Violation” error
  • t

    thienpow

    09/21/2016, 11:43 AM
    created Todo model with 2 fields text (string) and complete (boolean)
  • r

    rene

    09/21/2016, 11:50 AM
    @thienpow are you using the Relay example?
  • t

    thienpow

    09/21/2016, 11:51 AM
    yes
  • t

    thienpow

    09/21/2016, 11:51 AM
    react-relay
  • r

    rene

    09/21/2016, 11:51 AM
    Usually when you changed your data schema (added models or fields) you’ll need to rebuild the project
  • r

    rene

    09/21/2016, 11:52 AM
    The reason is that it needs to pull in the new data schema at compile time. The hot module reloading wouldn’t handle that.
  • r

    rene

    09/21/2016, 11:52 AM
    If it’s still a problem after that, just let me know 😉
  • p

    pyros2097

    09/21/2016, 11:57 AM
  • p

    pyros2097

    09/21/2016, 11:58 AM
    Anyways any idea on how to do file uploads? I couldn't find it in the documentation?
  • s

    schickling

    09/21/2016, 11:58 AM
    Hey @pyros2097! Thanks for letting us know! We'll fix this right away! Which OS are you using btw?
  • p

    pyros2097

    09/21/2016, 11:58 AM
    ubuntu 16.04
  • p

    pyros2097

    09/21/2016, 11:59 AM
    I'm just checking if some plugin in not causing this since I use redux and react plugins
  • s

    schickling

    09/21/2016, 11:59 AM
    About the file uploads: @nilan is currently writing the documentation for that. We'll also publish a guide on file handling over the next couple of days.
  • p

    pyros2097

    09/21/2016, 12:00 PM
    thanks
  • p

    pyros2097

    09/21/2016, 12:03 PM
    Does this support ACID transactions like all or nothing? if I have a single request with multiple mutations and one of them fails does everything else get rolled back?
  • s

    schickling

    09/21/2016, 12:04 PM
    @pyros2097 Very good point! We're indeed working on something like that at the moment. This feature will be rolled out over the next weeks.
  • t

    thienpow

    09/21/2016, 12:04 PM
    Invariant Violation
  • s

    schickling

    09/21/2016, 12:05 PM
    @thienpow Have you also adjusted the GraphQL endpoint in your
    package.json
    ?
  • t

    thienpow

    09/21/2016, 12:05 PM
  • t

    thienpow

    09/21/2016, 12:05 PM
    yes both package.json and app.js
  • t

    thienpow

    09/21/2016, 12:06 PM
    https://api.graph.cool/relay/v1/citb93q1l4fr40126gh5bmvbt
  • s

    schickling

    09/21/2016, 12:07 PM
    Is there any kind of error in the terminal when running
    npm start
    ?
1...151617...637Latest