This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nodes": [ | |
| { | |
| "id": "cxq", | |
| "group": 1 | |
| }, | |
| { | |
| "id": "nfp", | |
| "group": 1 | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nodes": [ | |
| { | |
| "id": "cxq", | |
| "group": 1 | |
| }, | |
| { | |
| "id": "nfp", | |
| "group": 1 | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| code --install-extension CoenraadS.bracket-pair-colorizer | |
| code --install-extension dbaeumer.vscode-eslint | |
| code --install-extension dsznajder.es7-react-js-snippets | |
| code --install-extension eamodio.gitlens | |
| code --install-extension EditorConfig.EditorConfig | |
| code --install-extension emmanuelbeziat.vscode-great-iconscode --install-extension esbenp.prettier-vscode | |
| code --install-extension Gruntfuggly.todo-tree | |
| code --install-extension HvyIndustries.crane | |
| code --install-extension oscarmcm.ocean-space | |
| code --install-extension varbrad.dark-bit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "editor.tabSize": 2, | |
| "window.zoomLevel": -1.5, | |
| "editor.fontSize": 18, | |
| "editor.lineHeight": 32, | |
| "editor.fontWeight": "400", | |
| "editor.fontFamily": "'Dank Mono', Menlo, Monaco, 'Courier New', monospace", | |
| "editor.fontLigatures": true, | |
| "bracketPairColorizer.forceIterationColorCycle": true, | |
| "emmet.triggerExpansionOnTab": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://dev-blog.apollodata.com/tutorial-building-a-graphql-server-cddaa023c035 |