коммит произвёл
GitHub
родитель
b45ff0be5d
Коммит
717a4d04a9
@@ -18,9 +18,9 @@ import (
|
||||
)
|
||||
|
||||
type graphQLInput struct {
|
||||
Query string `json:"query"`
|
||||
OperationName string `json:"operationName"`
|
||||
Variables map[string]interface{} `json:"variables"`
|
||||
Query string `json:"query"`
|
||||
OperationName string `json:"operationName"`
|
||||
Variables map[string]any `json:"variables"`
|
||||
}
|
||||
|
||||
// Unique type to hold our context.
|
||||
|
||||
Ссылка в новой задаче
Block a user