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

    Miezan

    11/01/2017, 11:30 PM
    Hey Guys, I’m using Auth0 to authenticate with FB and twitter, everything seems well regarding authentication but on every logout / login cycles - users are asked to Authorize my app to use their account. Any idea why ?
  • k

    kuka

    11/02/2017, 3:42 AM
    Hey, does anyone have any idea of how to get the authenticated
    $userId
    on default mutations like
    create[Type]
    ? Or at least limit mutation calls with a permission so that no user can submit a mutation with other user’s
    ID
    ?
    m
    a
    • 3
    • 2
  • k

    kuka

    11/02/2017, 3:43 AM
    I see no other way other than creating custom functions which seems to be absurd in the case of simply adding one authorization field.
  • r

    rhishikeshj

    11/02/2017, 6:35 AM
    hey, so i have 2 questions : 1. When can we get the feature to add to a list of scalars via an update or create mutation ? 2. If I have a one to many relation and I wish to add a
    new
    object to the list of objects, how do i do that in an addTo<RelationName> mutation ? This mutation only takes the ID of the other object, not a new object
  • d

    Davide

    11/02/2017, 8:24 AM
    Hey, we need to create a shared dev environment in a Aws VPC, is there any kind of cloudformation file to do that?
  • a

    antho1404

    11/02/2017, 11:20 AM
    Anyone have a way to aggregate the data ? I have maybe thousands of data and it can be a bit horrible to handle that on the client side and even make a resolver for that is kind of heavy. Anyone have some nice idea how to handle that I know there is this issue https://github.com/graphcool/framework/issues/70, @nilan maybe an idea if this issue is planned to be done anytime soon ?
  • k

    KD

    11/02/2017, 11:57 AM
    hey i need help. when i am run chromeless in locally it's return hltm() but when i try to run this in AWS lambda it's do naot return html how i solve this..plz help me.
  • p

    Pieter

    11/02/2017, 6:36 PM
  • p

    Pieter

    11/02/2017, 6:37 PM
    @nilan that is in the logs on a subscription. When running the subscription with
    test run
    it works fine but I get that when the actual subscription fires
  • p

    Pieter

    11/02/2017, 6:37 PM
    I am not calling that endpoint anywhere so I am assuming its something under the hood
  • r

    rick

    11/02/2017, 6:43 PM
    can anyone here help me with the following? I’m trying to do a simple user query,
    Copy code
    query LoggedInUser {
        loggedInUser {
          id
        }
      }
    where I see that i’m passing my graphcool token in the authorisation header (
    Bearer ${token}
    ), I also verified the token on jwt.io and everything seems correct, but I keep getting back
    user: null
    😖
    p
    f
    • 3
    • 13
  • j

    jordan

    11/02/2017, 6:56 PM
    Hello, is schema stitching supported in graph.cool?
    n
    a
    • 3
    • 8
  • k

    Keto

    11/02/2017, 7:06 PM
    I'm using the createdAt value in my website, however, by default graph.cool sets it to 2017-11-02T182840.000Z is there anyway to format this (11-02-2017) prior to being used in the website?
    m
    • 2
    • 4
  • d

    Davide

    11/02/2017, 7:18 PM
    Hello, I need to create a shared development environment in an Aws VPC, is there some kind of cloudformation file to speed that up?
  • m

    Miezan

    11/02/2017, 7:36 PM
    Hello, what is a good way to insert about 500 rows of data other than manually?
    h
    • 2
    • 3
  • p

    Pkmmte

    11/02/2017, 8:04 PM
    I'm trying to store 21,599 characters of HTML text inside a String field but I keep getting a Cloudfront error from Graphcool whenever I try that for some reason. When encoded as UTF8, it's only 21.2KB. I thought the String size limit was 128KB?
  • p

    Pkmmte

    11/02/2017, 8:04 PM
    If I try to do so from the web console (data), it supposedly works correctly but the entry disappears when I refresh the page.
  • r

    rem

    11/02/2017, 8:52 PM
    I keep finding bad doc pages. It seems like most/all of the footer links (FAQ + Reference) in the /docs page just reloads the docs -
  • r

    rem

    11/02/2017, 8:52 PM
  • r

    rion

    11/02/2017, 8:55 PM
    The docs are still in flux while they are switching from a backend-as-a-service to a framework
  • r

    rion

    11/02/2017, 8:55 PM
    There's going to be dust for while
  • r

    rion

    11/02/2017, 8:56 PM
    I'm finding this out the hard way too 🙂
  • r

    rem

    11/02/2017, 9:05 PM
    @rion ta. I've just discovered I can recover the bad url by copying, then adding the missing
    docs
    at the root of the pathname, then it works.
    👍 1
    t
    • 2
    • 1
  • r

    rion

    11/02/2017, 9:13 PM
    Thanks for the tip
  • z

    zcaudate

    11/02/2017, 9:34 PM
    hey guys, what the deal with https://github.com/graphcool/framework/issues/267?
  • z

    zcaudate

    11/02/2017, 9:35 PM
    like it's a big problem for us
  • z

    zcaudate

    11/02/2017, 9:36 PM
    it's enough to look at doing our own backend
    a
    r
    n
    • 4
    • 15
  • z

    zcaudate

    11/02/2017, 9:42 PM
    @agartha: oh sweet. looking at this right now https://blog.graph.cool/extend-your-graphcool-api-with-resolvers-ca0f0270bca7
  • z

    zcaudate

    11/02/2017, 9:44 PM
    is there anyway to save/modify the entire 'app' -> i.e schema and webhooks?
  • z

    zcaudate

    11/02/2017, 9:45 PM
    basically, it would be great if we can save everything in github and 'deploy' it
    a
    • 2
    • 2
1...406407408...637Latest