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

    christrotter

    10/30/2016, 12:13 PM
    Hey guys I'm having some trouble signing in, it's telling me that I need to sign in using the previous provider I signed up with
  • c

    christrotter

    10/30/2016, 12:13 PM
    I can't log in using my github or email authentication
  • s

    schickling

    10/30/2016, 12:44 PM
    Hey @christrotter! Could you try again? @sorenbs will look into this issue now ๐Ÿ™‚
  • c

    christrotter

    10/30/2016, 12:46 PM
    thanks! working again now when using my email to signin
  • s

    schickling

    10/30/2016, 12:46 PM
    Github as well?
    ๐Ÿ‘ 1
  • c

    christrotter

    10/30/2016, 12:48 PM
    yup, both email and github working now
  • e

    emilrmoeller

    10/30/2016, 8:06 PM
    Hi again, I have been working with graph.cool all day (i should probably get some air), but some feedback so far. Itโ€™s amazing guys! Just wonderful. 8 hours of work and i have: Full angular 2 app with ngrx store, user signup + login + log out, the full app structure, querying lists of posts written by users. Template, components and everything reactive. ๐Ÿ‘ ๐Ÿ‘ I couldnโ€™t have done it without graph.cool. I wrote down all steps along the way and are planning to write a prober article for medium when flying next thursday!
    ๐Ÿš€ 7
  • s

    schickling

    10/30/2016, 8:14 PM
    That's amazing, Emil! Good job!
  • e

    emilrmoeller

    10/30/2016, 8:16 PM
    Thanks! Itโ€™s so cool!
  • s

    sunrising

    10/31/2016, 1:59 PM
    hi guys, i'm new here and i need to know something: - what about the support for the pricing plans? - how can i export the schema and the data?
  • s

    schickling

    10/31/2016, 2:04 PM
    Hey @sunrising! Good points: 1) Graphcool will be free until the end of this year during the early access program. We will still keep a generous free plan. 2) We're working on a way to import/export your schema. Exporting your data is possible using the normal API. Please let me know if that helps!
  • s

    sunrising

    10/31/2016, 2:06 PM
    thanks @schickling ! but the support in case of pricing plan will be 1:1 24/7 or similar?
  • s

    schickling

    10/31/2016, 2:14 PM
    @sunrising I'll reach out to you via DM ๐Ÿ™‚
  • s

    schickling

    10/31/2016, 2:18 PM
    Quick answer: Yes, we'll include a 24/7 support option in our new pricing model (will be announced soon)
  • s

    sunrising

    10/31/2016, 2:40 PM
    great!!
  • n

    nosovsh

    10/31/2016, 3:29 PM
    hi @schickling ! thanks for your answers in support chat ๐Ÿ™‚ question about pricing. What is "max users" limit? all objects in User collection?
  • s

    sunrising

    10/31/2016, 3:30 PM
    i have this error when i try to use createUser mutation: Network error: Server response was missing for query 'undefined'. any clue?
  • e

    emilrmoeller

    10/31/2016, 3:31 PM
    @sunrising i had the issue if my headers sent
    Authorisation: Bearer null
  • e

    emilrmoeller

    10/31/2016, 3:31 PM
    So i made some logic for it to only send the header.authโ€ฆ. if there was already a token in my localStorage
  • s

    sunrising

    10/31/2016, 3:32 PM
    thanks again @emilrmoeller i will try to fix in a similar way!
  • e

    emilrmoeller

    10/31/2016, 3:33 PM
    Cool, let me know if it works ๐Ÿ™‚
  • e

    emilrmoeller

    10/31/2016, 3:33 PM
    Copy code
    networkInterface.use([{
      applyMiddleware (req, next) {
        if (!req.options.headers) {
          req.options.headers = {};
        }
        if (localStorage.getItem('auth_token')) {
          req.options.headers['Authorization'] = 'Bearer' + ' ' + localStorage.getItem('auth_token');
        }
        next();
      },
    }]);
    This is my logic for it
  • s

    schickling

    10/31/2016, 4:06 PM
    Hi @nosovsh! Yes, exactly. Users provide a lot of extra functionality like integrations with Auth0 etc.
  • n

    nosovsh

    10/31/2016, 4:32 PM
    hmm. quite restrictive ๐Ÿ™‚ "Startup" plan has just 1000 users limit, but most startups even on beta whould have thousands of users. Most of them probably will just register, try your app and forget it, but you can't just delete them
  • s

    schickling

    10/31/2016, 4:38 PM
    Good points @nosovsh! The pricing plan might be adapted over time to reflect that as well.
  • s

    schickling

    10/31/2016, 4:39 PM
    And yes you're right, that's true. But we have good mechanisms to cope with that ๐Ÿ™‚
  • n

    nosovsh

    10/31/2016, 4:41 PM
    to cope with users or with plan limits? ๐Ÿ™‚
  • s

    schickling

    10/31/2016, 5:58 PM
    Both ๐Ÿ™‚
  • g

    gerardsans

    10/31/2016, 6:27 PM
    Around London next week? Donโ€™t miss my talk the amazing GraphQL for ReactLondon at Bloomberg HQ https://meetup.react.london
    ๐Ÿ‘ 3
  • d

    dcsummers

    10/31/2016, 6:35 PM
    working on setting up a create-react-app skeleton + apollo with graph cool, if anyone has helpful tips I'd appreciate it !
1...363738...637Latest