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

    eraldo

    03/15/2017, 10:14 AM
    How does graph.cool handle cascading deletion of many to many nodes?
  • s

    sorenbs

    03/15/2017, 10:14 AM
    Hey @eraldo - welcome! We’re here to help you get up to speed 🙂
  • s

    sorenbs

    03/15/2017, 10:16 AM
    Cascading deletes is a configuration option that we are planning to add soon. YOu can help us prioritise by voting for it here https://github.com/graphcool/feature-requests/issues/47
  • s

    sorenbs

    03/15/2017, 10:16 AM
    It would also be really useful if you could add a detailed description of your use case.
  • a

    artyom

    03/15/2017, 10:20 AM
    wowza, what a crew!? 👨‍👩‍👧‍👦 🎉 welcome to graphcool @havgry @jack @etareduce @gothy @novusopt @ellipticaldoor @ty @umairali 🙌
    🙌 1
    😊 1
  • j

    jack

    03/15/2017, 10:20 AM
    👋
    a
    • 2
    • 4
  • a

    artyom

    03/15/2017, 10:52 AM
    🙌 @ck.bae hola!
  • a

    aranwe

    03/15/2017, 11:46 AM
    Hi everyone, https://github.com/graphcool/feature-requests/issues/4 -> is this feature request the Query permissions that are mentioned in the documentation? I am not sure as the description is not very clear. I have just started testing & looking into this project and it seems great - but the lack of object level permissions is a show stopper for me 🙂 If this is the feature -> any timeframe when it is expected to go live? 🙂
    n
    • 2
    • 2
  • a

    artyom

    03/15/2017, 2:55 PM
    hey, @michaelmior 👋 welcome!
  • a

    artyom

    03/15/2017, 4:06 PM
    hola @greg.mcausland 🙌
  • i

    ilanhoffman

    03/15/2017, 5:05 PM
    hello! We are looking for Graphql developers for an american company, the work is remote. you can check the description here https://staffingempire.com/jobs/320?ref=Adolfo Feel free to ask me any questions. Cheers!
  • d

    deesouky

    03/15/2017, 5:26 PM
    Hey guys! 🙂 Im trying to integrate Auth0 but I keep getting an error: “The provided idToken is invalid”. Any ideas? We are using react-native-lock to authenticate.
    s
    • 2
    • 2
  • k

    kabriel

    03/15/2017, 5:48 PM
    Does anyone know the correct syntax for a filter that will match all Models that do not have a specific relationship? For example if we have a User model and a 1-1 relationship to a Car model, and i want to find all Cars that do not have a user:
    Copy code
    query {
      allCars(
        filter: {
          <-- here ? -->
        }
      ) {
        id
      }
    }
    I'm not sure how to say "has no user"
    s
    • 2
    • 2
  • a

    artyom

    03/15/2017, 7:39 PM
    hi there @jesseflorig @lucasfugisawa join the graphcool community!
  • l

    lucasfugisawa

    03/15/2017, 7:40 PM
    Hi, @artyom! Thank you! 😃
  • z

    zthall

    03/15/2017, 7:48 PM
    If I set the permission rule for a schema item to be "Authenticated" does that mean that only the person who created the record can change it or does that mean anyone who has authenticated can update the record?
  • s

    sorenbs

    03/15/2017, 7:51 PM
    Hi @zthall 🙂 The Authenticated rule means that anyone who is authenticated are permitted. In the playground you can change the user who is in scope for the request to get a feeling for this. What you probably want is our Query Permissions that allow you to specify permission rules based relations in your data graph. This feature is available in our Beta program. Please send a pm to @nilan so he can get you started
    z
    • 2
    • 4
  • j

    jack

    03/15/2017, 8:14 PM
    Yo
  • j

    jack

    03/15/2017, 8:14 PM
    anyone there? 🙂
  • s

    sorenbs

    03/15/2017, 8:15 PM
    We all here @jack !
    graphcool 2
    👯 1
  • j

    jack

    03/15/2017, 8:15 PM
    Haha.
  • j

    jack

    03/15/2017, 8:15 PM
    Awesome.
  • j

    jack

    03/15/2017, 8:15 PM
    👍
  • j

    jack

    03/15/2017, 8:15 PM
    Porting over the codebase from Firebase right now
    ❤️ 1
  • j

    jack

    03/15/2017, 8:15 PM
    having a subscription issue
    s
    • 2
    • 76
  • j

    jack

    03/15/2017, 9:23 PM
    Another thread time. Ha.
    s
    • 2
    • 8
  • h

    havgry

    03/16/2017, 2:01 AM
    Hi everyone! Can someone please explain to me how I prevent others from making queries to my graphcool API endpoint? Also, what do people do in terms of dev, staging and prod environments?
    👍 1
  • a

    artyom

    03/16/2017, 7:19 AM
    @tischler @ahallock @levioza @arifads nice to have you all join us 👋 graphcool
  • u

    umairali

    03/16/2017, 9:20 AM
    Hi everyone, I am facing a problem in executing this mutation using Apollo iOS.
  • u

    umairali

    03/16/2017, 9:21 AM
    -.swift
1...124125126...637Latest