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

    emilrmoeller

    11/16/2016, 6:26 AM
    @tim2 https://github.com/graphcool/console/issues/427 is this information sufficient?
  • e

    emilrmoeller

    11/16/2016, 6:26 AM
    @tim2 no worries, iโ€™m glad to see permissions ๐Ÿ™‚
  • t

    tim2

    11/16/2016, 6:28 AM
    @emilrmoeller That is more then sufficient. Thanks for reporting this!
  • e

    emilrmoeller

    11/16/2016, 6:37 AM
    Super! @tim2
  • a

    afgh

    11/16/2016, 9:19 AM
    Hey, would you consider enabling the IRC gateway for this Slack team? ๐Ÿ™‚
  • s

    schickling

    11/16/2016, 10:55 AM
    Hey @afgh! Sure, I've just enabled it. What's your use-case? ๐Ÿ™‚
  • s

    sorenbs

    11/16/2016, 10:59 AM
    Thanks @emilrmoeller this is now fixed.
  • e

    emilrmoeller

    11/16/2016, 11:00 AM
    Sweet @sorenbs ! Ill try it out right away!
  • e

    emilrmoeller

    11/16/2016, 11:01 AM
    @sorenbs Maybe i was too hasty, have you pushed it live?
  • s

    sorenbs

    11/16/2016, 11:01 AM
    @emilrmoeller It's live for the simple api and relay will be soon
  • e

    emilrmoeller

    11/16/2016, 11:02 AM
    hmm
  • e

    emilrmoeller

    11/16/2016, 11:02 AM
    Yup!
  • e

    emilrmoeller

    11/16/2016, 11:03 AM
    Works sorry!! I forgot to push back the read permission toggle slide ๐Ÿ˜„
  • e

    emilrmoeller

    11/16/2016, 11:03 AM
    This is perfect!
  • s

    sorenbs

    11/16/2016, 11:03 AM
    Ahh, cool ๐Ÿ™‚ Thanks again for finding this issue!
  • e

    emilrmoeller

    11/16/2016, 11:04 AM
    Ill do my best to find more ๐Ÿ™‚
  • e

    emilrmoeller

    11/16/2016, 11:04 AM
    hehe, i really like what you guys are building, so ill keep trying it out until thereโ€™s a finished and rather complex product
    ๐Ÿ‘ 2
  • a

    afgh

    11/16/2016, 11:46 AM
    @schickling: It just makes it easier for me to collect all chat stuff in one client :)
    ๐Ÿ‘ 1
  • a

    afgh

    11/16/2016, 11:46 AM
    Thanks!
  • m

    monkeybonkey

    11/16/2016, 8:50 PM
    trying out the graphiql playground with this signin mutation and Iโ€™m getting an unknown argument type โ€œinput"
  • m

    monkeybonkey

    11/16/2016, 8:50 PM
    Copy code
    mutation {
      signinUser(input: {
        auth0: {
          idToken: "someToken"
        }}) 
      {
    		token
      }
    }
  • n

    nilan

    11/16/2016, 8:52 PM
    are you using the simple or relay api?
  • m

    monkeybonkey

    11/16/2016, 8:53 PM
    simple api
  • n

    nilan

    11/16/2016, 8:53 PM
    for the simple api you don't need the wrapping
    input
    field
  • n

    nilan

    11/16/2016, 8:53 PM
    remove the surrounding
    input {}
  • m

    monkeybonkey

    11/16/2016, 8:53 PM
    ah - got it - that works
  • n

    nilan

    11/16/2016, 8:54 PM
    is there a typo in the documentation for this?
  • m

    monkeybonkey

    11/16/2016, 8:54 PM
    yeah
  • m

    monkeybonkey

    11/16/2016, 8:55 PM
    https://docs.graph.cool/reference/simple-api/user-authentication
  • n

    nilan

    11/16/2016, 8:55 PM
    ok, will fix it tomorrow, thanks ๐Ÿ‘
1...464748...637Latest