snowballtools-base/packages/backend/src
Nabarun Gogoi 0fdc2631ee
Implement Service class and refactor GQL queries in backend (#51)
* Add Service class and use in GQL resolver

* Refactor resolver query methods to service class

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-02 15:02:12 +05:30
..
entity Implement creating project by importing repository (#49) 2024-02-01 18:10:15 +05:30
config.ts Implement Github authentication to show repositories list (#45) 2024-02-01 11:37:57 +05:30
constants.ts Update instructions and general package cleanup (#29) 2024-02-01 11:37:57 +05:30
database.ts Implement functionality to transfer project to different organization (#50) 2024-02-02 14:04:26 +05:30
index.ts Implement Service class and refactor GQL queries in backend (#51) 2024-02-02 15:02:12 +05:30
resolvers.ts Implement Service class and refactor GQL queries in backend (#51) 2024-02-02 15:02:12 +05:30
schema.gql Implement functionality to transfer project to different organization (#50) 2024-02-02 14:04:26 +05:30
server.ts Refactor database setup and add user context to GQL requests (#17) 2024-02-01 11:37:57 +05:30
service.ts Implement Service class and refactor GQL queries in backend (#51) 2024-02-02 15:02:12 +05:30
utils.ts Implement functionality to add project members (#48) 2024-02-01 15:34:17 +05:30