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

    agartha

    06/12/2017, 2:49 PM
    That would be the standard pattern: cache = store.readQuery, update cache object directly, store.writeQuery
  • a

    agartha

    06/12/2017, 2:50 PM
    Did you check if the issue is related to the devtools, or really to the cache?
  • m

    mike.johnson

    06/12/2017, 3:33 PM
    Is there a simple way to query partial matching string fields? something like ` { title: LIKE "%" + $userInput + "%" }
    n
    a
    • 3
    • 20
  • t

    typaza

    06/12/2017, 3:44 PM
    how upload image using graphql
    a
    • 2
    • 2
  • a

    agartha

    06/12/2017, 4:39 PM
    The unofficial Graphcool Filter Cheat Sheet: https://www.cheatography.com/agartha/cheat-sheets/graphcool-filters/
    🙏 4
    d
    • 2
    • 4
  • d

    dk0r

    06/12/2017, 5:15 PM
    @nilan For graphcool's react-native examples, any idea whether we should be using
    Native
    or
    SPWA
    client-types (shown in link below) for auth0?

    http://i.imgur.com/nUnpQQw.png▾

    • 1
    • 2
  • i

    idkjsx

    06/12/2017, 5:17 PM
    greetings folks. getting this error
    reason: getaddrinfo ENOTFOUND api.graph.cool api.graph.cool:443'
    when importing data into endpoint.
  • i

    idkjsx

    06/12/2017, 5:17 PM
    related issues on git seem really old. client is lokka from import util. Error is being thrown by node fetch
    Copy code
    name: 'FetchError',
      message: 'request to <https://api.graph.cool/simple/v1/cj3u93fcco8sy0154c4dozdrz> failed, reason: getaddrinfo ENOTFOUND api.graph.cool api.graph.cool:443',
      type: 'system',
      errno: 'ENOTFOUND',
      code: 'ENOTFOUND' }
    a
    n
    • 3
    • 14
  • m

    mentallyretired

    06/12/2017, 5:29 PM
    hi guys, just made the switch from another BaaS that shall not be named
    a
    • 2
    • 3
  • m

    mentallyretired

    06/12/2017, 5:29 PM
    was wondering how i could do regular backups
  • m

    mentallyretired

    06/12/2017, 5:39 PM
    for the record, I like some of the features of scaphold better than those of graphcool, but their instability is ridiculous. service is constantly up and down, broken in some regions working in others, code errors in the interface causing me to have to delete everything... bleh.
    graphcool 1
    🎉 1
    n
    • 2
    • 5
  • m

    mentallyretired

    06/12/2017, 5:40 PM
    I'd rather have solid features and a service that works than a gamut of half implemented features, so here I am 🙂
    graphcool 1
    🎉 1
  • m

    mentallyretired

    06/12/2017, 5:40 PM
    imported 45,000 records last night without a hitch. not a single error. ❤️ ❤️ ❤️
    🍾 1
    graphcool 1
  • i

    idkjsx

    06/12/2017, 5:44 PM
    @mentallyretired i would love to see that import script!
  • i

    idkjsx

    06/12/2017, 5:44 PM
    getting my @$$ kicked w/ 1000
  • a

    agartha

    06/12/2017, 5:45 PM
    Someone should make a GraphQL crawler to get all data from an endpoint (with PAT of course)
  • m

    mentallyretired

    06/12/2017, 5:45 PM
    not to talk crap but my secret was to try to implement on scaphold... it introduced me to every type of error node can throw
  • m

    mentallyretired

    06/12/2017, 5:46 PM
    so now my shit is bulletproof
  • m

    mentallyretired

    06/12/2017, 5:46 PM
    lol
    👍🏾 1
  • i

    idkjsx

    06/12/2017, 5:46 PM
    @mentallyretired live and learn
  • m

    mentallyretired

    06/12/2017, 5:46 PM
    indeed
  • d

    dk0r

    06/12/2017, 8:09 PM
    @nilan found solution for issues occuring in Auth0 react-native examples: https://github.com/graphcool-examples/react-native-graphql/issues/7
    a
    • 2
    • 1
  • m

    mattc

    06/12/2017, 8:51 PM
    Is automated backup on the feature list anytime soon?
    n
    • 2
    • 2
  • b

    be4r

    06/12/2017, 9:41 PM
    For the Auth0 integration, I don't feel comfortable putting the ClientID and Client Secret on the Client side. What are some ways to hide this information when I bundle via webpack? Or what are some solutions to keep this information hidden?
    n
    a
    • 3
    • 11
  • p

    patstrz

    06/12/2017, 10:54 PM
    Is there a log where we can view all requests/ errors for our graphcool api?
  • h

    hardys

    06/13/2017, 4:12 AM
    Can i update another table using graph cool Functions?
  • y

    yus

    06/13/2017, 4:14 AM
    @hardys yes
  • y

    yus

    06/13/2017, 4:14 AM
    you can use fetch to post to your graphql endpoint
  • h

    hardys

    06/13/2017, 4:15 AM
    ic ha ha.... thanks
  • y

    yus

    06/13/2017, 4:18 AM
    @hardys i wrote an example to create a stripe customer in an sss function, which involves updating my customer type when stripe account creation is successful. You can check it out here: https://github.com/graphcool-examples/functions/blob/master/stripe-create-customer/stripe-create-customer.js
    👍🏻 3
1...227228229...637Latest