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

    dorian

    09/07/2017, 7:06 AM
    Hi guys, I've got an issue, I'm trying to implement my own FB authentication method (don't want to use Auth0, ty), and I've been following this: https://github.com/graphcool-examples/functions/tree/master/authentication/facebook-authentication but I'm having an issue: I cannot by any means extend the schema for this (extend type Mutation { authenticateFacebookUser(facebookToken: String!): AuthenticateFacebookUserPayload }). It simply doesn't save/update. I've tried both with the GUI and my console. When pushing the change, I get "Identical schema, no action required.". In the GUI it simply doesn't save. Did anyone else experience this, do you know if it's a bug or something?
  • d

    dorian

    09/07/2017, 7:07 AM
    Also, when adding the extension for the payload, those default fields also get added to it and I believe they shouldn't: ✖️ The field
    createdAt
    is a system field and cannot be removed. ✖️ The field
    id
    is a system field and cannot be removed. ✖️ The field
    updatedAt
    is a system field and cannot be removed.
  • d

    dorian

    09/07/2017, 7:15 AM
    -.clj
  • m

    mulyoved

    09/07/2017, 8:19 AM
    Hi, I have a Int field orderNumber, how I can get the max value of this field like
    SQL select MAX(orderNumber)
    d
    • 2
    • 5
  • g

    gerardsans

    09/07/2017, 9:39 AM
    anyone has relay-modern examples of subscriptions for UPDATE/DELETE?
  • s

    samandarr

    09/07/2017, 9:45 AM
    Hello everyone!
  • s

    samandarr

    09/07/2017, 9:46 AM
    What is the difference between Graphcool and Scaphold ?
  • s

    samandarr

    09/07/2017, 9:48 AM
    Please look at scaphold.io
  • g

    gerardsans

    09/07/2017, 10:00 AM
    ok never mind got it working 🤓
  • g

    gerardsans

    09/07/2017, 10:03 AM
    @samandarr these are similar services providing a data source for your graphql clients
  • g

    gerardsans

    09/07/2017, 10:04 AM
    depending on your needs one may be a better fit than the other
    s
    t
    • 3
    • 14
  • g

    gerardsans

    09/07/2017, 10:04 AM
    or the other way around
  • s

    samuell

    09/07/2017, 10:21 AM
    @samandarr i think difference is graph.cool doesnt have
    502 Bad Gateway
    😄
    😂 5
    🔥 4
  • s

    samandarr

    09/07/2017, 10:25 AM
    Yes you're right! I thought it was exception only once. Now I see everyone already knows it.
  • s

    samandarr

    09/07/2017, 10:26 AM
    Stability is more important value proposition
  • s

    samandarr

    09/07/2017, 10:31 AM
    I do not believe someone ever use it. It is horrible that they even cannot provide basic stability.
  • s

    samandarr

    09/07/2017, 10:32 AM
    how they attracted great brands, no idea
    👍 1
  • s

    samandarr

    09/07/2017, 10:41 AM
    what about GraphQL on top of Firebase?
  • s

    samandarr

    09/07/2017, 10:41 AM
    https://codeburst.io/graphql-server-on-cloud-functions-for-firebase-ae97441399c0
  • a

    agartha

    09/07/2017, 10:49 AM
    Q: Any Relay Modern examples out there with proper authentication? (not RN)
  • s

    samandarr

    09/07/2017, 10:51 AM
    Now I see graph.cool also have lovely documentation
  • j

    joar

    09/07/2017, 12:22 PM
    The “select a user” modal in the playground is broken I think
  • j

    joar

    09/07/2017, 12:22 PM
    doesnt list any users
    d
    • 2
    • 1
  • f

    freder

    09/07/2017, 12:39 PM
    is a file upload a mutation that I can subscribe to? (if not: how would I get realtime updates on the files list?)
  • n

    notrab

    09/07/2017, 12:40 PM
    Unable to delete Types
  • n

    notrab

    09/07/2017, 12:40 PM
    Anyone having issues with the Console?
  • n

    notrab

    09/07/2017, 12:40 PM
    Whoops. Looks like an internal server error. Please contact us from the Console (https://console.graph.cool) or via email (support@graph.cool) and include your Request ID: eu-west-1relaycj7afxxsj00ha01051j49srdy
  • g

    gerardsans

    09/07/2017, 12:46 PM
    @agartha what is proper authentication?
    a
    • 2
    • 1
  • g

    gerardsans

    09/07/2017, 12:48 PM
    the tutorial implementing HackerNews w RM uses email/password
    a
    • 2
    • 2
  • g

    gerardsans

    09/07/2017, 12:48 PM
    + token
1...332333334...637Latest