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

    nilan

    08/15/2017, 4:27 PM
    set the channel topic: General Graphcool chat Please post questions to the Community Forum: https://www.graph.cool/forum/
  • n

    nilan

    08/15/2017, 4:27 PM
    set the channel topic: General Graphcool chat - please post questions to the Community Forum: https://www.graph.cool/forum/
  • m

    mwickett

    08/15/2017, 5:42 PM
    I’m getting an issue when running a query
    ✅ 1
    n
    • 2
    • 3
  • m

    mwickett

    08/15/2017, 5:42 PM
    “error”: “The relation is invalid. Reason: A relation must have a field on model A.”
  • m

    mwickett

    08/15/2017, 5:42 PM
    That’s in the playground
  • m

    mwickett

    08/15/2017, 5:42 PM
    My client is getting
    Unhandled (in react-apollo) Error: Network error: Server response was missing for query 'undefined'.
  • j

    joao.santos

    08/15/2017, 9:11 PM
    HI guys can someone help me? I need to resize images and videos before upload to graph.cool. I'm using react-dropzone that doesnt have that functionality and im trying to use fineuploader but i cant submit the file to graph.cool... 😞
  • s

    sojung

    08/15/2017, 9:34 PM
    hello.. having issue running chromeless on heroku. I installed the chrome and chromedriver buildpacks so heroku is able to run chrome things, but im getting this odd error:
  • s

    sojung

    08/15/2017, 9:34 PM
    Copy code
    1) Search Functionality Can search on homepage and get to SRP:
         Error: connect ECONNREFUSED 127.0.0.1:9222
          at Object.exports._errnoException (util.js:1026:11)
          at exports._exceptionWithHostPort (util.js:1049:20)
          at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1085:14)
  • s

    sojung

    08/15/2017, 9:35 PM
    why is it trying to connect to
    127.0.0.1:9222
    ?
  • s

    sojung

    08/15/2017, 9:35 PM
    i ran
    heroku run yarn test
    so def ran chromeless tests remotely
  • n

    nguyendanhson1989

    08/16/2017, 3:53 AM
    How can I execute multiple automation testcases by chromeless? Many thanks.
  • m

    marcusstenbeck

    08/16/2017, 5:28 AM
    @nilan EU seems to be timing out now and then for me (in Sweden).
    m
    n
    • 3
    • 18
  • n

    nikos

    08/16/2017, 6:44 AM
    The test recorder now has basic chromeless support https://chrome.google.com/webstore/detail/test-recorder/mehbmedddkpilcbbjcichiopegameghh see https://github.com/QuantumInformation/test-recorder/blob/master/src/codeGenerators/Chromeless.ts
    🎉 3
  • j

    jsan

    08/16/2017, 9:08 AM
    how to get beta enabled on graphcool, i want to test schema extensions
    n
    • 2
    • 2
  • s

    samuell

    08/16/2017, 9:17 AM
    Hey, anybody know how to disable cors for apollo-client?
  • s

    samuell

    08/16/2017, 9:17 AM
    i used opts: mode 'no-cors' , but when i do request its still catching network error but response is 200
    n
    • 2
    • 5
  • s

    shanecav

    08/16/2017, 10:36 AM
    If a node is deleted (via a mutation) and it was synced to Algolia, is the corresponding record also removed from the Algolia index? Or would I need to create a server-side subscription to handle that?
    n
    • 2
    • 2
  • s

    spences10

    08/16/2017, 1:11 PM
    Anyone know how to bulk add batch add/insert?
    n
    • 2
    • 3
  • s

    spences10

    08/16/2017, 1:12 PM
    If I have an object with 200 items in there how do I add it to graphcool without hitting the server 200 times with a for loop?
  • n

    notrab

    08/16/2017, 1:13 PM
    There isn't a rate limit as far as I'm aware @spences10
  • n

    notrab

    08/16/2017, 1:13 PM
    They only have a request timeout
  • n

    notrab

    08/16/2017, 1:13 PM
    I've been sending their servers 1000's of requests for the last few days haha
  • s

    spences10

    08/16/2017, 1:13 PM
    I was asked not to do it the way I was doing it
    n
    • 2
    • 7
  • n

    notrab

    08/16/2017, 1:14 PM
    By Graphcool?
  • s

    spences10

    08/16/2017, 1:14 PM
    Yeah
  • n

    notrab

    08/16/2017, 1:14 PM
    🤔
  • n

    notrab

    08/16/2017, 1:14 PM
    Batch the requests I guess
  • n

    notrab

    08/16/2017, 1:15 PM
    They've an example somewhere
  • s

    spences10

    08/16/2017, 1:16 PM
    @notrab in what context are you using
    request
    ?
1...308309310...637Latest