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

    artyom

    05/13/2017, 10:09 AM
    @nettofarah @sai @mikeluunr @amonks @owenmead @elmotoja @znuffn @karnich 👋 👋 glad you’re joining us at graphcool ! if you’re here for GraphQL-Europe ( graphql europe ), head to #graphql-europe-comm 🎉
    👍 2
  • n

    notrab

    05/13/2017, 11:42 AM
    Welcome @NotRStankov ! I seen your interview last night on YouTube regarding PH moving to GQL. Awesome insight! 🙌
    n
    n
    • 3
    • 5
  • a

    artyom

    05/13/2017, 11:50 AM
    @NotRStankov you’re heading to GraphQL-Europe as well, right?
    n
    • 2
    • 10
  • a

    artyom

    05/13/2017, 11:50 AM
    graphql europe
  • a

    artyom

    05/13/2017, 1:23 PM
    @striletskyy @derfred @richeterre @www.gcardoso.pt @jella hi there, nice to see you with us graphcool ! check out #graphql-europe-comm if you’re here for GraphQL-Europe 🙌
  • j

    jv.bianchi

    05/13/2017, 4:49 PM
    When running a server-side subscription, I get this error
    Copy code
    {
      "data": {
        "User": {
          "updatedFields": null,
          "node": null
        }
      },
      "errors": [
        {
          "locations": [
            {
              "line": 8,
              "column": 7
            }
          ],
          "path": [
            "User",
            "node",
            "admin"
          ],
          "code": 3008,
          "message": "Insufficient Permissions",
          "requestId": "subscription:server_side:cj21yqfrrsuvm0164ks76umjm"
        }
      ]
    }
    ✅ 1
    n
    • 2
    • 1
  • j

    jv.bianchi

    05/13/2017, 4:49 PM
    Where do I define permissions for server-side subscriptions?
  • a

    artyom

    05/13/2017, 5:20 PM
    @andimarek @luiscarlosjayk @sami 🙌 hello and welcome to graphcool !
  • a

    artyom

    05/13/2017, 5:20 PM
    for GraphQL-Europe, #graphql-europe-comm is the spot for you 😉 graphql europe
  • d

    doug_w

    05/13/2017, 6:19 PM
    Say you need to define multiple roles - admin - moderator - powerUser - etc… Would there ever be a use case for just creating a model for each? userAdmin, userModerator, etc.. Rather then just creating one User model - and separating them by a ‘role’ property Would this be madness?
    n
    p
    • 3
    • 19
  • a

    artyom

    05/13/2017, 8:51 PM
    @alexpunct @christianh 🖖 welcome to graphcool !
  • a

    artyom

    05/13/2017, 8:51 PM
    check out #graphql-europe-comm if you’re here for GraphQL-Europe 😉
  • a

    amonks

    05/14/2017, 12:08 AM
    After trying to delete my database, when I try to visit the Console, I get a totally white screen and a log message like
    Copy code
    10. Whoops. Looks like an internal server error. Please contact us in Slack (<https://slack.graph.cool>) and send us your Request ID: cj2nxxho502yn0103xqrwoqvz
        dges {node {id,name,itemCount,isSystem},cursor},pageInfo {ha
                            ^^^
    I'm not sure if this is the appropriate channel, but here I am!
    ✅ 1
  • a

    ankush

    05/14/2017, 5:18 AM
    anyone facing problem while sign in ?
    n
    • 2
    • 3
  • m

    meikoudras

    05/14/2017, 6:04 AM
    I also seem to be in a redirect loop while trying to sign in
    n
    • 2
    • 16
  • a

    andhu

    05/14/2017, 8:26 AM
    hello.
  • a

    andhu

    05/14/2017, 8:26 AM
    facing the same issue as the people above
    n
    • 2
    • 4
  • a

    artyom

    05/14/2017, 8:34 AM
    @kari @bastianp @emcpadden @levu48 @kmanish 👋 everyone! Glad you're joining us today! graphcool
  • a

    artyom

    05/14/2017, 8:35 AM
    Head to #graphql-europe-comm if you're here for GraphQL-Europe ;)
  • n

    nilan

    05/14/2017, 9:09 AM
    Hey everyone, we are currently experiencing issues with the Login/Signup flow of the Console. The APIs are not affected by this. We're already looking into the issue, thanks for your patience 🙏
  • n

    nilan

    05/14/2017, 10:01 AM
    The login works again 🙂
    ❤️ 1
  • m

    meikoudras

    05/14/2017, 10:03 AM
    Yep. I was able to log in 🙂
  • m

    meikoudras

    05/14/2017, 10:03 AM
    thanks guys!
  • a

    amonks

    05/14/2017, 5:50 PM
    update: I'm still seeing a blank white screen when I try to visit the console, but the logs are different now. Instead of seeing a generic "Internal server error", I see,
    Copy code
    Server request for query `Routes` failed for the following reasons:
    
    1. No Project with name 'Routes'
    This makes sense—I deleted the project called Routes. When I visit https://console.graph.cool, it redirects me to the Routes project, even though I deleted it, and throws an error. I believe that my account has no projects on it right now—maybe that's an invalid state?
    ✅ 1
    n
    • 2
    • 7
  • a

    artyom

    05/14/2017, 7:55 PM
    @monte9 @deilv @kamilregulski @j-nolan hi ya! 🎉 welcome to graphcool for GraphQL-Europe chats head to #graphql-europe-comm 👋
    👋 1
  • a

    artyom

    05/15/2017, 12:54 AM
    @djgrant @kfay welcome, glad you're joining us! graphcool
  • j

    jonatanro

    05/15/2017, 4:57 AM
    hey peoples, I’m planning a react-native app with some realtime needs. I was thinking of using firebase but found my way to graph.cool and now I am considering it.
    n
    • 2
    • 3
  • j

    jonatanro

    05/15/2017, 4:59 AM
    I’ve used firebase earlier in my apps and I’m curious how graph.cool will compare performance wise for keeping a map updated with multiple data points updating in realtime
  • j

    jonatanro

    05/15/2017, 5:00 AM
    I guess I can always fall back on firebase to move the critical data there
  • p

    ppatidar

    05/15/2017, 6:22 AM
    @nilan, There any way to defined default boolean value with default false? EX: I have one is_active field in my model Once record created then automatic default false value should be save.
1...184185186...637Latest