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

    matar15

    01/06/2018, 3:32 AM
    operationBefore is not changing payload on server. But works on local. what should i do? https://github.com/graphcool/framework/issues/1521
  • m

    mattbryanswan

    01/06/2018, 4:20 AM
    Is there any way to block browser access if someone knows the url to your simple API? I'm working with the permissions now, but even when they don't have permissions... they can use the schema tab to see all of my types. I'd rather obscure that.
  • k

    kaiu

    01/06/2018, 6:00 AM
    Not sure if this is a bug or user error, but I'm unable to export data. Most likely this is because the export is trying to pull from
    us-west-2
    instead of where my project is actually hosted, despite the correct defaults in
    $HOME/.graphcoolrc
    and the project definition. Am I missing something?
    Copy code
    > gcf -v
    graphcool-framework/0.11.5 (darwin-x64) node-v9.2.1
    
    > gcf export
    Downloading nodes... ✔
     ▸    The download of nodes failed. You may get fragmented data. Request ID: us-west-2:....
    n
    • 2
    • 1
  • d

    divyendu

    01/06/2018, 12:22 PM
    What is the difference between graphql-binding and graphcool-binding repos?
  • d

    divyendu

    01/06/2018, 12:39 PM
    What is the use of
    extractFragmentReplacements
    from graphql-binding here? I am trying to build basic auth via following (https://www.graph.cool/docs/1.0/reference/migration-guide/authentication-yaeco6ieth) and (https://github.com/graphcool/graphcool-server-example/blob/91fb56a295a313a3f0120e815cd0470f9ca3cdca/src/resolvers/index.ts) but as soon as I wrap resolvers in
    extractFragmentReplacements
    , they start to resolve to null. -- Found the mistake, needed to export both resolvers and fragmentReplacements and use in call to
    Graphcool
    from
    graphcool-binding
    and resolvers in call to
    GraphQLServer
    from
    graphql-yoga
  • s

    signor_busi

    01/06/2018, 1:18 PM
    Is it possible to set the endpoint name when deploying with graphcool-framework? In my legacy console project I could set the endpoint, eg https://graph.cool/simple/v1/MY_PROJECT
  • j

    jingle

    01/06/2018, 1:48 PM
    Hello everyone. I'm new to graphcool and going through this tutorial https://www.graph.cool/docs/quickstart/frontend/vue/apollo-shae2aighe when I do graphcool-framework deploy I get:
    Copy code
    ? Please choose the cluster you want to deploy to (Use arrow keys)
    
      Shared Clusters:
    ❯ shared-eu-west-1
      shared-ap-northeast-1
      shared-us-west-2
    
      Custom clusters (local/private):
      local  ▸    path must be a string or Buffer
    
    Get in touch if you need help: <https://www.graph.cool/forum>
    To get more detailed output, run $ export DEBUG="*"
    It doesn't allow me to choose anything. It just runs this entire block
  • t

    thangngoc89

    01/06/2018, 2:58 PM
    Hey, I'm working on graphql 1.0 and I can't figure out how to do pagination
    • 1
    • 1
  • c

    cj

    01/06/2018, 7:04 PM
    fyi https://www.npmjs.com/~floatdrop just deleted all his npm packages, which broke a lot of installs as a lot of packages require some of his, he has over 110 https://webcache.googleusercontent.com/search?q=cache:QlOf-z1EuVkJ:https://www.npmjs.com/~floatdrop+&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;gl=us random people are taking the names, so just be careful
  • t

    thangngoc89

    01/06/2018, 7:14 PM
    https://twitter.com/khoanguyenme/status/949713484345876480
  • t

    thangngoc89

    01/06/2018, 7:15 PM
    @cj thank you
  • a

    agartha

    01/06/2018, 7:47 PM
    @cj any background info?
  • a

    agartha

    01/06/2018, 7:47 PM
    Just noticed that the graphcool cli also suffers from this...
  • a

    agartha

    01/06/2018, 7:51 PM
    The internet is breaking down as we speak 😄
  • a

    agartha

    01/06/2018, 7:53 PM
    https://status.npmjs.org/incidents/41zfb8qpvrdj
    😲 3
  • c

    cj

    01/06/2018, 8:00 PM
    they really should just lock any package that is required by another, which is what I thought they did after left-pad
  • a

    agartha

    01/06/2018, 8:07 PM
    yep... well, they do internally, because they are not accepting new package claims on those names
  • a

    agartha

    01/06/2018, 8:08 PM
    those get dropped automatically now so it seems.
  • p

    peterp

    01/06/2018, 8:10 PM
    If anybody has long deployment times, here are some simple tips & tricks to improve them: https://medium.com/@peterpme/shaving-2-minutes-off-our-graphcool-deployment-times-f2565d21739c
  • t

    tim2

    01/06/2018, 9:32 PM
    Installing the graphcool cli should work again. Npm has recovered the packages.
    🦜 1
  • d

    david.he

    01/07/2018, 12:00 AM
    is clientMutationId needed for relay modern?
  • d

    divyendu

    01/07/2018, 5:20 AM
    Was there any part of
    graphcool-lib
    from
    graphcool-framework
    that constructed the API to hit from
    graphcool
    CLI? I am running an app where I have multiple stages for deployment but this one part where I am using
    graphcool-lib
    would only use the dev backend URL.
    • 1
    • 1
  • l

    liuuu

    01/07/2018, 7:46 AM
    hey guys, I am just start learning subscription, but where's the example backend code for my server folder?
    m
    • 2
    • 1
  • a

    amannn

    01/07/2018, 5:06 PM
    Hi, I'd have a question in regards to the free tier of Graphcool Cloud. The pricing page says "100 max connections". What does that refer to exactly? Does that mean 100 active GraphQL subscriptions at any given time?
  • m

    Mohamed Ali

    01/07/2018, 7:09 PM
    Anyone know if it’s possible to migrate from one region to another now? I saw a response on a forum from a few months ago re: a pull request but link goes nowhere.
  • s

    Stef

    01/07/2018, 8:46 PM
    Hey all, how are you handling development and production environments using the hosted graphcool service?
  • e

    ehodges

    01/07/2018, 8:51 PM
    I just learned about parceljs.org, looks very cool. Is anyone using this in their graphcool projects?
    c
    • 2
    • 1
  • a

    ameistad

    01/07/2018, 10:00 PM
    Anyone else experiencing problems with subscriptions right now?
  • y

    yus

    01/08/2018, 12:08 AM
    wow looks promising!
    🙏 3
  • h

    Hiren

    01/08/2018, 7:00 AM
    Hello All
1...495496497...637Latest