Home > Back-end >  In Google Sheets, how to output an array of GraphQL API calls using a column as reference?
In Google Sheets, how to output an array of GraphQL API calls using a column as reference?

Time:07-08

I placed this question below, a solution was provided and it works well for rest APIs:
enter image description here

For a GraphQL API it returns empty (because of the Query Offset. Without the Query it returns only data):
enter image description here

Is there any tweak that can be applied for the script above to work for GraphQL APIs?

Check my demo file to have a better idea:
enter image description here

  • Related