Skip to content

Commit

Permalink
updated launch and package files
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulrai-in committed May 18, 2019
1 parent 2fc96c3 commit 7bba73c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .vscode/launch.json
Expand Up @@ -12,7 +12,6 @@
"cwd": "${workspaceFolder}\\web",
"sourceMaps": true
},

{
"name": "Launch Web",
"type": "node",
Expand Down
5 changes: 3 additions & 2 deletions web/package.json
Expand Up @@ -7,8 +7,9 @@
"test": "node spec/index.js",
"build:watch": "tsc -w",
"start": "node index.js",
"run:testMutation": "node --nolazy --inspect-brk=9229 index.js mutation QuoteMutation($authorId: Int!, $text: String!, $category: String!) {createQuote(quote: {authorId: $authorId, text: $text, category: $category}) {name quotes {text category}}} -m -a {\"\"\"authorId\"\"\":2,\"\"\"text\"\"\":\"\"\"FamousQuote1\"\"\",\"\"\"category\"\"\":\"\"\"fun\"\"\"}",
"run:testQuery": "node --nolazy --inspect-brk=9229 index.js query AuthorQuery($id:ID) {author(id:$id) {name quotes {text category}}} -a {\"\"\"id\"\"\":1}"
"start:debug:brk": "node --nolazy --inspect-brk=9229 index.js TestString",
"run:testMutation": "node index.js mutation QuoteMutation($authorId: Int!, $text: String!, $category: String!) {createQuote(quote: {authorId: $authorId, text: $text, category: $category}) {name quotes {text category}}} -m -a {\"\"\"authorId\"\"\":2,\"\"\"text\"\"\":\"\"\"FamousQuote1\"\"\",\"\"\"category\"\"\":\"\"\"fun\"\"\"}",
"run:testQuery": "node index.js query AuthorQuery($id:ID) {author(id:$id) {name quotes {text category}}} -a {\"\"\"id\"\"\":1}"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7bba73c

Please sign in to comment.