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

    Pieter

    11/07/2017, 7:30 AM
    @nilan what hapenned yesterday?
    🤔 2
    n
    • 2
    • 1
  • s

    sarika

    11/07/2017, 8:42 AM
    Hi
  • s

    sarika

    11/07/2017, 8:43 AM
    How to use GraphQL along with Laravel 5.4
    e
    • 2
    • 1
  • j

    Josef Henryson

    11/07/2017, 9:56 AM
    hi, I am trying to find a way to update email / password with the email auth provider… I found this thread, but the last comment references a 404 page, so I don’t see the solution: https://github.com/graphcool/framework/issues/39 Anyone who can point me in the right direction? Thanks..
  • v

    Vinnie

    11/07/2017, 10:14 AM
    How do I create a new target then I can then reference in my .graphcoolrc?
  • m

    max

    11/07/2017, 10:14 AM
    Has anyone see this?
    Copy code
    query {
        user {
          id
          DocumentAccess {
            access
            Document (filter: {id: "cj9o58b694zlg0155kqeirrk4"}){
              id
              name
    }}}
    return this error:
    Copy code
    "errors": [
        {
          "message": "Cannot return null for non-nullable type (line 6, column 9):\n        fund
    n
    • 2
    • 1
  • b

    bexhoward1

    11/07/2017, 11:03 AM
    Im following this tutorial: https://www.howtographql.com/graphcool/1-getting-started/. The tutorial talks about project.graphcool file, but I do not have this, I get a folder created containing files as per the quick start guide. Can someone please explain the difference?
    n
    • 2
    • 4
  • v

    Vinnie

    11/07/2017, 11:47 AM
    Ok, I am struggling with the basics here. I’ve upgrade a project to “CLI” — got all the code, added templates, etc. now I wanted to deploy
  • v

    Vinnie

    11/07/2017, 11:47 AM
    when I do, though, the CLI is stuck on Authentication
  • v

    Vinnie

    11/07/2017, 11:47 AM
    what am I missing?°
  • v

    Vinnie

    11/07/2017, 11:48 AM
    Last time I discussed this, I was asked whether my docker was running — but is that right? What’s my current docker got to do with me deploying on the prod target?
  • v

    Vinnie

    11/07/2017, 11:49 AM
    Forget it, it was just a matter open the authentication URL in the browser
  • v

    Vinnie

    11/07/2017, 11:49 AM
    may I suggest you make that clearer?
  • v

    Vinnie

    11/07/2017, 12:14 PM
    I upgraded a project to the “CLI”, I disabled the old authentication integration before doing so, then added the basic auth template to the project, and deployed to prod. When I go to the playground, I can login with a user I had previously created, but invoking the mutation “signupUser” from the playground always returns an “unexpected error” (5001), and I notice that the “requestId”: “eu-west-1simplecj9pkkz4spypu0102kzl4o1wg” doesn’t actually match mu project id
    m
    n
    • 3
    • 28
  • v

    Vinnie

    11/07/2017, 12:14 PM
    Thoughts?
  • p

    patrick

    11/07/2017, 12:28 PM
    Is there support for multiple environnements? (stage deployment with dev, integration, pre-prod, prod for instance) Or do I have to create multiple projects?
    e
    v
    • 3
    • 6
  • j

    Jannis Pohlmann

    11/07/2017, 1:04 PM
    I wonder… is it a Graphcool or an Apollo Client 2.0 issue that subscriptions with Graphcool return the result data as
    subscriptionData.Foo
    instead of
    subscriptionData.data.Foo
    ?
  • n

    nikolasburk

    11/07/2017, 1:07 PM
    that’s Apollo 2.0, the Graphcool subscription format hasn’t changed 👍
  • j

    Jannis Pohlmann

    11/07/2017, 1:08 PM
    Ok, I was guessing as much. The playground already reported the result as
    {"data": {"Foo": ...}}
    , where I guess
    data
    corresponds to
    subscriptionData.data
    (or should).
  • t

    titirex

    11/07/2017, 1:12 PM
    Hello, I read the framework support many languages:
    Copy code
    Supports multiple languages including Node.js and Typescript
    Is there support for any other JVM languages? Scala, Kotlin to name few? Thank you 😄
    ❤️ 1
  • n

    Niko

    11/07/2017, 1:22 PM
    anybody else having issues with websockets right now?
    n
    • 2
    • 14
  • s

    Sindre Svendby

    11/07/2017, 1:26 PM
    Before I ask in the issue, Is there a known workaround for this? https://github.com/graphcool/framework/issues/1133
    n
    • 2
    • 7
  • j

    joar

    11/07/2017, 2:40 PM
    Are deploys to the shared envs working properly for everyone? I have to rename my functions on every deploy in order to make the change go through
    n
    • 2
    • 1
  • v

    Vinnie

    11/07/2017, 2:43 PM
    other than installing docker, do I need anything else for
    graphcool local up
    to work?
  • v

    Vinnie

    11/07/2017, 2:44 PM
    because docker is exiting with error code 1 when I do that, at the mo
    n
    • 2
    • 11
  • s

    Sindre Svendby

    11/07/2017, 2:55 PM
    When running
    DEBUG="*" graphcool deploy
    I see this
    Copy code
    deploy bundling +588ms
      bundler /home/sindre/git/nvbf/pepper/.build/build.zip
    Bundling functions...  bundler added files [ '.babelrc',
      '.git/',
      '.git/index',
      ....
     'node_modules/.bin/',
      'node_modules/@storybook/',
      ....
      .storybook/
      .next/
    ... 190614 more items ]
    This seems like a lot of files that graphcool should not care about! are there any ignore file I can add them to? or a ignore directive in the graphcool.yml file?
    n
    • 2
    • 11
  • d

    daniele

    11/07/2017, 3:02 PM
    hey guys for apolloClient is the right channel or there's another one?
    n
    • 2
    • 3
  • j

    jaksa

    11/07/2017, 3:07 PM
    Small bug report: on http://www.graph.cool/ home page, in section “The framework you’ve been waiting for” pictures are not loading from RAPID DEVELOPMENT to CI/CD WORKFLOW Just saying if there are some graph.cool Frontend Devs here 🙂
    n
    • 2
    • 1
  • v

    Vinnie

    11/07/2017, 4:01 PM
    once I’ve got
    gc local up
    , how do I load the local instance of the services in the browser, if that’s even a thing?
    a
    • 2
    • 2
  • s

    steveb

    11/07/2017, 4:03 PM
    hey all, new to graph.cool and graphQl in general - when doing one of the built in relationship mutations, do you have to use each node's ID as the "selector/key" or can you use other properties? For example, key on it by another unique key like email address or something?
1...414415416...637Latest