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

    sorenbs

    10/05/2016, 10:03 AM
    Maybe you want to open a feature request so we can keep track of the progress: https://github.com/graphcool/feature-requests/issues
  • s

    sdubois

    10/05/2016, 10:22 AM
    Thanks @sorenbs, I created https://github.com/graphcool/feature-requests/issues/20. I think this is an essential feature 😊 Without it, we need to filter things client-side, which defeats the purpose of GraphQL... Do you know any other workaround meanwhile?
  • s

    sorenbs

    10/05/2016, 10:32 AM
    Indeed! Filtering client side is an obvious workaround and probably what I would go for as that is really easy to remove again when we introduce relation filters. So if you don't anticipate too much data in the next few weeks I would go with that. An alternative is to maintain a separate field on the user that contains either the trackCount for the user, or just a boolean hasTracks. This is a general technique that I often use in high scale systems where it can be desirable to make your writes a little more expensive in order to make reads much cheaper.
  • s

    sdubois

    10/05/2016, 10:54 AM
    Great, thanks @sorenbs for the ideas
  • e

    elitan

    10/05/2016, 2:28 PM
    Hi any kind person in here got an invite?
  • s

    schickling

    10/05/2016, 2:29 PM
    Hey @elitan! We'll invite the next batch of early access users shortly!
    👍 1
  • s

    schickling

    10/05/2016, 2:29 PM
    Thanks for your patience! 🙂
  • e

    elitan

    10/05/2016, 2:29 PM
    alright
  • e

    elitan

    10/05/2016, 2:29 PM
    I'll sit tight
  • t

    thienpow

    10/06/2016, 4:44 PM
    hi, the support for Auth0 is available?
  • s

    sorenbs

    10/06/2016, 4:47 PM
    Hi @thienpow We will be rolling it out during next week. If you would be interested in helping us test the integration I can set you up manually today.
  • t

    thienpow

    10/06/2016, 4:52 PM
    ya, would love to test it out. how do i setup manually?
  • s

    sorenbs

    10/06/2016, 4:57 PM
    I'll send you a pm 🙂
  • t

    thienpow

    10/06/2016, 4:57 PM
    👍
  • s

    schickling

    10/07/2016, 1:22 PM
    Hey! As many of you <!here|@here> asked: We just added support for nested mutations. This should simplify many cases! https://blog.graph.cool/improving-dx-with-nested-mutations-af7711113d6#.dhagehd4i
    👍 8
  • t

    thienpow

    10/07/2016, 2:09 PM
    hi i saw that you have implemented createdAt and updatedAt, but my old models like user do not have it, how to add those 2 fields?
  • s

    sorenbs

    10/07/2016, 2:10 PM
    Hi @thienpow I'll enable those fields for your existing models
  • t

    thienpow

    10/07/2016, 2:11 PM
    thanks!
  • k

    kenan.selimovic

    10/09/2016, 10:40 AM
    just to make sure, is there any way to use graph.cool without waiting for an invite? Paid or for free, doesn't matter. And if not, when can we expect next round of invitations? I'm asking because I have a request for project that would use graph.cool
  • s

    schickling

    10/09/2016, 11:31 AM
    Hey @kenan.selimovic and everybody else <!here|@here> who recently joined. We'll send out the next round of invites shortly. Thanks for your message!
  • k

    kenan.selimovic

    10/09/2016, 11:32 AM
    @schickling thanks
  • p

    peet86

    10/10/2016, 9:21 AM
    Hey Guys! Quick question: this graphql query works in the graphqli tool but with relay it pukes:
    Copy code
    countries(limit:3, where:{active:true}){
    				  	id,
    				  }
    Is this a transpiling issue or relay doesn't support objects as parameter?
  • s

    schickling

    10/10/2016, 10:04 AM
    Hey @peet86! Which Graphcool endpoint are you using for your project?
  • i

    iki

    10/10/2016, 10:35 AM
    @schickling I joined 8/18, but got no invitation yet. Was there some issue, or is ~2 months (or more?) the current waiting queue time?
  • s

    schickling

    10/10/2016, 10:38 AM
    Oh I'm really sorry about this @iki! I'll make sure to activate your invite as soon as possible!
  • i

    iki

    10/10/2016, 10:43 AM
    @schickling thank you!
  • r

    redcom

    10/10/2016, 9:53 PM
    @peet86: afaik there is no where filter, (couldn't find any docs). Are you sure where: is not ignored by graphqli? How does your type definition looks like?
  • s

    sorenbs

    10/10/2016, 9:57 PM
    Good catch @redcom It should be
    Copy code
    countries(first:3, filter:{active:true}){
                          id,
                      }
    Could you give that a try @peet86
  • s

    sorenbs

    10/10/2016, 10:00 PM
    (both
    limit
    and
    where
    has to be changed)
  • p

    pedro.gutierrez

    10/11/2016, 9:00 AM
    Hi! How can I get an early access code?
1...232425...637Latest