Skip to content

Commit

Permalink
mutation and subscription added for few endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanver-Hasan committed Nov 13, 2018
1 parent a20699b commit 27b84a3
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 14 deletions.
26 changes: 24 additions & 2 deletions dist/schema/Schema.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/schema/Schema.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 14 additions & 4 deletions dist/service/Data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/service/Data.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ server.listen().then(({ url }) => {
});


app.listen(PORT, () => console.log(`Server is running on port ${PORT}`));
app.listen(PORT, () => console.log(`Server is running on port ${PORT}`));


Loading

0 comments on commit 27b84a3

Please sign in to comment.