Trying to run GraphQL script with windmill TS client throws error
Given my GraphQL script has the following params: api: Object (the one that is always created for GraphQL scripts), title: string, issueId: string, url: string,
I am receiving the following issue when trying to call it via path from my TS script:
Error:
Edit:
Same error when the args parameter is using [] instead of {}