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

    lastmjs

    11/01/2017, 5:36 PM
    If I look at logs from the terminal, it doesn't give me as much information as it did from the web GUI. I'm just getting failures from my function without any of the default logging information that used to be there
    • 1
    • 1
  • l

    lastmjs

    11/01/2017, 5:38 PM
    Is there a feature request for controlling the number of logs that the graphcool log command returns? I have so many logs that it takes a while for the terminal to display them all. I'd like to control that so I can just see the last 10 or so
  • s

    Steven Sacks

    11/01/2017, 5:49 PM
    here comes the hotstepper
  • s

    Steven Sacks

    11/01/2017, 5:58 PM
    Is there a color theme for this slack?
  • s

    Steven Sacks

    11/01/2017, 5:59 PM
    Or do I need to make one
  • a

    agartha

    11/01/2017, 6:05 PM
    #162a3b,#0e202e,#1aaf5d,#FFFFFF,#0e202e,#FFFFFF,#1aaf5d,#dc5425
  • a

    agartha

    11/01/2017, 6:06 PM
    Pretty close, the one I shared was shared by @nilan before
  • s

    Steven Sacks

    11/01/2017, 6:06 PM
    your green is less bright
  • s

    Steven Sacks

    11/01/2017, 6:07 PM
    easier to read
  • s

    Steven Sacks

    11/01/2017, 6:07 PM
    but i like my bg color
  • s

    Steven Sacks

    11/01/2017, 6:07 PM
    so a merge
    👍🏻 1
  • s

    Steven Sacks

    11/01/2017, 6:10 PM
    #0F202E,#0E202E,#1aaf5d,#FFFFFF,#0E202E,#FFFFFF,#1aaf5d,#f25c54
    🎉 1
  • s

    Steven Sacks

    11/01/2017, 6:11 PM
    ta da
  • i

    igrowbeards

    11/01/2017, 6:11 PM
    pretty 👍
  • s

    Steven Sacks

    11/01/2017, 6:12 PM
    So I was talking about this with Jared, but would it be possible to add object rest spread to the new graphcool framework build please?
  • s

    Steven Sacks

    11/01/2017, 6:13 PM
    I've used it so long, I can't code without it.
    a
    n
    • 3
    • 6
  • f

    fabien0102

    11/01/2017, 7:52 PM
    Hello everybody, I would like to have some server-side calculated data on the new graphcool-framework (just a migration from old console function). But nothing works, and I don't even have any
    console.log
    output into console… My function -> https://github.com/fabien0102/climbing-app/blob/graphcool-framework/graphcool/src/update-route-stats/update-route-stats.ts The console output in attachment If you any tips to have console.log or something I missed on my function, you will be my hero ^^
  • u

    user

    11/01/2017, 7:53 PM
    @fabien0102 commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F7TFC7B2N/image_coll__e_le______2017_11_01_08_50_pm.png▾

    : Slack seams full, so this is my screenshot -> https://ibb.co/i8Vm0w
  • u

    user

    11/01/2017, 7:54 PM
    @nilan commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F7TFC7B2N/image_coll__e_le______2017_11_01_08_50_pm.png▾

    : please refer to this: https://github.com/graphcool/framework/issues/1031
  • u

    user

    11/01/2017, 7:56 PM
    @fabien0102 commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F7TFC7B2N/image_coll__e_le______2017_11_01_08_50_pm.png▾

    : Ok, it's just because I'm on windows ^^
  • n

    nilan

    11/01/2017, 7:58 PM
    I actually could reproduce this on my Mac, need further time to look into this
  • u

    user

    11/01/2017, 8:00 PM
    @fabien0102 commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F7TFC7B2N/image_coll__e_le______2017_11_01_08_50_pm.png▾

    : I will try to update my graphcool cli
  • u

    user

    11/01/2017, 8:00 PM
    @fabien0102 commented on @fabien0102’s file

    https://prisma.slack.com/files/U7AUJD4SV/F7TFC7B2N/image_coll__e_le______2017_11_01_08_50_pm.png▾

    : I was on 0.7.0
  • q

    quiaro

    11/01/2017, 8:13 PM
    hi -I’d like to migrate to the new graphcool but I have an integration with Auth0, are there any docs on how to get this integration working on the new graphcool?
    n
    • 2
    • 2
  • d

    doug_w

    11/01/2017, 8:44 PM
    There used to be a tutorial that talked about setting up the Algolia / GraphCool integration but I can no longer find it. Any one know of the article I am referring to?
    n
    • 2
    • 3
  • r

    rion

    11/01/2017, 8:52 PM
    I'm following the user-email auth guide (https://www.graph.cool/docs/tutorials/auth/authentication-with-email-and-password-for-react-and-apollo-cu3jah9ech). The output
    authenticate
    ,
    loggedInUser
    , and
    signup
    files are all typescript. Are we expected to learn and use typescript if we want to use this approach, or am I missing some option of how to download javascript only versions?
    n
    • 2
    • 8
  • j

    jeff_L

    11/01/2017, 9:54 PM
    Probably a dumb question... but I'm trying to make a mutation that requires a DateTime scalar. I've tried inputting it in as 2017-09-27 000000-0700 and "2017-09-27 000000-0700" but it's not accepting it as valid when I try to run the query in the graphcool playground. Does anyone know where I can find the proper way to do this?
    a
    • 2
    • 3
  • c

    classicalConditioning

    11/01/2017, 9:55 PM
    so does https://github.com/graphcool/framework/issues/1031 mean that no custom functions are working atm?
    n
    • 2
    • 2
  • k

    kiurchv

    11/01/2017, 10:05 PM
    Hi everyone! Assuming that Graphcool Framework based on docker images, is there any way to host it on the Kubernetes cluster?
    f
    k
    • 3
    • 2
  • j

    jsvde

    11/01/2017, 10:29 PM
    maybe it's a stupid question and I really don't want to demand anything, but I wonder why the console itself is not part of graphcool-framework? I think the gui is simply perfect to model your data. My current approach is to login to the console, model data and then copy and paste the definitions to my local types.graphql file
    👍🏿 1
1...405406407...637Latest