mirror of
https://github.com/wisplite/tether.git
synced 2026-05-01 06:22:41 -05:00
mutation proof of concept
client can now send mutations and server properly executes them TODO: implement query execution, add auth, add storage
This commit is contained in:
@@ -10,9 +10,11 @@ type AuthCtx struct {
|
||||
type QueryCtx struct {
|
||||
DB *gorm.DB
|
||||
AuthCtx *AuthCtx
|
||||
Params map[string]interface{}
|
||||
}
|
||||
|
||||
type MutationCtx struct {
|
||||
DB *gorm.DB
|
||||
AuthCtx *AuthCtx
|
||||
Params map[string]interface{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user