Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteGraphQL ¶
func ExecuteGraphQL(gql string, config *target.BaseTargetConfig) ([]byte, error)
Types ¶
type GraphqlResponse ¶
type GraphqlResponse struct {
Data interface{} `json:"data"`
Errors []Error `json:"errors"`
}
Click to show internal directories.
Click to hide internal directories.