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

    defrex

    05/21/2017, 6:24 PM
    Any tips of how to get that done?
  • d

    drk

    05/21/2017, 8:23 PM
    if we want to support both social auth (w/ auth0) and email can we do it all through auth0 or do we need to use graph.cools email authentication as well?
    s
    • 2
    • 1
  • a

    akadop

    05/21/2017, 9:28 PM
    Anyone know how I can create a PDF of the data sent to graphcool ?
    n
    • 2
    • 1
  • t

    tobiast

    05/21/2017, 11:39 PM
    I'm having the same issue, using the file upload example from github in the documentation. api.graph.cool is being intercepted by cloudfront and returning HTTP/1.1 500 Internal Server Error X-Cache: Error from cloudfront Via: 1.1 1f5200ace72953cff28f9982c5f15365.cloudfront.net (CloudFront)
  • i

    iamrommel

    05/22/2017, 1:53 AM
    how to delete multiple records at once or single mutation?
    n
    • 2
    • 2
  • i

    iamrommel

    05/22/2017, 2:10 AM
    I got this function issue, i thought the spread and destructor are supported by default?
  • i

    iamrommel

    05/22/2017, 3:31 AM
    hays....another frustation from me, i think the function wont work if the mutation come from relation.
  • h

    hueezer

    05/22/2017, 5:28 AM
    Hi. I'm having trouble with Functions (transform mutation). Even when I try a simple example from the documentation, I get an error.
    i
    s
    • 3
    • 2
  • w

    willian

    05/22/2017, 6:58 AM
    What's the error?
  • e

    emilrmoeller

    05/22/2017, 9:04 AM
    Hi everyone! I set up an angular project yesterday using subscription. But i could only find documentation for how to set it up with react. Do you have any documentation on subscriptions with angular? (btw, i couldn’t even find documentation of subscriptions in the official apollo documentation for angular - but it works hehe)
    n
    • 2
    • 12
  • u

    user

    05/22/2017, 10:07 AM
    @sorenbs commented on @iamrommel’s file

    https://prisma.slack.com/files/U5E942C2C/F5G6HGPCL/functionwithmutation.png▾

    : Thank you - I have created an internal issue to track this and will let you know as soon as we have fixed it
  • j

    joar

    05/22/2017, 11:02 AM
    When the app has been idle for a little while some (simple) queries take 10+ seconds to resolve. Can we pay to never have to experience cold starts? 😛 If a user would have to wait for that long they would quit
    n
    • 2
    • 11
  • x

    xander

    05/22/2017, 11:10 AM
    Hi all, I’am playing around with Graph.cool with a next.js/apollo/react application and just trying out the subscriptions… all works as expexted until I set the read rights to ‘authenticated only’ currently setting it up as follows:
    Copy code
    const wsClient = new SubscriptionClient(`<wss://subscriptions.graph.cool/v1/cj2vk6fky76tv0169np2y0b1d>`, {
                reconnect: true,
                connectionParams: {
                    authToken: localStorage.getItem('id_token')
                }
            });
    any thoughts or pointers?
    n
    • 2
    • 2
  • j

    joar

    05/22/2017, 11:19 AM
    GraphQL error: Whoops. Looks like an internal server error. Please contact us in Slack (https://slack.graph.cool) and send us your Request ID: cj301h7rvk6ov015345y6epca
    When trying the new functions request pipeline
  • j

    joar

    05/22/2017, 11:21 AM
    The request never reaches my server
  • g

    gustavo_pch

    05/22/2017, 12:49 PM
    Is it possible to have deep/nested fields in a schema?
    y
    c
    n
    • 4
    • 22
  • n

    nosykretts

    05/22/2017, 1:30 PM
    Im confused with many-to-many relation. Why no “cross_table” is created?
    y
    n
    • 3
    • 32
  • a

    amann

    05/22/2017, 3:34 PM
    Does anyone have any information on how the migration of Digits to Firebase will look for graphcool?
    n
    h
    +3
    • 6
    • 26
  • j

    joar

    05/22/2017, 3:36 PM
    Is it possible to do batch mutation updates?
    n
    n
    • 3
    • 5
  • j

    joar

    05/22/2017, 3:36 PM
    Like if I want to update a segment of users
  • z

    zol

    05/22/2017, 4:51 PM
    Here are some notes from the conference in Berlin: http://zolomon.com/2017/05/21/graphql/
    👍 1
  • e

    emilrmoeller

    05/22/2017, 5:07 PM
    Hey, i’m trying to use subscriptions, but I don’t seem to quite understand what types of actions triggers the mutations events. So i have a model “User” and a model “Lobby”, when i make a relation using mutation “AddToUserOnLobby” it doesn’t trigger an updated event, and therefore my subscribers does not get notified. Any ideas on how to achieve this ?
    n
    • 2
    • 4
  • r

    rane

    05/22/2017, 6:06 PM
    Is there way to code functions in local?
  • t

    tobiast

    05/22/2017, 6:10 PM
    The file API is not loading for me with the github upload example, I get a cloudfront 500 internal server error?
  • j

    joar

    05/22/2017, 6:29 PM
    @tobiast Most likely wrong params
  • j

    joar

    05/22/2017, 6:29 PM
    How are you uploading the file?
  • j

    joar

    05/22/2017, 6:30 PM
    Copy code
    const formData = new FormData();
    formData.append('data', file);
    POST that and you should be set
    t
    • 2
    • 1
  • s

    sdubois

    05/22/2017, 6:34 PM
    Hi! I'd like to know if there was any progress on https://github.com/graphcool/feature-requests/issues/65 ? In my app I need to query
    Author
    with a specific
    slug.key
    (where
    slug
    is of type
    Slug
    has field
    key
    ). I know this is already in beta, but wasn't really usable last time I tried (@sorenbs had manually enabled unicity on one of my other relations). Thanks a lot 🙂
    n
    • 2
    • 2
  • s

    samuell

    05/22/2017, 7:20 PM
    Hey, its planned to connect graph.cool to external MySQL?
    n
    • 2
    • 2
  • u

    userzach

    05/22/2017, 8:01 PM
    Hi All I'm considering entering the GraphCool pipeline, and was mainly brought here by the permissions system But I'm concerned about is being limited to developing over an active connection. If an initial data-fetch drives my entire app, am I, in fact, out-of-luck if want to develop anything locally on the front-end? Interested if anyone has a solution
    n
    • 2
    • 1
1...199200201...637Latest