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

    agartha

    06/23/2017, 12:05 AM
    Spec: https://facebook.github.io/relay/graphql/mutations.htm
    👍 1
  • a

    agartha

    06/23/2017, 12:11 AM
    Also, if you open the Docs tab in the Playground, and find your input object (CreateInstanceInput), you'll notice that the field is there. The input object is not the same as your type. It's generated, based on it, but adds not only the
    clientMutationId
    field, but also Id(s) fields for all relations.
  • v

    virtualirfan

    06/23/2017, 12:53 AM
    Thanks @agartha
  • p

    pbassut

    06/23/2017, 3:01 AM
    @nilan Is there a timeframe of when functions as cron jobs will be available? I need to send a Push Notification 30 minutes before a certain event happens.
    a
    • 2
    • 2
  • l

    laurence

    06/23/2017, 4:14 AM
    Hey all, is there any way to export my schema and have Root Query/Mutation types included?
  • l

    laurence

    06/23/2017, 4:14 AM
    I'm looking to develop in graph.cool but export to run some local schema tests
  • p

    prijindal

    06/23/2017, 4:30 AM
    Hey, since digits.com is not taking any new sign ups, Is there any other way to do mobile based authentication with graphql
  • d

    domthegrom

    06/23/2017, 4:30 AM
    yeah try Auth0
  • d

    domthegrom

    06/23/2017, 4:31 AM
    Or Graphcool has their own aswell
  • d

    domthegrom

    06/23/2017, 4:31 AM
    @prijindal
  • p

    prijindal

    06/23/2017, 5:15 AM
    how can you use the graphcool own implementation?
  • p

    prijindal

    06/23/2017, 5:16 AM
    @domthegrom
  • d

    domthegrom

    06/23/2017, 5:36 AM
    https://www.graph.cool/docs/reference/simple-api/user-authentication-eixu9osueb/
  • d

    domthegrom

    06/23/2017, 5:36 AM
    @prijindal
  • p

    prijindal

    06/23/2017, 5:37 AM
    That's for the email, passsord based
  • p

    prijindal

    06/23/2017, 5:38 AM
    how to use this for number based?
  • h

    halborg

    06/23/2017, 8:21 AM
    Does anyone know if requests from webtask/google cloud functions/aws lambda etc counts as regular requests when invoked as a server side subscription? The FAQ says : “How are mutation callbacks and lambda functions billed? - There is no additional charge for mutation callbacks and lambda functions” - but I’m guessing that is only if you use the built-in browser functions based off of Auth0 Extend, yes?
    n
    • 2
    • 16
  • s

    samuell

    06/23/2017, 9:28 AM
    Its there some roadmap or changelog ? 😄
    n
    • 2
    • 16
  • a

    artyom

    06/23/2017, 9:29 AM
    hi @philhawksworth nice to have you here! 🙌
  • p

    philhawksworth

    06/23/2017, 9:29 AM
    Hi hi!
    👋 3
  • p

    philhawksworth

    06/23/2017, 9:29 AM
    Thanks for letting me though the doors!
  • a

    artyom

    06/23/2017, 9:30 AM
    like most places in Berlin, we have the strictest door policy, so you’ve deserved your spot here 🙂
    👏🏻 1
  • k

    kitze

    06/23/2017, 10:15 AM
    yo guys, question 🙂 I configured authorization with auth0 and google login and it works fine, everytime I click “login” I’m presented with the auth0 UI, etc, etc. 👌 But I want to login and post a graphql query to graph.cool via webtask.io, which means I cannot use the UI to login (I’m trying to setup a Google Home voice command on IFTTT that will trigger a webtask) I’m assuming I should store some kind of token into the “secrets” store in webtask. Any pointers/recommendations/tutorials for this?
    n
    • 2
    • 18
  • s

    samuell

    06/23/2017, 10:38 AM
    Any idea why i gettings this error?
  • s

    samuell

    06/23/2017, 10:38 AM
    -.txt
  • s

    samuell

    06/23/2017, 10:39 AM
    i used geocode function from examples 🙂
  • u

    user

    06/23/2017, 10:40 AM
    @halborg commented on @samuell’s file https://prisma.slack.com/files/U54NZFQU9/F5YHZLKCM/-.txt: I would have a look at line 91 of your function 🙂
    -.txt
  • u

    user

    06/23/2017, 10:40 AM
    @samuell commented on @samuell’s file https://prisma.slack.com/files/U54NZFQU9/F5YHZLKCM/-.txt: that line is not there 😄
    -.txt
  • u

    user

    06/23/2017, 10:41 AM
    @agartha commented on @samuell’s file https://prisma.slack.com/files/U54NZFQU9/F5YHZLKCM/-.txt: It encountered a
    )
    it did not expect 🙂
    -.txt
  • u

    user

    06/23/2017, 10:42 AM
    @samuell commented on @samuell’s file https://prisma.slack.com/files/U54NZFQU9/F5YHZLKCM/-.txt: i using this code to try it https://github.com/graphcool-examples/functions/blob/master/google-geocoding/google-geocoding.js
    -.txt
1...242243244...637Latest