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

    yakupad

    07/29/2017, 8:36 PM
    I have done this in all the right ways and have encountered such a problem. https://auth0.com/docs/quickstart/native/react-native/00-login
  • y

    yakupad

    07/29/2017, 8:37 PM
    Can you help me with this?
  • p

    pcooney10

    07/29/2017, 10:08 PM
    @yakupad i think you need to specify
    http
    or
    https
  • m

    matty

    07/30/2017, 1:40 AM
    qq on adding fields, if its required and i give a default value, is there any reason I should also need to specify a migration value?
    n
    • 2
    • 1
  • m

    matty

    07/30/2017, 3:23 AM
    writing webtask functions certainly makes me appreciate how far es6 et al have taken us
  • m

    matty

    07/30/2017, 3:25 AM
    does the test run button work for functions using fetch?
    n
    • 2
    • 1
  • s

    shadoeblade184

    07/30/2017, 8:20 AM
    hi can anyone explain how I can use github graphql api with graphcool?
  • k

    kory

    07/30/2017, 11:50 AM
    I'm looking at the examples for integrating stripe with functions. https://github.com/graphcool-examples/functions/blob/master/stripe-coupons/check-coupon.js I'm wondering if there is such a thing as
    environment variables
    or would I literally be pasting my Stripe key where it says
    '__STRIPE_KEY__'
    ?
    m
    n
    • 3
    • 7
  • s

    signor_busi

    07/30/2017, 3:35 PM
    is it possible to manually set the createdAt or updatedAt fields? I want to migrate data from another database and want to keep the createdAt timestamps...
  • s

    signor_busi

    07/30/2017, 3:36 PM
    You cannot change the values for these fields
    Just discovered this in the docs.... That's too bad 😞
  • s

    signor_busi

    07/30/2017, 3:37 PM
    Is it possible to "hack" this somehow, maybe with a pre-write hook? Or is there absolutely no way
  • n

    notrab

    07/30/2017, 5:04 PM
    Functions would work, you could have a field for
    created_at
    instead. then just add a
    pre-write
    hook. Or you could just have a field for
    created_at
    and migrate your data to that.
    👍 1
  • s

    sammyis

    07/30/2017, 5:53 PM
    Hello again, all! I am having an issue following the howtographql tutorial. With the code at the end of the Authentication lesson, I tried to submit a link and I got the following non descriptive error:
  • s

    sammyis

    07/30/2017, 5:53 PM
  • s

    sammyis

    07/30/2017, 5:54 PM
    Anyone got any idea? The error doesn't give a lot to go on
  • s

    sammyis

    07/30/2017, 5:56 PM
    I tried the same mutation on the Graphcool Console and it worked with no issue
    n
    • 2
    • 1
  • p

    poole_party

    07/30/2017, 6:41 PM
    Can anyone point me to an example of querying a separate table during the Transform Input step in the Request Pipeline? I would like to create a transform that looks up a field in a separate table to populate the incoming creation mutation.
    n
    • 2
    • 4
  • h

    havgry

    07/30/2017, 8:27 PM
    I'm trying to delete two nodes with a required
    to-one
    relation. This is done in multiple mutations (although batched with Apollo) but I'm getting errors (similar to "The field 'derp' on type 'herp' is required"). I kinda assumed the mutations would be handled sequentially but that can't really be the case as it's clearly trying to delete the "parent" node before the "child" node has been deleted. Everything is working fine if I make the relation optional. Any pointers on this?
    n
    • 2
    • 1
  • s

    samuelkingn

    07/30/2017, 8:55 PM
    Hello Everyone!!!
    n
    • 2
    • 1
  • h

    havgry

    07/30/2017, 9:03 PM
    Hi @samuelkingn
  • s

    sammyis

    07/30/2017, 9:07 PM
    Hullo!
  • s

    samjbmason

    07/30/2017, 10:07 PM
    Is there a
    _meta
    field (excuse the bad terminology) that i can query
    n
    • 2
    • 3
  • j

    jvbianchi

    07/30/2017, 11:32 PM
    with the email-password auth, how can I change the user password?
    m
    • 2
    • 1
  • j

    jvbianchi

    07/30/2017, 11:38 PM
    I din't see any new mutation that allow this
  • t

    toono

    07/31/2017, 3:46 AM
    Have anyone use Graphene? When I use Graphene-Relay I have no idea how to filter. Can show me a simple example?
  • e

    edgrr0

    07/31/2017, 4:31 AM
    Can anyone show me an example of a mutation on the Apollo Client for Android?
  • s

    sonnguyen

    07/31/2017, 8:04 AM
    Can I use Chromeless for smoke testing now?
    n
    • 2
    • 4
  • r

    ryanking

    07/31/2017, 8:18 AM
    Hi everyone, if anyone could help me out with subscriptions / websockets that would be amazing! https://stackoverflow.com/questions/45399751/apollo-graphcool-subscriptions-websocket-is-closed-before-the-connection-is
  • s

    samjbmason

    07/31/2017, 1:17 PM
  • s

    samjbmason

    07/31/2017, 1:17 PM
    This is very annoying UI, I can't access the query because the docs are in the way and unremovable. I have tried refreshing the page but they appear everytime
    n
    • 2
    • 2
1...292293294...637Latest