Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnvironmentCreate ¶
func MapToStruct ¶
Types ¶
type HasuraActionErrorResponse ¶
type HasuraActionErrorResponse struct {
Message string `json:"message"`
Extensions []interface{} `json:"extensions"`
}
type HasuraActionPayload ¶
type HasuraActionPayload struct {
Action struct {
Name string `json:"name"`
} `json:"action"`
Input struct {
Args interface{} `json:"args"`
} `json:"input"`
}
Click to show internal directories.
Click to hide internal directories.