Move schema to its own file

This commit is contained in:
Trevor Blades
2022-02-11 10:49:42 -08:00
parent a53cc1c9c0
commit 336016846c
4 changed files with 1496 additions and 2686 deletions

View File

@@ -4,11 +4,12 @@
"pretest": "eslint index.js",
"test": "echo \"Error: no test specified\" && exit"
},
"type": "module",
"eslintConfig": {
"extends": "@trevorblades"
},
"dependencies": {
"apollo-server": "^2.14.2",
"apollo-server": "^2.25.3",
"countries-list": "^2.5.4",
"graphql": "^14.6.0",
"provinces": "^1.11.0",