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

    benwixen

    11/01/2016, 2:01 PM
    @nilan: Thanks. Yep 🙂
  • b

    benwixen

    11/01/2016, 2:02 PM
    @sorenbs: I'm planning on writing some tutorials about React/Relay/GraphQL, so I'm trying to stay up-to-date on what's moving in the industry
  • s

    sorenbs

    11/01/2016, 2:02 PM
    @benwixen We typically see less than 50 ms latency between gce EUROPE-WEST1 and our servers, so I wouldn’t worry about it except for very specific use cases. Feel free to ask other questions as thy come up. Happy to talk about it 🙂
  • s

    sorenbs

    11/01/2016, 2:03 PM
    Ah, that’s cool! Let me know if we can be of help in any way
  • n

    nilan

    11/01/2016, 2:04 PM
    have you seen #learnrelay, @benwixen? simple smile
  • b

    benwixen

    11/01/2016, 2:04 PM
    @sorenbs One last question for now: in terms of scale, how far can you go? Do you have one giant db? Some kind of automatic sharding? Do you split out a setup once it hits a certain level of traffic?
  • b

    benwixen

    11/01/2016, 2:05 PM
    @nilan Yep - good work!
  • s

    sorenbs

    11/01/2016, 2:07 PM
    We don’t want to talk too much about the specifics of how we handle scaling, but yeah, your description is pretty close 🙂
  • b

    benwixen

    11/01/2016, 2:07 PM
    @sorenbs Ok, but you handle it? 😛
  • s

    sorenbs

    11/01/2016, 2:09 PM
    We do
  • b

    benwixen

    11/01/2016, 2:10 PM
    @sorenbs Sounds good. I'll make a demo project when I have time
  • b

    benwixen

    11/01/2016, 2:11 PM
    @sorenbs Are you Danish by any chance?
  • s

    sorenbs

    11/01/2016, 2:12 PM
    Hehe, yeah. I’m Danish. Most of the team is German
  • b

    benwixen

    11/01/2016, 2:13 PM
    All good. I'm Norwegian. Ok, I'll probably check back in once I've fiddled around a bit
  • b

    benwixen

    11/01/2016, 2:13 PM
    Thanks for your answers
  • s

    sorenbs

    11/01/2016, 2:13 PM
    Most welcome 😄
  • s

    sunrising

    11/01/2016, 3:42 PM
    hi! will it be possible to duplicate models? and import/export models with json?
  • s

    schickling

    11/01/2016, 3:53 PM
    Hey @sunrising! About your questions: 1) Could you describe your use case around this a bit more? 2) It will soon be possible to import/export a project. We'll see how granular this will be. Good points that it could make sense to just import a certain model.
  • s

    sunrising

    11/01/2016, 4:05 PM
    hi @schickling , i am building models and sometimes two big models can be quite similar... in this casa i wish i can duplicate the first one and then edit it as i want
  • s

    schickling

    11/01/2016, 4:07 PM
    Yeah, that makes a lot of sense in terms of optimizing your workflow. Would you mind describing your use case here: https://github.com/graphcool/feature-requests
  • s

    schickling

    11/01/2016, 4:07 PM
    Just open up a new feature request please 👍
  • s

    sunrising

    11/01/2016, 4:09 PM
    yes, thank you!
  • s

    sunrising

    11/01/2016, 4:12 PM
    when i try to create a relation between models the "create" button is always disabled... is there some quirks i have to pay attention to?
  • s

    sorenbs

    11/01/2016, 4:14 PM
    @Sunrise you need to give the relation a name that starts with uppercase letter
  • s

    sunrising

    11/01/2016, 4:15 PM
    you're right, it works. maybe i would validate that input 🙂 thanks again
  • s

    sorenbs

    11/01/2016, 4:16 PM
    Great!
  • s

    sam

    11/01/2016, 4:22 PM
    @sorenbs: you mentioned Sangria... I've not heard of that tool/framework before... link me?
  • s

    sorenbs

    11/01/2016, 4:34 PM
    It’s the most well developed GraphQL implementation outside of the reference implementation. http://sangria-graphql.org/
  • s

    sam

    11/01/2016, 5:42 PM
    Awesome, thanks!
  • e

    emilrmoeller

    11/02/2016, 12:02 PM
    Hey 🙂 I have a question to mutation:
    signinUser()
    I’m wondering why it’s not using
    authProvider: AuthProviderSignupData!
    as argument, but
    email
    or
    password
    . I wonder what the reason behind it is ?
1...383940...637Latest