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

    olatom

    10/02/2016, 2:22 PM
    logged out and logged back in, can add model now
  • s

    schickling

    10/02/2016, 2:23 PM
    I'm looking into it @olatom. Give me a minute please!
  • m

    mruzekw

    10/02/2016, 2:40 PM
    Does anyone know of an alternative to Relay for non-React applications?
  • m

    mruzekw

    10/02/2016, 2:40 PM
    I like the idea of network orchestration
  • s

    schickling

    10/02/2016, 3:26 PM
    Hey @mruzekw! Sure! Have you already checked out Apollo?
  • s

    schickling

    10/02/2016, 3:26 PM
    http://dev.apollodata.com/
  • m

    mruzekw

    10/02/2016, 3:27 PM
    I know of Apollo, but not sure of all of what itโ€™s capable of
  • m

    mruzekw

    10/02/2016, 3:27 PM
    From what I understand Relay caches and normalizes data into a local store
  • m

    mruzekw

    10/02/2016, 3:28 PM
    Grabbing the least amount of data needed for a given set of queries
  • s

    schickling

    10/02/2016, 3:28 PM
    @mruzekw Apollo does similar things, definitely worth learning more about it. It's awesome! ๐Ÿ™‚
  • m

    mruzekw

    10/02/2016, 3:29 PM
    Okay cool Iโ€™ll look into it further. Iโ€™ve used it a little but no more than what I could do with a simple HTTP call
  • s

    schickling

    10/02/2016, 3:33 PM
    There are great tutorials out there to get started with Apollo. @gerardsans wrote a great one here: https://medium.com/google-developer-experts/graphql-and-the-amazing-apollo-client-fe57e162a70c
  • m

    mruzekw

    10/02/2016, 3:39 PM
    Do you know if the caching is automatic?
  • s

    schickling

    10/02/2016, 3:43 PM
    Maybe you could ask @sashko or @kamil ๐Ÿ™‚
  • s

    sashko

    10/02/2016, 5:56 PM
    Caching is on by default!
  • s

    sashko

    10/02/2016, 5:57 PM
    Apollo and relay have basically the same feature set
  • s

    sashko

    10/02/2016, 5:57 PM
    With a few things here and there
  • s

    sashko

    10/02/2016, 5:58 PM
    One thing we're excited about is moving really fast on new graphql features like subscriptions, which relay isn't able to do because it's a bit tied to facebooks architecture
    ๐Ÿ‘ 2
  • y

    yoamomonstruos

    10/03/2016, 9:17 PM
    ๐Ÿ‘‹ hey everyone
    ๐Ÿ™Œ 1
  • s

    sorenbs

    10/03/2016, 9:19 PM
    Hello @yoamomonstruos ๐Ÿ™‚ Welcome!
  • o

    olatom

    10/03/2016, 9:37 PM
    folks, has anyone used the import function extensively?
  • o

    olatom

    10/03/2016, 9:37 PM
    Iโ€™m having some major challenges with it
  • o

    olatom

    10/03/2016, 9:38 PM
    what imported before no longer does so
  • o

    olatom

    10/03/2016, 9:39 PM
    does anyone know if any way to make this work? I really need it for the number of test data I have
  • s

    schickling

    10/03/2016, 9:40 PM
    Hey @olatom. We're currently fixing numerous issues in the dashboard, one of them is concerning the data import feature.
  • s

    schickling

    10/03/2016, 9:40 PM
    One possible workaround in the meantime could be to write a little node script which iterates over your data and imports it using a
    createMyModel
    mutation.
  • o

    olatom

    10/03/2016, 9:41 PM
    yep, I will probably do that, do you know when you will be done?
  • s

    schickling

    10/03/2016, 9:41 PM
    We're aiming for tomorrow!
  • o

    olatom

    10/03/2016, 9:42 PM
    ok buddy, thks a lot
  • s

    schickling

    10/03/2016, 9:42 PM
    You're welcome. Please let me know if you need some help with the node script!
1...212223...637Latest