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

    agr

    04/11/2017, 7:33 AM
    Hi!
    a
    • 2
    • 3
  • m

    musbell

    04/11/2017, 7:46 AM
    Hello!
  • m

    musbell

    04/11/2017, 7:46 AM
    I want to work on a fingerprint attendance system project . Kinda wanna know if it is possible with graphcool.
    n
    • 2
    • 7
  • a

    artyom

    04/11/2017, 8:19 AM
    wowza an awesome crew is joining us 🎉 graphcool welcomes you @buraks @mh @drew @bmcmahen @bryan @Rick @vidaaudrey @marika.w @zabeehkhan and “some others” (slack’s not showing me who that is 😐 )
    z
    • 2
    • 1
  • e

    edward_s

    04/11/2017, 9:18 AM
    any good auth0-graphcool integration example? preferably github source link
    n
    h
    t
    • 4
    • 9
  • a

    amann

    04/11/2017, 1:08 PM
    Is there a pattern for sending an array of objects via a mutation to create many nodes in graphql?
    n
    • 2
    • 5
  • m

    marika.w

    04/11/2017, 2:19 PM
    Is it possible to update an existing file? What would the curl command look like? I tried POSTing a file with existing id but that generated a new file, also the response didn't give the new file id and I had to check the console.
    n
    • 2
    • 1
  • b

    barbatus

    04/11/2017, 3:10 PM
    I have a question regarding subscriptions. Before I had a sidnsctiprion on update of certain fields which worked fine. But when I added permissions on those fields “can be viewed by everyone but updated by certain users” the subscription started throwing an error “not sufficient permissions”.
    r
    n
    • 3
    • 2
  • b

    barbatus

    04/11/2017, 3:14 PM
    Moreover, now I reverted permissions back, and it still doesn’t work. It might be related to a similar issue I've noticed: when I change my schema with new fields and use them right away in a subscription, it throws that these fields are not available on the schema, and only after some time this error goes away
    n
    • 2
    • 7
  • b

    barbatus

    04/11/2017, 3:17 PM
    @ragnorc thanks!
    😀 2
  • a

    artyom

    04/11/2017, 4:04 PM
    @gleb @carlton @frogman1 @atyilmaz 👋 hello and welcome to graphcool !
    🤘 2
  • a

    atyilmaz

    04/11/2017, 4:29 PM
    @artyom , thank you! this is actually first time using slack. Seems quite effective already.
    🦜 1
    a
    • 2
    • 1
  • t

    tafelito

    04/11/2017, 4:41 PM
    @barbatus @ragnorc I had a similar issue, not sure if it is related to this, but I had a model with permissions on some fields and it was giving me the same error. I disabled the permissions and created a new one for create node on all model fields instead. After that started working again. I hope it helps
  • j

    jesse

    04/11/2017, 5:10 PM
    👋
  • j

    jesse

    04/11/2017, 5:10 PM
    Hi all!
  • j

    jesse

    04/11/2017, 5:13 PM
    Novice question: my app has two user types (i.e.,
    manager
    ,
    associate
    ), and I have a separate single-page React app for each user type (i.e.,
    manager app
    ,
    associate app
    ). For a serverless architecture using JWT for authentication (e.g., Graphcool & Auth0), 1) where does the logic to check for authentication reside (i.e., check if user authenticated; if not, redirect to /login page) and 2) where does the logic to determine which app to load reside (i.e., if user is authenticated, check userType in JWT and load either
    manager
    app or
    associate
    app? Any help is much appreciated!
    n
    • 2
    • 6
  • t

    tafelito

    04/11/2017, 5:16 PM
    @nilan is it possible right now to use a mutation to upload a file or its not ready yet? As the doc says coming soon
    n
    • 2
    • 4
  • k

    komondor

    04/11/2017, 5:33 PM
    I have used Firebase in my last project and you can define “rules” for data permissions. As an example, you can define that all user can view all todos , but a todo can only be updated by the todo creator. What is the best approach for graph.cool ?
    n
    m
    • 3
    • 2
  • a

    artyom

    04/11/2017, 6:43 PM
    @nicolas_estezet hello! what a great day to join graphcool 🎉
  • s

    schickling

    04/11/2017, 6:55 PM
    Hey everybody <!here|@here>! We’ve just published the second tutorial in the Freecom series! 🎉 🎓 https://twitter.com/graphcool/status/851867417244569600
    🦜 7
    🚀 1
    🎉 2
    🎁 1
    ❤️ 3
    🆒 1
    📊 1
    ‼️ 2
    m
    • 2
    • 1
  • v

    vacom

    04/11/2017, 8:57 PM
    hey guys, Apollo GraphQL React - how to query on click?
    m
    • 2
    • 7
  • m

    maxcan

    04/11/2017, 11:01 PM
    hey guys.. looks like you can’t create graphql union types in a graph.cool schema. is that correct?
    c
    n
    • 3
    • 4
  • a

    artyom

    04/12/2017, 6:59 AM
    @ashdowning @amite @jerrys @abhinavmall @krkn @johnoscott @adam.hoscilo @gd2 a happy day when a crew of folks join us! 👋 everyone! graphcool
  • t

    theom

    04/12/2017, 8:19 AM
    So, I received the following error message when attempting to run a mutation from my react app: 'GraphQL error: Whoops. Looks like an internal server error. Please contact us in Slack (https://slack.graph.cool) and send us your Request ID: cj1ep6zjt0ys50158oabjb4g7'
    n
    • 2
    • 2
  • s

    stevewpatterson

    04/12/2017, 8:20 AM
    getting similar stuff, getting a 502 bad gateway in the console when using the UI to delete nodes
    n
    • 2
    • 3
  • d

    djuko

    04/12/2017, 8:22 AM
    Yeah, me too
    n
    • 2
    • 3
  • c

    chandu0101

    04/12/2017, 8:32 AM
    I am changing field optional to required
  • c

    chandu0101

    04/12/2017, 8:32 AM
    Whoops. Looks like an internal server error. Please contact us in Slack (https://slack.graph.cool) and send us your Request ID: cj1epuqu108xv01099ch51a95
    n
    • 2
    • 4
  • t

    theom

    04/12/2017, 8:52 AM
    I'm still having an issue running subscriptions from the console. When I click 'execute query', I immediately receive the following in the results panel: { "data": null }
    n
    • 2
    • 4
  • a

    artyom

    04/12/2017, 8:58 AM
    @undernotic 👋 hello and welcome! graphcool
1...150151152...637Latest