Hi all. I’m having trouble figuring out how to pa...
# singer-tap-development
s
Hi all. I’m having trouble figuring out how to pass variables to a graphql request. How do I call
prepare_request_payload()
to that I can pass it params. So far, I overrode get_url_params in my stream, but they were appended to the end of the query instead of being added as variables.