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

    Kat

    10/30/2017, 3:48 PM
    getting error trying to deploy locally 😞 "× Deployment 'cj9ecz9cn00120148dv0gzrtv' does not exist. Make sure to deploy the necessary files first before deploying the function."
    a
    • 2
    • 3
  • k

    kjetilge

    10/30/2017, 3:56 PM
    My query works in playground but not in my app:
    Copy code
    query carInvoices2($invoiceFilter: InvoiceFilter) {
      allInvoices(filter: $invoiceFilter) {
        id
        paid
        trip {
          id
          car {
            id
            model
          }
        }
      }
    }
    with args:
    Copy code
    "invoiceFilter": {
              "trip": {
                "car": {
                  "id":"cj9d1mdmu5i24016862c59t6i"
                }
              } 
      }
    In the app I get the invoices of all the cars instead of just the one ? Whats going on ?
    a
    • 2
    • 4
  • n

    nilan

    10/30/2017, 5:02 PM
    Hey everyone Console should be back up again, sorry for the inconvenience 👍
    🦜 8
  • d

    Dukuo

    10/30/2017, 5:21 PM
    Hey everyone ! I have a huge doubt with the GraphCool Framework... is it possible to develop a GraphQL API using the Framework and deploy it to AWS?
    i
    n
    • 3
    • 9
  • g

    giambo

    10/30/2017, 5:54 PM
    Hey guys, is it possible to implement within GraphCool an endpoint for an external webhook that would return specific JSON for a GET (endpoint validation) and process a function for a POST (the payload of the webhook)
    n
    • 2
    • 1
  • c

    chris.parjaszewski

    10/30/2017, 6:08 PM
    should I use
    Copy code
    npm install --global graphcool@next
    or just
    Copy code
    npm install --global graphcool
    ?
    n
    • 2
    • 1
  • f

    fred

    10/30/2017, 6:27 PM
    Hey guys, is there a guide from migrating from the old Console Auth0 Integration to a ✨ new resolver ✨?
    j
    n
    • 3
    • 11
  • d

    Dukuo

    10/30/2017, 6:33 PM
    So I was trying to run the auth example from github, but whenever I want to invoke the signUp mutation I get this payload instead
    Copy code
    {
      "data": {
        "signupUser": null
      },
      "errors": [
        {
          "locations": [
            {
              "line": 2,
              "column": 3
            }
          ],
          "path": [
            "signupUser"
          ],
          "code": 5000,
          "message": "A function returned an unhandled error. Please check the logs for executionId 'ap-northeast-1:simple:cj9eivmjjwt5l01737giscvf4'",
          "requestId": "ap-northeast-1:simple:cj9eivmjjwt5l01737giscvf4"
        }
      ]
    }
    n
    • 2
    • 1
  • d

    Dukuo

    10/30/2017, 6:34 PM
    (https://github.com/graphcool/framework/tree/master/examples/auth)
  • d

    Dukuo

    10/30/2017, 6:35 PM
    Is the graphcool console running with issues? I'm getting a Cloudfront error now
  • d

    Dukuo

    10/30/2017, 6:35 PM
    this is the mutation i'm running
    Copy code
    mutation{
      signupUser(email:"<mailto:a@a.com|a@a.com>" password:"bloop"){
        id
      }
    }
  • j

    jerrys

    10/30/2017, 6:40 PM
    @nilan. Hi Nilan. I'm in the later rounds for a web architect position at a very large financial organization. I'm bouncing around the idea in my head of mentioning the graphcool framework as a technology to be considered. There's risks and benefits to doing so at this stage, so before making a decision on this I'm wondering if we could have an private slack discussion so I could more directly learn more about the product and support for it. The company that I'm interviewing with is certainly one that Graph.cool would like to say uses their product. If you can do the private slack chat, please suggest a PST time. Thanks.
    👍🏻 4
    👋 1
  • m

    martin

    10/30/2017, 6:41 PM
    In case anyone is interested in a React- and GraphQL-based app template… https://github.com/ConsciousApps/AppTemplate
    graphcool 3
  • d

    Dukuo

    10/30/2017, 6:54 PM
    any ideas on my issue @everyone
  • d

    Dukuo

    10/30/2017, 6:54 PM
    ?
  • a

    amann

    10/30/2017, 7:33 PM
    Has anyone had problems adding custom headers in the local playground not getting sent with resolver webhooks?
  • s

    samjbmason

    10/30/2017, 10:44 PM
    Wow just started a new project and looking to use graphql but damn that hosting is expensive. $50 for 1GB storage
  • n

    nickhudkins

    10/30/2017, 10:48 PM
    as opposed to..... standing up your own datastore and paying for it?
  • n

    nickhudkins

    10/30/2017, 10:48 PM
    and managing the infrastucture...
  • s

    samjbmason

    10/30/2017, 10:52 PM
    Yeah it’s a good point I guess it’s mostly in comparison to say DynamoDB instance which a typical example would cost around $35 for 8GB of storage
  • a

    aurnik

    10/30/2017, 10:53 PM
    Anyone have a workaround for filtering non-relational lists? I just have a field that’s a list of strings but right now you can’t filter those at all without creating a separate node type that just holds a string
  • s

    samjbmason

    10/30/2017, 10:54 PM
    I appreciate graphcool kind of own the market right now, which I guess is what scares me. If they decided to hike prices there is no one to move to and therefore kind of locked in.
    a
    d
    +2
    • 5
    • 37
  • m

    mattbryanswan

    10/31/2017, 12:09 AM
    I'm still very new to GraphQL and need some help setting up a query by relationship... I have "actions" that get created by users. If I query all actions, I can get the list, which shows, for each action the id of the user that created it. Now, what I want to be able to query is all of the actions created by a user with ID "abcde12345", but I have no idea where or how to include this argument...
    a
    d
    • 3
    • 3
  • b

    bcbrian

    10/31/2017, 1:30 AM
    Wanting to migrate to cli but cannot firgure out how to migrate integrations with resolvers... Any hints the only one I have is auth0.
    n
    • 2
    • 1
  • m

    matty

    10/31/2017, 1:43 AM
    @bcbrian im trying to do that now, but just noticed the auth0 example is under an "outdated" folder
    n
    • 2
    • 1
  • f

    florian

    10/31/2017, 1:56 AM
    @bcbrian @matty I submitted this PR to handle Auth0 integration using templates: https://github.com/graphcool/templates/pull/112
    🦜 1
  • t

    the-simian

    10/31/2017, 3:51 AM
    anyone know why the sendgrid example is now considered outdated?
    n
    • 2
    • 1
  • f

    fj

    10/31/2017, 5:16 AM
    hey guys, I have a question regarding chromeless. I would like to automate the deployment of the Chromeless Proxy service on lambda using an other lambda function/script. Do you think it’s possible ?
  • f

    fj

    10/31/2017, 5:17 AM
    I wonder if I can run a bash script on lambda or if I should use something like AWS CloudFormation
  • f

    fj

    10/31/2017, 5:18 AM
    basically my final lambda function would look like : create a chromeless proxy --> get a proxy endpoint --> instanciate a chromeless using the proxy endpoint --> do my stuff.
1...402403404...637Latest