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

    adam.szaraniec

    01/09/2017, 6:30 PM
    Dont worry, Its not important, I've just got presentation about graphcool in Friday, 😃 Its soo useful
    💯 1
    graphcool 1
    🚀 1
  • g

    gcardinal

    01/09/2017, 6:40 PM
    In case it helps with debugging, I've also got the error.
    Request ID: cixqfivg902u00127q7vnrdy9
    👍 1
  • n

    nilan

    01/09/2017, 6:40 PM
    Thanks @gcardinal!
  • g

    gopidon

    01/09/2017, 7:07 PM
    is graph.cool down? Cant access the server. Network error: Server response was missing for query 'undefined'.
  • n

    nilan

    01/09/2017, 7:08 PM
    Hey @gopidon, thanks for your report 🙂 we are working on it right now!
  • g

    gopidon

    01/09/2017, 7:10 PM
    👍
  • g

    gpbaculio

    01/09/2017, 7:23 PM
    hello, why does the solution don't work on relay tutorial?
  • n

    nilan

    01/09/2017, 7:23 PM
    hey @gpbaculio I'll PM you about it 🙂
  • n

    nilan

    01/09/2017, 7:26 PM
    Hey @adam.szaraniec, @gcardinal, @gopidon we were able to identify the issue and it's now fixed. Thanks for your patience 🙂
    🙌 2
  • g

    gcardinal

    01/09/2017, 7:40 PM
    Great, thanks!
    simple smile 1
  • p

    peitalin

    01/10/2017, 1:31 AM
    Is it currently possible to filter by list types? E.g.
    Copy code
    {
      allPokemons(filter: {elementalType: ["Fire", "Flying"]}) {
        id
        name
        elementalType
      }
    }
  • s

    sunrising

    01/10/2017, 2:13 AM
    I would like to use, at the beginning, the simple username-password-authentication but i would like to use it with auth0 so that i have user data both in https://manage.auth0.com/#/users AND in User model of GraphCool... Is it correct or i should use auth0+GraphCool only if i want to implement social login? And if yes, what's the correct flow to do it?
  • p

    phil

    01/10/2017, 6:58 AM
    I’m trying to create a user with Auth0 as the
    authProvider
    . This is the mutation I’m running:
    Copy code
    mutation ($idToken: String!, $email: String!, $picture: String!){
            createUser(
              authProvider: {auth0: { idToken: $idToken }},
              email: $email,
              picture: $picture,
            ) {
              id
            }
          }
  • p

    phil

    01/10/2017, 6:59 AM
    I’m getting errors complaining about
    authProvider
    . Do I need to model that directly into the
    User:SYSTEM
    model myself?
  • p

    phil

    01/10/2017, 7:00 AM
    This is derived from the details in this guide: https://www.graph.cool/docs/guides/react-apollo-auth0-lock
  • p

    phil

    01/10/2017, 7:01 AM
    Which doesn’t mention needing to extend the model for
    authProvider
    - and given it’s a system based thing, inferring the permissions, I’m guessing I’m not supposed to set this up myself (??).
  • p

    phil

    01/10/2017, 7:01 AM
    The Graphiql editor is spitting the dummy about it too:
  • p

    phil

    01/10/2017, 7:01 AM
  • p

    phil

    01/10/2017, 7:02 AM
    Any suggestions on what to do? Thanks 🖖
  • n

    nilan

    01/10/2017, 7:51 AM
    hey @phil can you show me the error message?
  • n

    nilan

    01/10/2017, 7:52 AM
    @sunrising would using Auth0's email provider work for you? you can use any login method from Auth0, not only the social logins
  • n

    nilan

    01/10/2017, 7:53 AM
    @peitalin not right now but we are working on it: https://github.com/graphcool/feature-requests/issues/60
    👍 1
  • p

    phil

    01/10/2017, 8:56 AM
    Thanks @nilan - here is is. Complaining about the same thing that the Graphiql editor is highlighting as an error.
    authProvider
    doesn’t seem to be in the schema.
  • p

    phil

    01/10/2017, 8:56 AM
  • p

    phil

    01/10/2017, 8:56 AM
    You have me on the beta stream which includes updates to the permissions. Bug with that??
  • n

    nilan

    01/10/2017, 8:56 AM
    did you enable the auth0 auth provider?
  • n

    nilan

    01/10/2017, 8:57 AM
    looks like that's missing
  • p

    phil

    01/10/2017, 8:57 AM
    umm, where do I do that?
  • p

    phil

    01/10/2017, 8:57 AM
    that sounds like it would be it!
  • n

    nilan

    01/10/2017, 8:57 AM
    you can enable it in the user model
1...686970...637Latest