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

    geirman

    04/17/2017, 10:33 PM
    @barzev I’m new myself, but understand from the documents that you have no access to the id. They make sure it’s globally unique, so that id unambiguously represents that particular node.
  • b

    barzev

    04/17/2017, 10:36 PM
    Yeah, but the issue is that I currently have a redux implementation for my data management.
  • b

    barzev

    04/17/2017, 10:36 PM
    I do not want to rewire my whole UI updates etc, just persist data in a DB for different apps and clients to see and use
  • c

    chris.geirman

    04/18/2017, 2:10 AM
    Nothing preventing you from having two ids
    👍 2
    n
    • 2
    • 1
  • w

    willchen90

    04/18/2017, 3:43 AM
    I'm checking out Graphcool as a potential backend for my mobile app and I was wondering what the uptime % of the service has been in the last 30, 90 days, etcs.
    a
    • 2
    • 2
  • c

    chandu0101

    04/18/2017, 4:20 AM
    how can i get this type of schema https://github.com/facebook/relay/blob/master/examples/modern-relay/swapi-schema.graphql for my relay end point ?
  • c

    chandu0101

    04/18/2017, 4:39 AM
    got it ,its generated via relay
    npm run update-schema
    🙂
  • a

    artyom

    04/18/2017, 8:49 AM
    @tomh @yngwi enjoy your time with graphcool , welcome 🙂 🎉
  • y

    yngwi

    04/18/2017, 9:01 AM
    Thanks. Looks very promising!
    ❤️ 1
  • b

    bogdan

    04/18/2017, 12:11 PM
    hi everyone 👋
  • b

    bogdan

    04/18/2017, 12:12 PM
    I’m a newbie working with graphql and graphcool and I need some help
  • b

    bogdan

    04/18/2017, 12:13 PM
    I’m having some problems with running 2 queries on 2 different components. I’m trying to get notifications and projects from the currently logged in user
  • b

    bogdan

    04/18/2017, 12:13 PM
  • b

    bogdan

    04/18/2017, 12:14 PM
    then I import both components in another component, and I get this Apollo error
  • b

    bogdan

    04/18/2017, 12:15 PM
    Copy code
    graphql.js:349 Unhandled (in react-apollo) Error: Network error: Store error: the application attempted to write an object with no provided id but the store already contains an id of User:cj1lzsrj38yn8014787yhhitk for this object.
        at new ApolloError (<http://localhost:3000/static/js/bundle.js:48661:29>)
        at ObservableQuery.currentResult (<http://localhost:3000/static/js/bundle.js:48782:26>)
        at GraphQL.dataForChild (<http://localhost:3000/static/js/bundle.js:45065:63>)
        at GraphQL.render (<http://localhost:3000/static/js/bundle.js:45100:34>)
        at <http://localhost:3000/static/js/bundle.js:26937:22>
        at measureLifeCyclePerf (<http://localhost:3000/static/js/bundle.js:26216:13>)
        at ReactCompositeComponentWrapper._renderValidatedComponentWithoutOwnerOrContext (<http://localhost:3000/static/js/bundle.js:26936:26>)
        at ReactCompositeComponentWrapper._renderValidatedComponent (<http://localhost:3000/static/js/bundle.js:26963:33>)
        at ReactCompositeComponentWrapper._updateRenderedComponent (<http://localhost:3000/static/js/bundle.js:26887:37>)
        at ReactCompositeComponentWrapper._performComponentUpdate (<http://localhost:3000/static/js/bundle.js:26865:11>)
    (anonymous)	@	graphql.js:349
  • b

    bogdan

    04/18/2017, 12:16 PM
    do you have any idea why ? should I make the queries in a different way?
  • b

    bogdan

    04/18/2017, 12:53 PM
    @nilan helped me out, apparently I needed to add the id for the user and the projects in the query for Apollo to know how to cache the results, thanks again Nilan 💯
  • a

    artyom

    04/18/2017, 12:55 PM
    @jano 🖖 welcome to graphcool !
  • n

    nish

    04/18/2017, 1:40 PM
    Do you guys have any preferred hosting service for deploying client side code when using Graphcool? AWS / Heroku / Any other?
    h
    • 2
    • 1
  • q

    quadsurf

    04/18/2017, 2:04 PM
    to perform a delete operation on a record that has a relationship with another node, is the proper pattern to first disconnect the node, then delete? or does the delete operation automatically handle the node disconnect to prevent orphaning?
    n
    • 2
    • 2
  • a

    artyom

    04/18/2017, 2:26 PM
    @lucfranken @ema.suriano hello there, glad you’re joining us today 😄 graphcool
  • l

    lucfranken

    04/18/2017, 3:13 PM
    hi there @artyom
  • s

    sdubois

    04/18/2017, 3:17 PM
    Hi! I'm getting access denied for images I just uploaded to Graphcool. Could someone assist? E.g https://files.graph.cool/cj1btogkaf14q010589c793ps/cj1m5ht1f00ea0124s4kzgox9
    n
    s
    • 3
    • 2
  • e

    ejairn

    04/18/2017, 3:23 PM
  • e

    ejairn

    04/18/2017, 3:23 PM
    any can help me, please
    a
    n
    h
    • 4
    • 3
  • e

    ema.suriano

    04/18/2017, 5:23 PM
    hi @artyom !
  • d

    dvenske

    04/18/2017, 6:08 PM
    Thanks for the invite. Is there a way to connect graph.cool to an existing API or say MySQL server?
    a
    • 2
    • 8
  • a

    artyom

    04/18/2017, 8:20 PM
    hey, everyone 👋 @miguelati @cmoel @cezar_mvpf @toni @ricardo_arg enjoy graphcool ! 🙂
  • h

    huv1k

    04/18/2017, 8:26 PM
    I have question why is this component in example wrapped in with router? https://github.com/graphcool-examples/react-apollo-email-example/blob/master/src/components/LoginUser.js#L86
    n
    • 2
    • 4
  • n

    notrab

    04/18/2017, 8:31 PM
    Is anyone here using https://github.com/facebook/dataloader with Apollo? 😄
    s
    • 2
    • 1
1...157158159...637Latest