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

    hellojere

    03/17/2017, 9:41 AM
    Thanks @artyom đź‘‹ back. Looking forward to this service for sure.
    ❤️ 1
    a
    • 2
    • 1
  • a

    artyom

    03/17/2017, 10:20 AM
    @zmarkan hello! welcome! graphcool
  • z

    zmarkan

    03/17/2017, 10:31 AM
    Hello! 🙂
  • a

    artyom

    03/17/2017, 10:48 AM
    it’s a proper party in the graphcool slack today 🦜 🎉 hi, @jonathan & @roth
    👍 2
  • m

    musbell

    03/17/2017, 11:11 AM
    Hello guys
    đź‘‹ 2
    n
    • 2
    • 1
  • k

    kimf

    03/17/2017, 12:25 PM
    Hello. I’ve been thinking about releasing the app im writing as opensource. Not that it would be usable by anyone but maybe someone can learn something. Is there a way to export my graph.cool schema into something I can use with graphql-up? would be awesome to have that with the readme..
    ❤️ 2
    🙏 2
    n
    s
    k
    • 4
    • 17
  • g

    gmuresan

    03/17/2017, 1:34 PM
    Is the roadmap being kept up to date? https://github.com/graphcool/feature-requests/projects/1
    n
    • 2
    • 4
  • m

    monkeybonkey

    03/17/2017, 1:43 PM
    gettin an odd permission error - when I register a new user using an auth0 id token, I get an apollo permission error, but when I look at graphcool, I see the user was created in the database
    Copy code
    GraphQL error: Insufficient Permissions
        at new ApolloError (apollo.umd.js:1490)
        at apollo.umd.js:2107
        at tryCallOne (core.js:37)
        at core.js:123
        at JSTimers.js:100
        at Object.callTimer (JSTimersExecution.js:95)
        at Object.callImmediatesPass (JSTimersExecution.js:199)
        at Object.callImmediates (JSTimersExecution.js:214)
        at MessageQueue.js:214
        at guard (MessageQueue.js:46)
  • m

    monkeybonkey

    03/17/2017, 1:44 PM
    anyone have suggestions on how I could debug that?
  • m

    monkeybonkey

    03/17/2017, 1:46 PM
    does apollo behind the scenes try to fetch the created user record right away to refresh its cache or something? Or does it have something to do with how I set some private fields in the graphcool permissions?
    s
    n
    • 3
    • 5
  • a

    artyom

    03/17/2017, 1:55 PM
    @katsikas hi there! đź‘‹
    k
    • 2
    • 1
  • a

    artyom

    03/17/2017, 4:11 PM
    hi @levente.dominguez nice to have you join us! graphcool
  • a

    artyom

    03/17/2017, 8:16 PM
    ahoi @ferdi đź‘‹ graphcool
  • f

    ferdi

    03/17/2017, 8:16 PM
    Hi there đź‘‹
  • f

    ferdi

    03/17/2017, 8:17 PM
    graphcool looks great. I will give it a spin.
    graphcool 2
    a
    • 2
    • 3
  • a

    artyom

    03/17/2017, 9:13 PM
    @griffinsockwell hi!
  • a

    artyom

    03/17/2017, 10:26 PM
    hey @hmeissner 🙌
  • j

    jonathan

    03/17/2017, 10:34 PM
    Is there a rough ETA for more advanced permission settings? I only see “Query permissions”
    Note: this feature will roll out in the future.
    in the docs. I’m looking for a way to work with multiple user roles.
    👍 1
  • m

    martin

    03/17/2017, 11:44 PM
    Unable to find any info in the
    docs
    on email authentication using
    react-native
    . Any pointers?
  • w

    wallslide

    03/18/2017, 6:36 AM
    I just got an error from graphcool
    Copy code
    [ { message: 'Whoops. Looks like an internal server error. Please contact us in Slack (<https://slack.graph.cool>) and send us your Request ID: cj0evqplp46n30168jzob6ass',
           requestId: 'cj0evqplp46n30168jzob6ass',
           path: [Object],
           locations: [Object] } ] }
  • w

    wallslide

    03/18/2017, 9:26 AM
    I couldn't get a nested mutation using variables working
  • w

    wallslide

    03/18/2017, 9:26 AM
    I used this article as a guide https://www.graph.cool/blog/improving-dx-with-nested-mutations-vietahx7ih/
  • w

    wallslide

    03/18/2017, 9:26 AM
    but I kept getting an error similar to the one that I pasted above
    n
    • 2
    • 10
  • h

    hellojere

    03/18/2017, 10:50 AM
    Is there a recommended way to do server side rendering with Graphcool?
    s
    s
    s
    • 4
    • 7
  • a

    artyom

    03/18/2017, 11:11 AM
    @noktasizvirgul @do4gr @paulo @zirho6 @samtoday hello from the graphcool team! ping us with questions, if anything comes up
  • l

    lpil

    03/18/2017, 2:31 PM
    Hello! I’m using Graph.cool with Auth0, and I was wondering what the correct login flow is when I have the token
  • l

    lpil

    03/18/2017, 2:32 PM
    I can run a
    createUser
    mutation, but it errors the second time they log in as the user already exists
  • l

    lpil

    03/18/2017, 2:32 PM
    Is there a way to create a user if it does not already exist?
  • l

    lpil

    03/18/2017, 2:32 PM
    Otherwise do nothing
  • s

    sorenbs

    03/18/2017, 2:51 PM
    Hi @lpil - When the user already exists you can simply use the id_token returned by auth0 as the authorization token you include in requests to Graphcool. Most apps create separate flows for signup and signin, so in that case you already know if you need to call the createUser mutation. If you have a combined flow I would suggest to always call createUser and simply catch the error.
1...126127128...637Latest