Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit 528c65f

Browse files
committed
POC project structure implemented according Tutorial steps
1 parent 243788d commit 528c65f

File tree

115 files changed

+24132
-8726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+24132
-8726
lines changed

2-poc/client/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
# dependencies
44
/node_modules
5-
/.pnp
6-
.pnp.js
75

86
# testing
97
/coverage

2-poc/client/README.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

2-poc/client/apollo.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
client: {
3+
name: 'Space Explorer [web]',
4+
service: 'PASTE_YOUR_GRAPH_NAME_HERE',
5+
},
6+
}

0 commit comments

Comments
 (0)