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

    Vinnie

    11/08/2017, 8:56 PM
    Ha, sorry, you did say “new”, I misread
  • v

    Vinnie

    11/08/2017, 8:58 PM
    @ graph.cool guys: may I ask if you have any “big name” as client at the moment?
    a
    • 2
    • 5
  • p

    proteus

    11/08/2017, 9:07 PM
    So... I keep getting:
    "error": "Function returned invalid status code: 0. Raw body: empty.last"
    for no apparent reason.
  • p

    proteus

    11/08/2017, 9:08 PM
    And the Github issue states that it's a bug for a previous version of graphcool-cli.
  • l

    lastmjs

    11/08/2017, 9:44 PM
    I've got a developer how has node_modules installed on his mac, and once our functions are deployed we keep getting this error in one of our functions:
    invalid ELF header
    , from bcrypt. This is probably from the fact that the node_modules were installed and native code compiled on his Mac, is there a fix for this in progress?
    a
    • 2
    • 24
  • p

    philip

    11/08/2017, 9:48 PM
    getting
    Function returned invalid status code: 0. Raw body: empty.last
    also
  • p

    philip

    11/08/2017, 9:48 PM
    get it when authenticating with google
  • p

    proteus

    11/08/2017, 9:56 PM
    Turns out
    graphql-tag
    is not supported, for some reason.
  • p

    proteus

    11/08/2017, 9:56 PM
    Removed it and everything works fine.
  • k

    kitze

    11/08/2017, 10:56 PM
    whatever happened to the autocomplete of allData(filters:{})
  • k

    kitze

    11/08/2017, 10:56 PM
    in the playground?
    a
    h
    • 3
    • 5
  • k

    kitze

    11/08/2017, 10:56 PM
    🙂
  • a

    amann

    11/08/2017, 11:23 PM
    Does anyone know if GraphQL Summit talks are going to be posted on youtube?
  • a

    amann

    11/08/2017, 11:24 PM
    I saw Sashko’s but I’m curious for the rest
    n
    • 2
    • 1
  • m

    mwickett

    11/09/2017, 1:39 AM
    Wonder if there’d be value in moving this community over to https://spectrum.chat
    a
    v
    +2
    • 5
    • 21
  • k

    kaihuang724

    11/09/2017, 2:31 AM
    I was wondering if there's any up to date tutorials / guides on how to implement stripe and/or square payments using Graphcool?
  • k

    kaihuang724

    11/09/2017, 2:31 AM
    There's one using mutation callbacks, but it's deprecated in favor for server-side subsriptions
  • o

    oxyoxy88

    11/09/2017, 6:47 AM
    Hi~ Is there any difference between "loggedInUser" query from template and basic "user" query?
  • g

    go4cas

    11/09/2017, 6:57 AM
    Hey guys. Can one use the Graphcool Framework with an existing datasource (e.g. Postgres, MySQL, etc)?
  • m

    Max Hodges

    11/09/2017, 7:00 AM
    @sorenbs I noticed graphcool is now open sourced. Just curious how do you plan to make money?
    n
    • 2
    • 1
  • z

    Zyad Sherif

    11/09/2017, 9:15 AM
    Hey guys can anyone help me out with this issue? https://www.graph.cool/forum/t/graphql-client-unexpected-end-of-input/1543
  • c

    Cuong Tran

    11/09/2017, 9:44 AM
    Are there instructions to build the code from github?
  • v

    Varun

    11/09/2017, 11:23 AM
    Hey guys, I am having my graphql APIs developed in laravel and is looking for getting it worked using API Gateway, I am thinking of Kong to use a API gateway, but it seem that kong does not support it directly. Kindly let me know a way to use graph APIs with kong API gateway or any other alternative
  • v

    Vinnie

    11/09/2017, 12:08 PM
    graph.cool guys, you should really moderate some of the tweets you have slapped on your homepage
    n
    • 2
    • 2
  • a

    agartha

    11/09/2017, 12:22 PM
    It's also not updated yet for 0.9
  • v

    Vinnie

    11/09/2017, 12:23 PM
    did a “diff” command use to exist in graphcool cli?
    a
    • 2
    • 17
  • v

    Vinnie

    11/09/2017, 12:42 PM
    So, in my schema I used to have a type “Role”, now I’ve replaced it with an enum with the same name, but I get this when I deploy
    Copy code
    No field with id ‘cj9r95arr00220149vgvgme4d’
    a
    • 2
    • 15
  • v

    Vinnie

    11/09/2017, 12:43 PM
    If it helps, there was a N:M relantionship between the User type and the Role type. Which I’ve done away with.
  • p

    panzupa

    11/09/2017, 2:58 PM
    GraphCool people, any info about when are you going to fix https://github.com/graphcool/framework/issues/1012 and https://github.com/graphcool/framework/issues/1058 ?
  • c

    cameronrll

    11/09/2017, 3:21 PM
    Hi there, just wondering if anyone can help here, I'm attempting to create/update data in this format (shown in the docs)
    Copy code
    mutation {
      createPost(
        title: "My great Vacation"
        slug: "my-great-vacation"
        published: true
        text: "Read about my great vacation."
        tag:  "Orange"
      ) {
        id
        slug
      }
    }
    for this example lets say that the tags field is an enum, and its called "TagType", that accepts "Orange", "Red" and "Green". Anyone know why I may be getting an error saying it expected type "TagType"?
1...417418419...637Latest