Trying to run GraphQL script with windmill TS client throws error
Hi there, trying to run a windmill GraphQL script from another TS script via the windmill TS client but I'm encountering an issue. There's not much documentation on the TS client side so I'm unsure what the issue may be.
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 {}
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 {}