Implement GraphQL server setup (#16)

* Set up gql server

* Get config data from environment file
This commit is contained in:
neerajvijay1997
2024-02-01 11:37:57 +05:30
committed by Ashwin Phatak
parent ea3addfd61
commit f287929e94
9 changed files with 645 additions and 33 deletions
+4
View File
@@ -0,0 +1,4 @@
[server]
host = "127.0.0.1"
port = 8000
gqlPath = "/graphql"