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

    Michael Jones

    01/25/2018, 5:17 PM
    When calling resolver functions sometimes they timeout because they are more than 15 seconds long. Does anyone know if there is a way to return an error code to signify that it just timed out? Currently, it just returns a long string that says that it has timed out and that does not exactly work for me. It would be best if I could just return an error code in the header but I am not exactly sure how. Thank you
  • r

    rajit

    01/25/2018, 5:43 PM
    Are there any workarounds to support deploying a function at the moment? https://status.graph.cool/ suggests it's not possible, but it's been a few days now.
    a
    • 2
    • 1
  • e

    ed

    01/25/2018, 6:20 PM
    Any news about the deployment function? I need to deploy to fix some issues and still I can't :s
  • l

    lawjolla

    01/25/2018, 6:41 PM
    I just made a Prisma / Auth0 example repo as a learning example. Comments and help are very appreciated! https://github.com/LawJolla/prisma-auth0-example
    fast parrot 2
    parrotwave6 4
    👍 1
    e
    • 2
    • 1
  • d

    Daniel Carroll

    01/25/2018, 7:29 PM
    I am trying to add the ses template and send a test mutation in a playground and getting an error. Looking for some assistance if possible. Following this guide: https://github.com/graphcool/templates/tree/master/messaging/ses I am getting the following error: “Function returned invalid status code: 0. Raw body: empty.last” when I try to run this mutation:
    Copy code
    mutation {
      sendSesEmail(
        from: "__FROM_EMAIL__"
        to: "__TO_EMAIL__"
        subject: "A new email from the Graphcool SES template!"
        html: "<b>This is your first email from the Graphcool SES template!</b>"
        text: "This is your first email from the Graphcool SES template!"
      ) {
        success
      }
    }
    r
    m
    • 3
    • 25
  • v

    veksen

    01/25/2018, 8:11 PM
    using graphql-yoga, and started from the (howtographql.com) hackernews server example, I've been clearing out the unneeded stuff. I currently do not have any Queries or Subscriptions, it seems impossible to define them as empty, am I mistaken?
    Copy code
    // schema.graphql
    type Query {}
    type Subscription {}
  • m

    miketamis

    01/25/2018, 8:53 PM
    With Graphcool File API whats the storage limits?
    m
    • 2
    • 2
  • t

    Tobi

    01/25/2018, 8:59 PM
    Is it possible to re-generate the
    prisma.ts
    -File?
    v
    m
    • 3
    • 9
  • p

    pprzeliorz

    01/25/2018, 9:08 PM
    Hey guys!
  • p

    pprzeliorz

    01/25/2018, 9:08 PM
    Could anyone help me with newbie problem on private chanel ?
    m
    • 2
    • 1
  • a

    auser

    01/25/2018, 9:29 PM
    what’s going on, @pprzeliorz?
  • v

    veksen

    01/25/2018, 9:46 PM
    I'm full of questions too, I'm to the point of hiring somebody for an hour or two to answer a bunch of questions 😰
    m
    j
    a
    • 4
    • 4
  • p

    peter

    01/25/2018, 10:09 PM
    is there a 'special' way to seed? trying to work with advanced node server and after uncommenting the two lines in the
    seed.graphql
    file, I run
    yarn deploy
    but it says the services is already up to date...
    j
    • 2
    • 2
  • p

    peter

    01/25/2018, 10:18 PM
    another question: what is the purpose of
    state.json
    ? seems to be generated after seeding the DB
    h
    • 2
    • 4
  • k

    kylemh

    01/25/2018, 10:33 PM
    Didn’t know there was a Slack team 🙂 thanks to @sorenbs and @schickling for all the answers in Reactiflux Q&A
  • m

    mohawk2

    01/25/2018, 10:36 PM
    @sorenbs @schickling Great to meet you yesterday, thanks for the invite on here!
  • d

    daniel

    01/25/2018, 10:38 PM
    Any update on the Function Engine issue?
  • f

    fry

    01/25/2018, 11:57 PM
    Has anyone implemented authorization in graphene-django without using the relay.Node interface?
    m
    • 2
    • 3
  • j

    johhansantana

    01/26/2018, 12:05 AM
    so... has anyone had any luck running prisma on a virtual private server like digitalocean?
  • c

    ckelley

    01/26/2018, 12:38 AM
    Hey all, looking for a migration guide from Graphcool to Prisma. Is there one available?
    m
    • 2
    • 2
  • k

    kylemh

    01/26/2018, 12:42 AM
    @ckelley I think somebody mentioned in the QnA today that they were planning on creating that kind of tutorial in time
  • f

    Fi1osof

    01/26/2018, 1:03 AM
    https://github.com/graphql-cli/graphql-cli-voyager not actual for prisma?
  • h

    harmony

    01/26/2018, 1:07 AM
    you should be able to use it with prisma
  • f

    Fi1osof

    01/26/2018, 1:08 AM
    npm install -g graphql-cli-voyager graphql voyager graphql commant not found
  • f

    Fi1osof

    01/26/2018, 1:08 AM
    prisma voyager ▸ voyager is not a prisma command.
  • a

    agartha

    01/26/2018, 1:09 AM
    If you have
    graphql-cli
    and
    graphql-cli-voyager
    installed globally, then
    graphql voyager
    should work
    👍 1
  • f

    Fi1osof

    01/26/2018, 1:14 AM
    @agartha thanks! I was inattentive. Skipped GraphQL Voyager plugin for graphql-cli
  • f

    Fi1osof

    01/26/2018, 1:14 AM
    All works! 🙂
    fast parrot 1
  • b

    buoyantair

    01/26/2018, 5:57 AM
    hi
  • b

    buoyantair

    01/26/2018, 6:07 AM
    can someone tell me the difference between graphcool and prisma? :3
1...544545546...637Latest