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

    wesbos

    08/29/2017, 3:50 PM
    that makes sense
  • m

    mwickett

    08/29/2017, 4:12 PM
    I think I prefer having each function be completely separate - even with the additional deploy headache. In most cases, I’m not going to be redeploying every single function at the same time. But, it’d be great if Now had some kind of distinction between types of instances. Seems weird that a tiny Micro function ‘costs’ (1 instance) the same as a full fledged Node app.
  • s

    slorber

    08/29/2017, 4:21 PM
    hey all, just wondering: why did graphcool choose a REST endpoint to upload files? there wasn't any decent alternative possible using graphql mutations?
    a
    • 2
    • 2
  • d

    dannyql

    08/29/2017, 5:58 PM
    Yodle! I just found out about graph.cool and I'm psyched. I've been using Firebase since before it was Firebase and I have 5 apps in production on Firebase right now so for the next month I'm going to do an in-depth analysis of the performance differences. I've read a few comparisons but they all seem to be feature comparisons, does anyone know of any performance comparisons?
    a
    • 2
    • 2
  • a

    auser

    08/29/2017, 6:16 PM
    Hey ya’ll, anyone from graphcool around?
  • a

    auser

    08/29/2017, 6:18 PM
    I’m hitting a bug and I’m stumped as to why. When I call
    createUser()
    (a graphql function) with auth0, I am getting a response of
    The provided idToken is invalid
    despite having the auth0 integration credentials correct
    a
    • 2
    • 13
  • z

    zach

    08/29/2017, 6:36 PM
    https://medium.com/@dwalsh.sdlr/using-graphql-why-facebook-now-owns-you-3182751028c9 thoughts?
  • d

    Daniel K.

    08/29/2017, 6:39 PM
    hm, not that I would be shocked they have patent for it, but yea, would be kinda nice to have some ensurance that Graphcool wont one day just disappear because of that 🙂
  • n

    notrab

    08/29/2017, 7:00 PM
    The patents stuff keeps coming around every 3-4 months. I wonder if any engineers at Facebook actually discuss this stuff with higher management, has anything ever been posted by FB in response to their patents?
  • z

    zach

    08/29/2017, 7:03 PM
    I don’t know, it does seem like there’s a miscommunication in their org if patents come out but there’s no grant. I don’t get it
  • m

    mwickett

    08/29/2017, 7:14 PM
    Hey @covingtondoan 👋
  • c

    covingtondoan

    08/29/2017, 7:15 PM
    👋🏻 @mwickett
  • a

    agartha

    08/29/2017, 7:15 PM
    Well, as long as no one builds a Facebook clone using Graphcool, I guess we're safe...
  • a

    anton-b

    08/29/2017, 7:22 PM
    Hey guys, where should I set the
    graphcool-auth-token
    after signing in a user?. Is is safe enough to just store it in their localStorage, and remove it when the user logs out manually?
  • m

    mwickett

    08/29/2017, 7:26 PM
    @anton-b That should do it.
  • a

    anton-b

    08/29/2017, 7:27 PM
    Is there any way to invalidate the token on logout, so it cannot be used again?
    a
    • 2
    • 1
  • b

    be4r

    08/29/2017, 9:02 PM
    i have a filter component that is able to filter by
    Red
    ,
    Green
    ,
    Blue
    . Sometimes they just want
    Red
    , sometimes they might want anything that is
    Red
    Or
    Blue
    , or sometimes they might just want it all. How can I write this query so it is dynamic based on what I pass from the client? Because writing a query like this wouldn’t be too dynamic.
    Copy code
    {
      allPokemons(filter:{
        OR: [
          {
            colorses_some: {
              color:"Green"
            }
          },
          {
            colorses_some: {
              color:"Red"
            }
          }
        ]
      }){
        name
      }
    }
    a
    j
    • 3
    • 36
  • b

    be4r

    08/29/2017, 9:02 PM
    i do have a
    Color
    schema that takes a
    color
    of
    String!
  • l

    lancej

    08/29/2017, 9:10 PM
    Not just for GraphQL but anything React also: https://react-etc.net/entry/your-license-to-use-react-js-can-be-revoked-if-you-compete-with-facebook
  • d

    danlin604

    08/29/2017, 9:18 PM
    Hello, I am new to GraphQL. What is the difference between apollo-client and react-apollo? I am looking over the expo documentation against the apollo document, the two modules are used in-place of each other for the exact same purpose?
  • a

    auser

    08/29/2017, 9:41 PM
    @agartha FYI: It was a problem with my environment… I had the wrong PAT (Permanent Access Token)
    👍🏻 1
    a
    • 2
    • 1
  • a

    aurnik

    08/29/2017, 9:56 PM
    Is there any way to clear function logs? My function has been running recently but all I can see is the logs from a week ago
    a
    • 2
    • 10
  • f

    florian

    08/30/2017, 12:39 AM
    Hello I'm still having issues to access one of my project's console since yesterday. Is slack the best way to contact support ? Thanks !
    n
    • 2
    • 1
  • m

    mwickett

    08/30/2017, 12:41 AM
    @wesbos Did you come to any conclusions about the best ‘serverless’ function approach?
  • w

    wesbos

    08/30/2017, 12:44 AM
    Nothing yet - wasn’t working on that today. let me know if you do make any decisions
    🤘 1
  • m

    marika.w

    08/30/2017, 1:15 AM
    How on earth do I "Create a new Schema Extension Function"??
    d
    • 2
    • 2
  • m

    marika.w

    08/30/2017, 1:16 AM
    Trying to follow the FB auth example https://github.com/graphcool-examples/functions/tree/master/authentication/facebook-authentication
  • s

    steveflee

    08/30/2017, 1:29 AM
    Hey guys, thanks for making Chromeless.
  • s

    steveflee

    08/30/2017, 1:30 AM
    Now that I have that out of the way - is there any way to get access to the CDP object that is driving everything so I can break away from the (albeit elegant) limited api?
  • c

    coffenbacher

    08/30/2017, 1:52 AM
    I see these errors fairly often:
    Copy code
    CloudFront attempted to establish a connection with the origin, but either the attempt failed or the origin closed the connection.
    Am I doing something wrong? Or should I just retry when this happens? I'm doing bulk inserts / deletes as part of working on a migration script, so that may have something to do with it.
    n
    • 2
    • 3
1...324325326...637Latest