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

    ceero

    10/16/2017, 2:41 PM
    I am coming over from scaphold, and trying to get an auth0 integration set up. I have seen messages about modules, templates, webtasks, and other things, but I need a simple and clear method to set up auth0 for instagram integration for my react native app. Auth0 seems to be an officially supported integration but there is no documentation and bits and pieces of the process scattered around. I also saw that there is a community template for it, but it looks very involved with a bunch of steps just to get it working.
    πŸ‘ 1
    a
    • 2
    • 6
  • n

    notrab

    10/16/2017, 2:49 PM
    Copy code
    Global
        βœ– unhandled error: Wrong operation defined for ModelPermission. You supplied: 'connect'
    βœ… 1
  • n

    notrab

    10/16/2017, 2:49 PM
    @agartha have you crossed this with the recent CLI?
    a
    • 2
    • 13
  • c

    Cipri

    10/16/2017, 4:19 PM
    Hi guys.. Really new to graph cool and graphql.. So when I run graphcool pull -p PROJECT_ID it creates a file called project.graphcool
  • c

    Cipri

    10/16/2017, 4:19 PM
    I am trying to create a mutation for signing up a user with email and password, and I am not really sure what the next step is (I am using the version of the project with the graphical interface)
  • c

    Cipri

    10/16/2017, 4:21 PM
    This guide is mentioning the creation of some folder structure, with graphcool.yml and stuff.. https://docs-next.graph.cool/guides/auth/authentication-with-email-and-password-for-react-and-apollo-cu3jah9ech
  • c

    Cipri

    10/16/2017, 4:22 PM
    Is that supposed to be the old or the new version? The docs are making everything really confusing since I am not sure what is new docs and what is old docs
  • k

    kevin c

    10/16/2017, 4:38 PM
    trying to install graphql for the first time
    -.txt
  • k

    kevin c

    10/16/2017, 4:39 PM
    https://gist.github.com/KevinColemanInc/034146f254eb6a4c5fe7cd83aa229a16 my attempt to install graphcool
  • c

    Cipri

    10/16/2017, 4:48 PM
    try to yarn global remove graphcool and use
    yarn global add graphcool@1.4.0
  • k

    kevin c

    10/16/2017, 4:48 PM
    yarn global add graphcool@next
    fixed this issue
  • k

    kevin c

    10/16/2017, 4:48 PM
    Copy code
    ➜  graphcool git:(master) βœ— graphcool -v
    graphcool/0.7.0 (darwin-x64) node-v8.5.0
  • k

    kevin c

    10/16/2017, 4:48 PM
    but now I am on 0.7.0?
  • k

    kevin c

    10/16/2017, 4:48 PM
    what version should I be running?
  • c

    Cipri

    10/16/2017, 4:49 PM
    yes, it's fucked up
  • c

    Cipri

    10/16/2017, 4:49 PM
    i assume 1.4.0 is the latest since 1.3.7 doesn't support the template stuff
  • n

    nilan

    10/16/2017, 4:50 PM
    sorry for the mess,
    0.7.0
    is indeed the latest πŸ™‚
  • n

    nilan

    10/16/2017, 4:50 PM
    1.3.7
    is the latest stable CLI version that is not part of the "Framework Preview". that's slightly backwards 😞
  • k

    kevin c

    10/16/2017, 4:50 PM
    so I should run 0.7.0?
  • n

    nilan

    10/16/2017, 4:51 PM
    that's the latest version of the Framework Preview: https://github.com/graphcool/graphcool/releases/tag/0.7
  • k

    kevin c

    10/16/2017, 4:51 PM
    Copy code
    ➜  graphcool git:(master) βœ— graphcool help
    
    GraphQL Backend Development Framework & Platform (<https://www.graph.cool>)
    
    Usage: graphcool COMMAND
    
    General commands:
      init           Create files for new services
      deploy         Deploy service changes (or new service)
      playground     Open service endpoints in GraphQL Playground
      info           Display service information (endpoints, cluster, ...)
      list           List all deployed services
      root-token     Print specified root token
      logs           Output service logs
      diff           Receive service changes
      delete         Delete an existing service
      add-template   Add a new template
    
    Data workflows:
      export         Export service data to local file
    
    Local development:
      local pull     Download latest (or specific) framework cluster version
      local stop     Stop local development cluster
      local up       Start local development cluster (Docker required)
      local restart  Restart local development cluster
      local eject    Eject from the managed docker runtime
    
    Platform:
      login          Login or signup to the Graphcool Platform
      console        Open Graphcool Console in browser
      account        Display account information
  • n

    nilan

    10/16/2017, 4:51 PM
    if you're starting out with a new project, definitely go with that one πŸ™‚
  • k

    kevin c

    10/16/2017, 4:51 PM
    graphcool modules add graphcool/modules/messaging/mailgun
    I don't see the
    modules
    command
  • k

    kevin c

    10/16/2017, 4:52 PM
    https://github.com/graphcool/modules/tree/master/messaging/mailgun
  • n

    nilan

    10/16/2017, 4:52 PM
    modules
    have been replaced by templates, sorry!
  • n

    nilan

    10/16/2017, 4:52 PM
    https://github.com/graphcool/templates
  • k

    kevin c

    10/16/2017, 4:55 PM
    another thing we noticed was when you reset the project, the maintainers get tossed out
    n
    • 2
    • 1
  • c

    Cipri

    10/16/2017, 4:57 PM
    @nilan.. the entire onboarding is really really messed up now.. docs-next contains outdated stuff.. links are broken.. 0.7.0 is latest, not 1.4.0.. Is there any up-to-date guide I can follow for some simple stuff to get started?
    πŸ‘ 2
  • c

    Cipri

    10/16/2017, 4:58 PM
    We started the project with the old version (but just defined the schema online).. should we upgrade to latest version?
  • n

    nilan

    10/16/2017, 5:07 PM
    please follow one of the examples in
    graphcool/graphcool
    , for example this: https://github.com/graphcool/graphcool/tree/master/examples/crud-api
1...375376377...637Latest