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