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

    nilan

    01/12/2017, 9:27 PM
    I think you should be able to disable the auth provider(removes all auth information) , logging out and in for good measure clone the project and then enable the auth providers in both
  • n

    nilan

    01/12/2017, 9:28 PM
    if you already got 'production' users then you shouldn't try this workaround as all their auth information would be lost πŸ˜›
  • g

    gcardinal

    01/12/2017, 9:32 PM
    Nah, it keeps the auth provider information even when i remove it and logout. The clone would probably have it too I imagine. I'll just wait for the fix I think
  • n

    nilan

    01/12/2017, 9:32 PM
    right, thanks for checking anyway πŸ‘
  • g

    gcardinal

    01/12/2017, 9:32 PM
    Sure thing, thanks for answering at 10pm!
    πŸ‘Š 1
  • s

    stephan

    01/13/2017, 11:10 AM
    hi there πŸ™‚
  • n

    nilan

    01/13/2017, 11:10 AM
    Hey Stephan πŸ™‚ Glad you found your way to our Slack πŸŽ‰
  • n

    nilan

    01/13/2017, 11:11 AM
    How is your progress with the Instagram example going? πŸ˜„
  • s

    stephan

    01/13/2017, 11:11 AM
    hehe, it’s working
    😎 1
  • s

    stephan

    01/13/2017, 11:11 AM
    but I’m not interested in using React
  • s

    stephan

    01/13/2017, 11:12 AM
    Quick question: Do you have support for entering 'rich text'?
  • n

    nilan

    01/13/2017, 11:13 AM
    Not sure if I really understand what you mean. Do you talk about things like HTML, or really formatted text such as found in Text editors?
  • s

    stephan

    01/13/2017, 11:14 AM
    HTML
  • s

    stephan

    01/13/2017, 11:14 AM
    Say I’d have a Post model, containing a title and a body
  • s

    stephan

    01/13/2017, 11:14 AM
    and I’d want the body to return HTML in the form of a string?
  • n

    nilan

    01/13/2017, 11:16 AM
    let me see if I can make it work with GraphQL variables. Meanwhile, would base64 encoding/decoding work for you?
  • n

    nilan

    01/13/2017, 11:16 AM
    Let's discuss this further in PM πŸ™‚
  • s

    stephan

    01/13/2017, 11:16 AM
    alright πŸ™‚
  • f

    freddie-codogo

    01/13/2017, 12:14 PM
    Hi everyone, does Graphcool have support of subscriptions and query batching using the Apollo Client?
  • n

    nilan

    01/13/2017, 12:14 PM
    Hey @freddie-codogo, welcome πŸ™‚
  • n

    nilan

    01/13/2017, 12:15 PM
    We support subscriptions with Apollo, you can find an example here: https://github.com/graphcool-examples/react-apollo-instagram-subscriptions-example
  • n

    nilan

    01/13/2017, 12:15 PM
    Query batching is something we are in close contact with Apollo about but it's not supported right now. Happy to hear more about that from your side of things πŸ™‚
  • f

    freddie-codogo

    01/13/2017, 12:16 PM
    We're migrating a legacy app to a graphQL backend, which will require us to make many mutations on initial startup
  • f

    freddie-codogo

    01/13/2017, 12:17 PM
    So we could massively improve performance if we can batch those together
  • n

    nilan

    01/13/2017, 12:17 PM
    Cool, we have a few ideas on how to do that without query batching, glad to talk more about this in PM πŸ™‚
  • n

    nilan

    01/13/2017, 12:21 PM
    by the way, we don't consider initial migration scripts as part of the limits in our pricing right now, but might do so in the future
  • z

    zth

    01/13/2017, 8:45 PM
    Trying out prep, but I keep getting "Cannot GET /" in my exported file, even though it's pointed at an URL that works when I open it in my browser. Any clues?
  • s

    schickling

    01/13/2017, 8:47 PM
    Hey @zth. You can refer to our homepage as an example πŸ™‚
  • z

    zth

    01/13/2017, 9:05 PM
    @schickling I got it after looking through the example, I didn't understand that you're supposed to point it at a static dir, I thought host in the config was where you wanted it to prerender
  • z

    zth

    01/13/2017, 9:06 PM
    but now I get it
1...737475...637Latest