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

    Maslov

    10/15/2017, 11:32 AM
    Got some problems with auth0, decided to implement just as in example
  • m

    Maslov

    10/15/2017, 11:32 AM
    And it works
  • m

    Maslov

    10/15/2017, 11:32 AM
    omg
  • m

    Maslov

    10/15/2017, 11:33 AM
    I don't know or auth0lock library does it or lokka
  • m

    Maslov

    10/15/2017, 11:33 AM
    but I would not use any of them
  • m

    Maslov

    10/15/2017, 11:33 AM
    what the magic is?)
  • d

    Daniel K.

    10/15/2017, 11:45 AM
    hey, is there some recent breaking change in resolvers ? suddenly I am getting
    The provided pat is not valid for project 'XXX'
    when using
    graphcool-lib
    to run a mutation
    n
    g
    j
    • 4
    • 8
  • m

    Maslov

    10/15/2017, 11:46 AM
    HAHAHAHAH fuck lots hours spent on Authorisation instead Authorization
    n
    • 2
    • 2
  • m

    Maslov

    10/15/2017, 11:47 AM
    😂
  • m

    michaelchiche

    10/15/2017, 12:03 PM
    Will you provide a way to deploy to aws?
    n
    • 2
    • 1
  • m

    michaelchiche

    10/15/2017, 12:05 PM
    like ecs?
  • m

    mimica

    10/15/2017, 12:25 PM
    hi guys is there something wrong with resolvers? my resolvers stopped workinf. and icanr even check the errors in the console
    n
    • 2
    • 8
  • j

    jvbianchi

    10/15/2017, 1:22 PM
    hello, Every time I try to deploy I get this error:
    Copy code
    ERROR: 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-1:system:cj8skboqa00000172gf9hpthn
    
    {
      "data": {
        "push": null
      },
      "errors": [
        {
          "message": "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-1:system:cj8skboqa00000172gf9hpthn",
          "requestId": "eu-west-1:system:cj8skboqa00000172gf9hpthn",
          "path": [
            "push"
          ],
          "locations": [
            {
              "line": 2,
              "column": 9
            }
          ]
        }
      ],
      "status": 200
    }
    n
    • 2
    • 2
  • s

    signor_busi

    10/15/2017, 2:55 PM
    If I delete a node that has one-to-many relations, are the related nodes also deleted? Or do I need to delete them manually before deleting the node that contains the relations?
    d
    m
    • 3
    • 16
  • e

    Emi

    10/15/2017, 3:04 PM
    Hi! I'm new to graphcool and I get an error when following the howtographql.com tutorial. I've posted a message here with some more details: https://github.com/graphcool/graphcool/issues/817 Is this tutorial out of date? I really like it and I'd love to keep reading it!
    h
    • 2
    • 3
  • h

    hvillain

    10/15/2017, 3:20 PM
    Could anyone point me toward GC local setup docs or tutorial?
    m
    n
    n
    • 4
    • 6
  • m

    Miezan

    10/15/2017, 6:06 PM
    how does one deals with mutations requiring an custom Type object and not just a primitive type. -
    Copy code
    mutation CreateLinkMutation($description: String!, $url: String!, $postedBy: User) {
        createLink(
          description: $description,
          url: $url,
          postedBy: $postedBy,
        ) {
          id
          createdAt
          url
          description
          postedBy
        }
      }
    n
    • 2
    • 4
  • k

    Kraffs

    10/15/2017, 7:01 PM
    Having some problems with graphcool@next (0.70). Can't get returned data from functions for some reason. Running "graphcool init" and "graphcool deploy". I can query the function but data returned is null. Function logs show an errorMessage saying "Cannot find module '/var/task/src\\hello-lambda'". Anyone having similar issues?
    n
    • 2
    • 6
  • m

    Maslov

    10/15/2017, 8:14 PM
    how to exclude current user's data?
  • m

    Maslov

    10/15/2017, 8:14 PM
    i trying something like
    Copy code
    (filter: {
        user_not: user
      })
    but of course it doesn't work
    h
    d
    • 3
    • 2
  • e

    eruby

    10/15/2017, 8:56 PM
    Is there a good resource out there for mocking responses to graphql calls for the purpose of unit testing the fronted?
  • e

    eruby

    10/15/2017, 8:58 PM
    I've got a decently large codebase at this point, and want to start wrapping it in tests before it gets larger, but can't find any reference for how to got about mocking the backend
    n
    • 2
    • 7
  • a

    ahad

    10/15/2017, 10:35 PM
    Hi @everyone
  • a

    ahad

    10/15/2017, 10:36 PM
    Excuse me, can I ask your help?
  • a

    ahad

    10/15/2017, 10:37 PM
    It looks that graphcool doesn't resolve my function.
    n
    • 2
    • 1
  • t

    Tavo

    10/15/2017, 11:38 PM
    Where can I find what node packages I can use in graphcool functions?
  • b

    bttf

    10/15/2017, 11:52 PM
    @Tavo https://tehsis.github.io/webtaskio-canirequire/ if i'm not mistaken
    👍 1
    a
    t
    • 3
    • 4
  • a

    ahad

    10/16/2017, 12:19 AM
    I think that It's my function source file actually
    t
    n
    • 3
    • 8
  • c

    coolboyjules

    10/16/2017, 12:59 AM
    hi! is editing functions now released in the CLI?
    t
    • 2
    • 1
  • c

    coolboyjules

    10/16/2017, 1:00 AM
    (vs using the app at graph.cool)
1...373374375...637Latest