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

    nilan

    09/19/2017, 8:08 AM
    Hey @proteus 👋 You can of course send me a PM here as well 😉
  • p

    proteus

    09/19/2017, 8:15 AM
    Alright.
  • l

    LeiZeng

    09/19/2017, 9:10 AM
    Hi guys, is there any way to do likely search to one of the field of a specific Node Type?
    d
    • 2
    • 2
  • d

    danny

    09/19/2017, 9:36 AM
    Hi all, are there any workarounds for this: https://github.com/graphcool-examples/react-graphql/issues/45 or maybe some other way to use auth0 with graph.cool?
    n
    • 2
    • 4
  • n

    notrab

    09/19/2017, 11:22 AM
    Is there anyway to know the ID before i create a record?
  • n

    notrab

    09/19/2017, 11:22 AM
    Perhaps provide an ID to use when creating an object
  • q

    quadsurf

    09/19/2017, 11:49 AM
    @notrab i don't think this is possible, but as a workaround, you could create a new record with null values in order to return an ID, and then cache it locally in your app for later write operations... not sure if this satisfies your intent/use-case though
  • n

    notrab

    09/19/2017, 11:50 AM
    @quadsurf That’s what I was thinking just now. I’ll experiment 😄
    😊 1
  • e

    eder

    09/19/2017, 1:27 PM
    someone can help me? the last console.log show votes updated but storewriteQuery seems to be not working
    -.txt
  • t

    taikn

    09/19/2017, 3:51 PM
    hi
    👋 1
  • t

    taikn

    09/19/2017, 4:02 PM
    I am setting email&password auth using an example from github, and i am stuck on 2nd step of email-user-creation, i can’t create a server-side-subscription for sending a confirmation email, after specifying the name of function, schema and a function I get an error message:
    Copy code
    The supplied query for the server side subscription `sendVerificationEmail` is invalid. Cannot query field 'confirmToken' on type 'User'. (line 7, column 7): confirmToken ^
    Am i missing additional fields on my
    User
    type?
    n
    • 2
    • 6
  • j

    jvbianchi

    09/19/2017, 4:06 PM
    How can I create a query like
    SELECT DISTINCT(NAME) FROM ...
    in graphql?
    n
    b
    • 3
    • 2
  • d

    dardub

    09/19/2017, 5:05 PM
    Sorry, I thought I started a new thread.
  • w

    wojtek

    09/19/2017, 11:52 PM
    hey @nilan, any updates on this? https://github.com/graphcool/graphcool/issues/127
  • m

    matty

    09/20/2017, 3:40 AM
    https://github.com/graphcool/modules/tree/master/syncing/algolia
  • m

    matty

    09/20/2017, 3:40 AM
    woah 😍
  • z

    zaksingh

    09/20/2017, 5:10 AM
    How do you guys set up file downloading once a file is uploaded? I saw this: https://www.graph.cool/docs/reference/file-handling/file-download-beim3teevi/ but I can't figure out how to use curl
    n
    • 2
    • 2
  • a

    antho1404

    09/20/2017, 8:12 AM
    if anyone already some problems with kind of polymorphic relation I may need you https://www.graph.cool/forum/t/architecture-of-polymorphic-relation/967 🙂
    d
    • 2
    • 2
  • m

    merott

    09/20/2017, 8:19 AM
    Has there been new naming rules introduced for functions? I’m forced to change my function names 😞 … It doesn’t say what the rules are, but after lots of trial and error, it seems to me that only
    [a-zA-Z-_]
    are allowed?
    n
    • 2
    • 12
  • t

    taikn

    09/20/2017, 11:17 AM
    I am wondering whats the best way of combining multiple auth methods for one account (email/password & facebook for example)? How to deal with situations when already registered user (via email) tries to login with using Facebook?
    a
    • 2
    • 1
  • p

    Pieter

    09/20/2017, 2:31 PM
    How would one handle
    online status
    or
    last seen
    in graphcool? user's don't get updated when they make a query so
    updatedAt
    won't work. I am using auth0 integration, but that also doesn't get updated by graphcool and I'd prefer not to make a seperate query to them the whole time
    a
    h
    • 3
    • 8
  • e

    emil

    09/20/2017, 5:57 PM
    General graphQL-question, relating react-apollo I have one component which queries for Posts and another one which does so At some point Component 2 runs the query again and receives a different result The state is updated, but the props of Component 1 don't update. Would I have to run the query again, or should the component always have up to date props automatically?
  • e

    eder

    09/20/2017, 6:00 PM
    Somebody can help me? the second time that i unvote query returns the same id vote causing error because that id was deleted previously
    -.txt
  • m

    mplis

    09/20/2017, 8:30 PM
    hey everyone, huge fan of graph.cool. i'm wondering if there's any info on how graph.cool implements their filters on the backend? or is that kind of their secret sauce?
    n
    • 2
    • 1
  • m

    mplis

    09/20/2017, 8:31 PM
    i've used the tool and i've read this article: https://blog.graph.cool/designing-powerful-apis-with-graphql-query-parameters-8c44a04658a9. but i'm unsure how to go about actually creating an API with features like that, particularly the filters
  • e

    edgrr0

    09/21/2017, 3:30 AM
    Hey guys, I've just released my first GraphCool powered app: https://play.google.com/store/apps/details?id=com.taskail.taskail
    💚 1
    🚀 1
    💯 2
    graphcool 1
    🦜 2
  • j

    jt9001

    09/21/2017, 4:58 AM
    hi guys, any issues connecting to https graph cool? chrome returned a "connection not private" prompt
  • a

    agm1984

    09/21/2017, 5:03 AM
    Chrome has built in protection against whatever they call it mixed content, if you are communicating from HTTP to HTTPS, it will throw some garbo about that
  • a

    agm1984

    09/21/2017, 5:05 AM
    You could try a different browser if you need it to work asap (assuming thats what it is, google the error message), but I would recommend running both on the same protocol. HTTPS can be annoying, so you may opt to just run HTTP until you get closer to prod push.
  • j

    jt9001

    09/21/2017, 5:05 AM
    just strange because I've never seen this in months of visiting
1...344345346...637Latest