Skip to main content

execute_graphql_tool

Function execute_graphql_tool 

Source
pub async fn execute_graphql_tool(
    endpoint: &str,
    api_key: &str,
    query: &str,
    variables: Value,
) -> GraphqlToolResult
Expand description

Execute a linear_graphql tool call against the Linear API.

Uses the provided endpoint and API key (from Symphony’s tracker config).