Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + func Login() error + func RunCommand(args []string) io.Reader + type GraphQLClient struct + AuthHeader string + Endpoint string + HTTPClient *http.Client + func NewGraphQLClient(endpoint string) *GraphQLClient + func (c *GraphQLClient) Execute(query string, variables map[string]interface{}, result any) error + type GraphQLRequest struct + OperationName string + Query string + Variables map[string]interface{} + type Result struct + Data struct{ ... } + Errors []struct{ ... }