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

    Andrew Schreiber

    10/25/2017, 2:19 AM
    Is graphcool down? I can't access my website or the admin page
  • a

    Andrew Schreiber

    10/25/2017, 2:19 AM
    https://thumbs.gfycat.com/LinedIckyEyelashpitviper-mobile.mp4
  • a

    Andrew Schreiber

    10/25/2017, 2:22 AM
    Back up
  • n

    nilan

    10/25/2017, 2:27 AM
    could you please PM me your project id, @Andrew Schreiber?
  • k

    Kat

    10/25/2017, 2:44 AM
    hi @nilan what does a connect operation do again.. I have to setup a connection permission but not sure what that does 🙂
    n
    • 2
    • 2
  • j

    jac

    10/25/2017, 3:46 AM
    Hi, I'm just trying to work through an simple tutorial and have been going in circles. I'm looking at two tutorials, one is from graphcool (https://www.graph.cool/docs/quickstart/frontend/vue/apollo-shae2aighe) and the other is on howtographql (https://www.howtographql.com/graphcool/1-getting-started/). The graph.cool tutorial starts with
    npm install -g graphcool@next
    but the howtographql uses
    npm install -g graph cool
    . My first question is, which one is out of date? Or should they both be correct for their respective tutorial? I suspect a problem because graphcool@next (graphcool/0.8.1) returns
    Copy code
    Unknown flag --schema
    when I run, for example
    graphcool init --schema <https://graphqlbin.com/hn-starter.graphql> --name Hackernews
    . But I think theres a bug with graphcool@1.3.7 because when I try
    graphcool --version
    or anything else I get
    Copy code
    ✖  Error: Unexpected token c in JSON at position 0
      graphcool SyntaxError: Unexpected token c in JSON at position 0
      graphcool     at JSON.parse (<anonymous>)
      graphcool     at Config.load (/Users/jac/.nvm/versions/node/v8.7.0/lib/node_modules/graphcool/dist/src/utils/config.js:23:29)
      graphcool     at defaultEnvironment (/Users/jac/.nvm/versions/node/v8.7.0/lib/node_modules/graphcool/dist/src/index.js:141:12)
      graphcool     at /Users/jac/.nvm/versions/node/v8.7.0/lib/node_modules/graphcool/dist/src/index.js:40:21
      graphcool     at Generator.next (<anonymous>)
      graphcool     at /Users/jac/.nvm/versions/node/v8.7.0/lib/node_modules/graphcool/dist/src/index.js:8:71
      graphcool     at new Promise (<anonymous>)
      graphcool     at __awaiter (/Users/jac/.nvm/versions/node/v8.7.0/lib/node_modules/graphcool/dist/src/index.js:4:12)
      graphcool     at main (/Users/jac/.nvm/versions/node/v8.7.0/lib/node_modules/graphcool/dist/src/index.js:37:12)
      graphcool     at Object.<anonymous> (/Users/jac/.nvm/versions/node/v8.7.0/lib/node_modules/graphcool/dist/src/index.js:149:1)
      graphcool     at Module._compile (module.js:624:30)
      graphcool     at Object.Module._extensions..js (module.js:635:10)
      graphcool     at Module.load (module.js:545:32)
      graphcool     at tryModuleLoad (module.js:508:12)
      graphcool     at Function.Module._load (module.js:500:3)
      graphcool     at Function.Module.runMain (module.js:665:10)
      graphcool     at startup (bootstrap_node.js:187:16)
      graphcool     at bootstrap_node.js:608:3 +0ms
  • j

    jac

    10/25/2017, 3:53 AM
    Where am I going wrong, thanks!
  • a

    amann

    10/25/2017, 4:11 AM
    Does anyone know if Graphql summit videos will be live streamed or recorded?
    n
    • 2
    • 1
  • s

    sid.gupta

    10/25/2017, 4:40 AM
    @amann stay tuned on twitter, I'll try to update
    👍 1
  • s

    sid.gupta

    10/25/2017, 4:40 AM
    https://twitter.com/sidg_sid
  • j

    joslarson

    10/25/2017, 5:09 AM
    How do you create “shortcut” resolvers with the new framework? https://www.graph.cool/forum/t/graphcool-framework-how-to-setup-graphql-engine-shortcuts/1361
  • n

    nilan

    10/25/2017, 5:41 AM
    hey @andykhong, check #graphql-summit 🙂
  • b

    bergie

    10/25/2017, 5:43 AM
    hi ... just starting out with graphcool ... i ran
    graphcool init server
    per the tutorial but it only seems to have created
    project.graphcool
    , not the
    server
    directory ... am i missing something obvious?
  • j

    Jamsheer T

    10/25/2017, 6:17 AM
    hi
  • j

    Jamsheer T

    10/25/2017, 6:17 AM
    getting issue while trying to set up https://github.com/graphcool/graphql-playground/releases
  • j

    Jamsheer T

    10/25/2017, 6:18 AM
    root@Jamsheer:/mnt/e/practice/graphql/playground/graphql-playground-master/graphql-playground-master# yarn start yarn start v0.15.1 error Command "start" not found. info Visit http://yarnpkg.com/en/docs/cli/start for documentation about this command.
  • j

    Jamsheer T

    10/25/2017, 6:18 AM
    Any clue for this ?
  • k

    Kat

    10/25/2017, 6:18 AM
    just type "yarn" or "yarn install"
  • j

    Jamsheer T

    10/25/2017, 6:19 AM
    Thats worked
  • j

    Jamsheer T

    10/25/2017, 6:20 AM
    bt i am getting issue while start service
    k
    • 2
    • 37
  • d

    Discere

    10/25/2017, 7:07 AM
    Good morning
  • p

    panzupa

    10/25/2017, 9:05 AM
    Hi guys, I've noticed that you have added to the web console playground option to write permission queries. That's great. However I lost intellisense while writing normal queries
  • p

    panzupa

    10/25/2017, 9:05 AM
    Ctrl space doesn't bring up menu
  • p

    panzupa

    10/25/2017, 9:05 AM
    😞
  • p

    panzupa

    10/25/2017, 9:07 AM
    Also I don't see anymore option to change between relay and simple API
    a
    • 2
    • 2
  • m

    marcusstenbeck

    10/25/2017, 9:30 AM
    When using Chromeless, I’d like to test that an element doesn’t appear when the user clicks a button. I can’t think of any other solution than waiting X amount of time and then checking. However, I feel like adding a wait is a little brittle and with enough tests like this it’d make the test suite run slower and slower due to a bunch of waiting. Are there any smart approaches to this?
  • a

    antho1404

    10/25/2017, 11:12 AM
    Someone already play with continuous integration with the graphcool framework ? I cannot deploy because the cli ask me to select my cluster even with the
    --target
    option I’m using Gitlab and
    .gitlab-ci.yml
    with the following config
    Copy code
    deploy_graphcool:
      stage: deploy
      script:
        - 'printf "platformToken: >-\n  $GC_AUTH_TOKEN" > $CI_PROJECT_DIR/.graphcoolrc'
        - npm run gc -- deploy --target prod
    And my log from the CI ask me to choose
    Copy code
    > gc "deploy" "--target" "prod"
    
    ? Please choose the cluster you want to deploy to (Use arrow keys)
    
      Shared Clusters:
    ❯ shared-eu-west-1 
      shared-ap-northeast-1 
      shared-us-west-2 
                           
      Local (docker):
      local
    n
    • 2
    • 16
  • k

    Kat

    10/25/2017, 11:13 AM
    would love if the permissions output for the cli gave more information than just "Insufficient permissions for this mutation" Its such a pain to try and find what query is causing the issue 😞
    👍 1
  • w

    webcreation-bzh

    10/25/2017, 12:28 PM
    Is there any problems on graphcool servers? I cant't reached my console panel, still loading.
  • d

    Daniel K.

    10/25/2017, 12:33 PM
    same here
1...392393394...637Latest