Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Query referring to another query

Hi, I'm getting my data from an API (GraphQL) that requires a token. There is a different token every couple of days, so the query should use a different token each time. (I can't use a static param...