prathamesh0
d4b0659307
Update instructions and general package cleanup ( #29 )
...
* Update root readme and setup depcheck
* Use fetched domain data in edit domain dialog box
* Use fetched project data in general tab
* Rename files in gql-client package
---------
Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-01 11:37:57 +05:30
neerajvijay1997
e4c099f8c3
Refactor database setup and add user context to GQL requests ( #17 )
...
* Add context to each request
* Implement get user db query
* Move constants to a separate file
* Refactor database init method
2024-02-01 11:37:57 +05:30
prathamesh0
4d00cfb8f0
Add graphql schema ( #18 )
...
* Add graphql schema
* Remove circular references in gql schema
* Remove unnecessary todos
---------
Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-01 11:37:57 +05:30
neerajvijay1997
f287929e94
Implement GraphQL server setup ( #16 )
...
* Set up gql server
* Get config data from environment file
2024-02-01 11:37:57 +05:30