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

    rane

    05/17/2017, 12:02 AM
    I use Zeit Now and now I need database. Graphcool seams interesting
    n
    • 2
    • 2
  • a

    artyom

    05/17/2017, 12:10 AM
    👋 @stfnsr @stansarr @pegazux @luismartins @nerves awesome that you’re joining us today! graphcool
  • a

    artyom

    05/17/2017, 12:10 AM
    head over to #graphql-europe-comm if you’re here for any GraphQL-Europe related conversations 🙂
  • d

    derbingle

    05/17/2017, 12:41 AM
    If anyone else uses Alfred on the Mac, I just published a workflow for quick access to all sections of the Graphcool console + docs. It’s at https://github.com/derBingle/alfred-graphcool if you’re interested! 👍🏻
    👍 2
    n
    • 2
    • 1
  • n

    nerves

    05/17/2017, 12:43 AM
    Still trying to wrap my head around graphcool. What version of Node do the functions support?
    n
    • 2
    • 1
  • p

    pegazux

    05/17/2017, 12:57 AM
    I was not able to get the "Project" deal, I make click in the pricing page in the "Project" plan, but once in, the plan that appears in the billing section is the "Free" one, what I'm doing wrong?
    a
    k
    +2
    • 5
    • 7
  • t

    the_bluescreen

    05/17/2017, 1:09 AM
    Graphcool looks so promising!
    ❤️ 1
  • t

    the_bluescreen

    05/17/2017, 1:09 AM
    I really like UI of the app. But i'm just thinking how i can use it with "elixir"?
  • t

    the_bluescreen

    05/17/2017, 1:14 AM
    I just want to use graphcool as DB on server side rendering on Elixir/phoenix
    n
    • 2
    • 1
  • s

    soonertrent

    05/17/2017, 1:26 AM
    @nilan - you said that the login was fixed on May 14 but I'm seeing the same issues as other users tonight (May 16) - either I login and get a white screen OR I get stuck in an endless refresh loop. Any thoughts?
    n
    • 2
    • 8
  • b

    bobbyt

    05/17/2017, 1:34 AM
    Hi @nilan, just got a strange graphcool error:
    Copy code
    Error: GraphQL error: Whoops. Looks like an internal server error. Please contact us in Slack (<https://slack.graph.cool>) and send us your Request ID: cj2sbazne0wpk0148jiv4nn48
    n
    • 2
    • 1
  • b

    bobbyt

    05/17/2017, 1:36 AM
    oops, nevermind - looks like I had a field marked required and wasn't passing a value!
  • p

    pegazux

    05/17/2017, 1:38 AM
    I'm wondering, as Graphcool uses RDB AWS Aurora as the DB, how can I implement a grahp schema into it?
    n
    • 2
    • 1
  • k

    karloluis

    05/17/2017, 4:18 AM
    Has anyone experimented on using Graphcool with a Github Pages site?
    n
    • 2
    • 2
  • i

    ilja

    05/17/2017, 4:42 AM
    Congratulations on a great launch with Product Hunt today! I feel like Graph Cool is on it’s way to become developers go to choice 🙂
    ❤️ 3
    n
    • 2
    • 1
  • m

    meatwallace

    05/17/2017, 5:07 AM
    Hey guys, trying to implement something like the following:
    Copy code
    type File implements Node {
      ...
      owner: User! @relation(name: "FileOwner")
    }
    
    type User implements Node {
      ...
      resume: File! @relation(name: "FileOwner")
      coverLetter: File! @relation(name: "FileOwner")
    }
    However I receive
    A relation directive with a name must appear exactly 2 times.
    Is there a better approach than creating 2 seperate relationships with 2 seperate propertys on the File type? Thanks for any help!
    n
    • 2
    • 1
  • p

    ppatidar

    05/17/2017, 5:52 AM
    Hello @nilan There any way to defined some model level validation like i have mobile number field in my User model before save I want to check mobile number is valid or not using some algorithm?
    n
    • 2
    • 2
  • m

    meatwallace

    05/17/2017, 6:10 AM
    Does Graph.cool not support
    interface
    ?
    n
    • 2
    • 1
  • s

    samuell

    05/17/2017, 6:36 AM
    Hey, anybody know why that demo is not working? https://github.com/graphcool-examples/vue-apollo-instagram-quickstart
    n
    • 2
    • 3
  • s

    samuell

    05/17/2017, 6:38 AM
    or maybe link was changed 😄
  • j

    jdspugh

    05/17/2017, 7:37 AM
    Anyone connected graph.cool to an app in expo.io?
    n
    • 2
    • 4
  • j

    joar

    05/17/2017, 8:14 AM
    @ppatidar Use
    functions
    for that. Hook into the request flow
  • j

    jjaybrown98

    05/17/2017, 8:18 AM
    really love functions guys, but how do I require modules?
    👍 1
    n
    • 2
    • 6
  • m

    michaelchiche

    05/17/2017, 8:19 AM
    @jjaybrown98 as it is said in their tutorial videos, any module you can find here: https://tehsis.github.io/webtaskio-canirequire/
  • j

    jdspugh

    05/17/2017, 8:23 AM
    Can we sort on multiple fields?
  • w

    wallslide

    05/17/2017, 9:04 AM
    @nilan The overview video accessible on the new functions section of the console is the wrong video
    n
    • 2
    • 4
  • p

    ppatidar

    05/17/2017, 9:07 AM
    @nilan , I'm getting this error in graphcool when i 'm clicking on my model then getting errro in right side popup Cannot return null for non-nullable type (line 7, column 182): id coache (first: 3) { edges { node { id } } } country createdAt instituteSport (first: 3) { edges { node { id } } } manager (first: 3) { edges { node { id } } } name owner { id } status typeOfInstitute updatedAt ^
    n
    • 2
    • 1
  • r

    richeterre

    05/17/2017, 9:40 AM
    Hi! How does Graphcool’s Auth0 integration work for mobile apps? I’m building a React Native app that lets a user sign in via the Auth0 Lock widget and then retrieve their data from Graphcool. PS: Feel free to point me to a better channel for this question – I wasn’t sure where to ask 🙂
    n
    • 2
    • 4
  • p

    ppatidar

    05/17/2017, 9:46 AM
    @nilan, I'm not gettting authenticate vai CLI first doing graphcool auth then its redirect on the browser and i'm puttng my account detail and login then its stay in the screen "Loading... You'll be done in a second." Nothing happend after that
    n
    • 2
    • 10
  • p

    ppatidar

    05/17/2017, 9:56 AM
    Any one can help me
1...191192193...637Latest