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

    denisnikulin

    11/12/2016, 10:57 AM
    schema.js or graphql.schema with schema definitions etc so we can use autocomplete in Atom etc..
  • s

    schickling

    11/12/2016, 10:58 AM
    Something like this? https://github.com/jimkyndemeyer/js-graphql-intellij-plugin#features-demo
  • d

    denisnikulin

    11/12/2016, 11:00 AM
    kind of, but just a schema exported would be sufficient. I have just started and normally write them manually, but having come across graph.cool I easily created some demo data
  • d

    denisnikulin

    11/12/2016, 11:00 AM
    then I wanted to add more Queries and Mutations but I could not work it out
  • d

    denisnikulin

    11/12/2016, 11:01 AM
    so I want to download the schema with all the definitions and modify it furthe..
  • d

    denisnikulin

    11/12/2016, 11:01 AM
    *further
  • d

    denisnikulin

    11/12/2016, 11:03 AM
    @schickling thanks for the URL, although it does not seem to support Atom IDE?..
  • s

    schickling

    11/12/2016, 11:04 AM
    I see, yeah that makes sense. We're currently working on a way to let you extend your queries and mutations with custom code. Could you PM me your use case? 🙂
  • s

    schickling

    11/12/2016, 11:04 AM
    No, I think there is no Atom support yet available.
  • d

    denisnikulin

    11/12/2016, 11:05 AM
    ok thank you!
  • s

    schickling

    11/12/2016, 12:55 PM
    @geocine sorry, I missed your question. No, I'm sorry I'm not aware of any plugin like this. But I agree it would be super helpful. @rene do you know anything about that?
    😂 1
  • m

    monkeybonkey

    11/14/2016, 4:51 PM
    hey has the "Related" level access in the docs been implmeented? I don't see it in the permissions control panel
  • s

    sorenbs

    11/14/2016, 5:48 PM
    Hey @monkeybonkey We have an extended version of the Related permission level in the works. I'm quite excited to get some feedback from early users. If you like I can reach out to you when we are ready to start testing it?
  • m

    monkeybonkey

    11/14/2016, 6:01 PM
    sure
  • m

    monkeybonkey

    11/14/2016, 6:01 PM
    @sorenbs let me know what you need
  • s

    sorenbs

    11/14/2016, 6:03 PM
    That's perfect. I'll add you to the list and let you know as soon as we are ready 🙂
  • m

    monkeybonkey

    11/14/2016, 6:54 PM
    ok so the docs are a bit ahead of the implementation that's available now?
  • n

    nilan

    11/14/2016, 7:09 PM
    It's both a bit outdated and a bit ahead, @monkeybonkey. Let me fix that right away simple smile
  • m

    monkeybonkey

    11/14/2016, 7:42 PM
    oh and also - where's the screen where i can hook up the auth0 integration - I can't find it in the dashboard
  • m

    monkeybonkey

    11/14/2016, 7:43 PM
    looking for the "Auth provider configuration dialog"
  • n

    nilan

    11/14/2016, 7:48 PM
    you can currently find it in the User model in the top right corner simple smile
  • m

    monkeybonkey

    11/14/2016, 8:15 PM
    ah - I see it now, also is there a method that I can use to check if the graphcool token has expired?
  • m

    monkeybonkey

    11/14/2016, 8:16 PM
    trying to figure out how to implement auth0 lock with graphcool in react native. so far I have the flow to be signInAuth0 -> setAuth0 token -> signInGraphCool -> setGraphCoolToken
  • m

    monkeybonkey

    11/14/2016, 8:19 PM
    however if either of the tokens expire I'll have to trigger re-authentication ... and trying to figure out whats the best way to keep the tokens in sync.. should I just set up some sort of listner handlers around specific error codes that I know are expired token errors - or is there a cleaner way?
  • n

    nilan

    11/14/2016, 11:11 PM
    as for the expiration duration there is a setting in Auth0, I think the default is 36000 second
  • j

    jw

    11/15/2016, 8:51 AM
    hello has anyone have a working example of react native + relay + graph cool? seems like it doesn’t work as expected, facing issues where relay is not auto setting the props when using Relay.QL
  • s

    sorenbs

    11/15/2016, 9:19 AM
    @jw Have you seen the official examples? https://github.com/relayjs/relay-examples/tree/master/TodoMVC
  • s

    schickling

    11/15/2016, 11:00 AM
    @monkeybonkey That's a really good point. We'll soon officially announce support for Auth0 (and Auth Providers in general). We've held back on this for now to learn as much as possible how people want to use Auth0. Based on this we will take next steps to further simplify usage of Auth0. Once these changes are deployed you'll be able to control the expiration behaviour based on Auth0.
  • s

    schickling

    11/15/2016, 11:01 AM
    Hey @jw! We're currently building our Instagram example for React Native + Relay (or Apollo).
  • s

    schickling

    11/15/2016, 11:01 AM
    Should be available later today here: https://github.com/graphcool-examples
1...444546...637Latest