Node with Typescript and GraphQL Server
Go to file
Alejandro Lembke Barrientos b55b0f61a9 PR-448199:
Adding files from first version.
Creating GraphQL server with their controllers and their models, squema and resolvers.
Adding support to webpack and typescript.
2022-05-25 21:08:50 +00:00
@types PR-448199: 2022-05-25 21:08:50 +00:00
config PR-448199: 2022-05-25 21:08:50 +00:00
controllers/controllerGraphQL PR-448199: 2022-05-25 21:08:50 +00:00
GraphQL PR-448199: 2022-05-25 21:08:50 +00:00
models PR-448199: 2022-05-25 21:08:50 +00:00
routes PR-448199: 2022-05-25 21:08:50 +00:00
.babelrc PR-448199: 2022-05-25 21:08:50 +00:00
.env.example PR-448199: 2022-05-25 21:08:50 +00:00
.eslintignore PR-448199: 2022-05-25 21:08:50 +00:00
.eslintrc.js PR-448199: 2022-05-25 21:08:50 +00:00
.gitignore PR-448199: 2022-05-25 21:08:50 +00:00
index.ts PR-448199: 2022-05-25 21:08:50 +00:00
LICENSE Initial commit 2022-05-25 08:06:52 -06:00
package-lock.json PR-448199: 2022-05-25 21:08:50 +00:00
package.json PR-448199: 2022-05-25 21:08:50 +00:00
PRNameGenerator.ts PR-448199: 2022-05-25 21:08:50 +00:00
tsconfig.json PR-448199: 2022-05-25 21:08:50 +00:00
webpack.config.dev.ts PR-448199: 2022-05-25 21:08:50 +00:00
webpack.config.ts PR-448199: 2022-05-25 21:08:50 +00:00