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

    Felix

    12/04/2017, 12:04 PM
  • m

    max

    12/04/2017, 12:39 PM
    Hey has anyone tried when writing permission filters having OR statements inside OR statements? I keep getting
    Permission Query is invalid.
    I ended up creating a giant OR statement to get it to work
  • m

    max

    12/04/2017, 12:44 PM
    does anyone know how many users graphcool is at now?
    n
    • 2
    • 2
  • f

    Felix

    12/04/2017, 12:58 PM
    anyone used okta with graphcool ? https://developer.okta.com/
    m
    • 2
    • 7
  • v

    Victor Bianchi

    12/04/2017, 2:15 PM
    hello, I found this error:
    Copy code
    Whoops. Looks like an internal server error. Please contact us from the Console (<https://console.graph.cool>) or via email (support@graph.cool) and include your Request ID: eu-west-1:simple:cjasa0ic207pb0108348sujj4
    m
    • 2
    • 2
  • v

    viktor_soroka

    12/04/2017, 2:25 PM
    Is there is a way to not throw an error and get public fields in case of insufficient permission when trying to get query which contains fields which are only feasible for authorised users?
  • m

    Matthieu Le Brazidec

    12/04/2017, 2:27 PM
    Is this dashboard only for private clusters?
  • u

    user

    12/04/2017, 2:28 PM
    @max commented on @Matthieu Le Brazidec’s file

    https://prisma.slack.com/files/U88JLNPME/F88NU9PEV/ready.5b422ddd.png▾

    : Someone said the other day, that it has yet to be released
  • m

    Matthieu Le Brazidec

    12/04/2017, 2:28 PM
    oh ok thanks
  • m

    Matthieu Le Brazidec

    12/04/2017, 2:32 PM
    Also, what would recommend me to do, to do this: 1) users subscribe to other users 2) users own videos 3) videos can be owned by multiple users 4) I need to get the latest videos from a user's subscriptions without duplicates
  • p

    picosam

    12/04/2017, 2:57 PM
    Hello, I’m not sure what the consequences of the following are:
    File uploads using the File API are not governed by the permissions on the
    File
    type. As such, everyone can upload files to your project.
    Does this mean that one should really be very protective about one’s project alias for instance? I mean, if anyone knows what my service name or ID is, they can simply upload files without any control. No? I don’t have an issue with the downloads really, since the file secrets in my opinion should only be communicated to an authenticated user unless those files are public in the first place.
    n
    • 2
    • 5
  • h

    huv1k

    12/04/2017, 3:26 PM
    Its possible there is problem with updating schema? i get new version in console, but name of some fields are same from last version, even that i changed it
    n
    • 2
    • 3
  • v

    Vinnie

    12/04/2017, 3:32 PM
    @tim2 Hi, you’re around?
  • d

    dohomi

    12/04/2017, 4:02 PM
    Can someone explain me what following error in resolver function could be:
    Copy code
    { “error”: “Function returned invalid status code: 0. Raw body: empty.last” }
    n
    • 2
    • 2
  • d

    dohomi

    12/04/2017, 4:04 PM
    strange thing is, that I am using try catch blocks but somehow the error is not captured
    s
    • 2
    • 9
  • n

    nilan

    12/04/2017, 4:07 PM
    💯 @brajabi سلام
    💯 2
    💚 2
    b
    • 2
    • 1
  • m

    mo

    12/04/2017, 4:24 PM
    👉🔥 If anyone wants to start learning GraphQL from the basics, you can read this freshly written article: https://css-tricks.com/front-end-developers-guide-graphql/
    🎉 1
  • m

    mwickett

    12/04/2017, 4:45 PM
    Heads up to anyone using the email-auth template, a significant bug was found and closed via PR, the salt wasn’t being used, only the
    SALT_ROUNDS
    constant. See https://github.com/graphcool/templates/pull/135/commits/94e94a553e04bb9dd83a143839bee88105fc72f3
    👍 4
  • m

    mwickett

    12/04/2017, 4:45 PM
    Should update any production code ASAP
  • m

    mwickett

    12/04/2017, 4:46 PM
    (@nilan Maybe worth firing off an ‘@channel’ flare? )
  • j

    Jannis Pohlmann

    12/04/2017, 4:57 PM
    Hello! Is there a specific place in the source code where the Graphcool server/framework determines which model (e.g. User) a subscription belongs to?
  • c

    cloudpilot

    12/04/2017, 6:08 PM
    AFAIK there is No such association built in
  • s

    sunil

    12/04/2017, 6:23 PM
    Hi. New to graph.cool and excited about the prospect of bringing up a backend for my project with ease and speed. One question. The tutorials seem to be using Apollo client 1.0. Could someone point to an example with Apollo client 2.0 syntax that includes subscriptions. Thanks
    n
    • 2
    • 8
  • m

    mwickett

    12/04/2017, 6:40 PM
    Has anyone used CircleCI and Graphcool local for automated testing? Wondering about the Docker image, and configuration etc. Appreciate any pointers.
  • m

    michaelchiche

    12/04/2017, 7:15 PM
    interested too 🙂
  • d

    Dukuo

    12/04/2017, 7:28 PM
    Maybe someone can shed some light in the matter!
  • z

    Zach Hobbs

    12/04/2017, 7:34 PM
    trying to wrap my head around schema design for a personalized app. For example, lets say you're building netflix. I have a
    catalog
    and want a list of `video`s from the
    catalog
    , and as part of the return I want to have a flag for whether the current user has watched that video already or not
  • p

    panzupa

    12/04/2017, 7:35 PM
    User.watchedVideos [Video!]
  • z

    Zach Hobbs

    12/04/2017, 7:35 PM
    if I think about it as a graph, it might be like:
    Copy code
    {
      allVideos {
       ...video
       watchedStatus(user: $user) {
          isWatched
       }
     }}
    d
    p
    t
    • 4
    • 81
  • p

    panzupa

    12/04/2017, 7:35 PM
    I would go with something like that, however I have no idea about performance of this
1...456457458...637Latest