update server boilerplate to use graphql

This commit is contained in:
Lakhan Samani
2021-07-08 17:45:19 +05:30
parent 9250257d9e
commit 592cede51f
13 changed files with 3006 additions and 64 deletions

7
server/graph/resolver.go Normal file
View File

@@ -0,0 +1,7 @@
package graph
// This file will not be regenerated automatically.
//
// It serves as dependency injection for your app, add any dependencies you require here.
type Resolver struct{}