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

    joar

    05/09/2017, 5:44 PM
    I set it to
    $varname: JSON
    . Is that not correct?
  • a

    artyom

    05/09/2017, 7:07 PM
    @carodelafuente @jamesmacaulay @ajithj glad you’re here, welcome! graphcool 🙌
    🙌 3
    🙏 2
  • a

    artyom

    05/09/2017, 9:46 PM
    @nreid 👋 hi there!
  • b

    bobbyt

    05/09/2017, 10:08 PM
    Hi, any plans to enable Auth0's 2-factor authentication option for users signing in to your platform?
  • a

    andrius

    05/10/2017, 1:33 AM
    Hi, I have object with a lot of relation ~20. What is the right way to update all data in relation objects? Is there was cascade delete I would just delete main object with all relation ones and recreate it all. Now it looks like a lot of wiring of ids and many queries to do ((
    ❓ 2
    👍 1
    n
    i
    • 3
    • 3
  • p

    picosam

    05/10/2017, 10:03 AM
    Hey folks! Did you guys disable direct editing on the console or is it just me?
    n
    • 2
    • 1
  • a

    artyom

    05/10/2017, 10:22 AM
    @soonertrent @riley777 @npvn hi ya, glad you’re joining us at graphcool ! 🙌
  • j

    joseconstela

    05/10/2017, 12:02 PM
    woop woop! Awesome product!
    graphcool 3
    ❤️ 1
    👋 1
  • n

    nikolasburk

    05/10/2017, 12:03 PM
    Great to see you here @joseconstela 😄
  • m

    morley

    05/10/2017, 1:29 PM
    Am I mistaken or does graphcool also provide image processing and hosting?
    n
    • 2
    • 7
  • m

    morley

    05/10/2017, 1:30 PM
    I could have sworn I saw a ref to that somewhere but I can't find it now
  • r

    ryand

    05/10/2017, 1:43 PM
    Is there an example of a Graphcool schema for a blog (like graph.cool/blog)? I’m unsure how to structure a Post model that can accommodate arbitrary content blocks (paragraph text, image, video, block-quotes, etc.)
  • r

    ryand

    05/10/2017, 1:49 PM
    I’m curious how Graphcool is handling this themselves…
  • h

    huv1k

    05/10/2017, 1:53 PM
    @ryand they are using markdown 🙂 https://github.com/graphcool/content/tree/87f8e2129f593ed129104efc243cb336a8b4a178/content/blog
  • h

    huv1k

    05/10/2017, 1:53 PM
    but you can have just string where you place formated data or something like this + add some fields for metadata like name of autor etc
  • r

    ryand

    05/10/2017, 1:55 PM
    I see
  • r

    ryand

    05/10/2017, 2:02 PM
    Thinking out loud: I may use Gatsby for the article/blog publishing side of things, thought this will create a division between ‘app’ and ‘blog’ parts of my app. I’ll have to think about whether that’s a problem.
    n
    h
    • 3
    • 21
  • a

    artyom

    05/10/2017, 4:43 PM
    @tadejstanic @yergi @dannyoceanxo @mxlnk @colinfendrick hey all, great that you’re joining us today! 🎉 graphcool 👨‍👩‍👧‍👦
  • y

    yergi

    05/10/2017, 4:51 PM
    Thanks for the welcome!
  • c

    colinfendrick

    05/10/2017, 5:00 PM
    Appreciate it
  • a

    artyom

    05/10/2017, 5:15 PM
    🙌
  • n

    notrab

    05/10/2017, 6:29 PM
    Hey folks! I’ve a
    Event
    that has many
    Comment
    types. I’m trying to create a subscription for new comments. How would I do this?
    Copy code
    subscription {
      Event(filter:{
        mutation_in: [CREATED],
        
      }) {
        node {
          comments {
            id
            message
            createdAt
          }
        }
      }
    }
    Is as far as I got, I couldn’t figure out the way to set the eventId
    n
    • 2
    • 23
  • e

    ellis

    05/10/2017, 8:37 PM
    Hey guys! Glad to be here! Had a little exposure to graphQL, but still a bit of a novice. Does anyone have any tips for moving towards that Eureka moment? A particular mindset, thought or graphQL concept that helped them?
    n
    • 2
    • 7
  • n

    notrab

    05/10/2017, 9:14 PM
    I’ve a quick Q regarding the
    File
    Type. If I have an
    Event
    Schema, I’d like a Cover Photo (
    File
    ) and a Thumbnail Photo (
    File
    ). Is this easily done or do I require another Type to “go through”?
    n
    • 2
    • 2
  • n

    notrab

    05/10/2017, 9:14 PM
    I’m still not used to thinking in Graphs!
  • p

    pier

    05/10/2017, 9:40 PM
    hi everyone
  • p

    pier

    05/10/2017, 9:41 PM
    quick question: Does Graphcool provide a database backup mechanism?
    n
    • 2
    • 3
  • a

    ala

    05/10/2017, 10:25 PM
    hello everybody, is there a tutorial for setting up Relay modern in a React.js app initiated by create-react-app tool?
    n
    • 2
    • 2
  • t

    teonimesic

    05/11/2017, 2:14 AM
    Maybe this is a stupid question, but how do you make a query to find a max value in Graphql? I get it that with graph.cool I can sort of do that using
    first
    and orderBy, something like:
    Copy code
    query MaxProposalNumber {
      allProposals(orderBy: number_DESC, first: 1) {
        number
      }
    }
    but it still returns an array. So is there a way do use a reduce function inside a graphql query so I don’t need to use it when resolving the value?
    n
    • 2
    • 1
  • t

    teonimesic

    05/11/2017, 2:15 AM
    and is this even the right approach?
1...179180181...637Latest