-
Notifications
You must be signed in to change notification settings - Fork 284
StackAdapt Audience: update GQL query formatting #3175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StackAdapt Audience: update GQL query formatting #3175
Conversation
Thanks for the PR @Vanessa-SSY . Was this issue introduced recently or has it been around for a while? |
It seems to be a legacy issue. We just have the internal service for processing profiles ready so back then nothing was processed. The change in this PR has been tested and I can confirm that the API service did receive the request and was able to process it. |
Hi @Vanessa-SSY I won't be able to deploy until next week. /home/runner/work/action-destinations/action-destinations/packages/destination-actions/src/destinations/stackadapt-audiences/functions.ts Looks like you need to change the jsonString to be a const. |
Fixed. May I know the earliest time you could help deploy next week? |
Hi @Vanessa-SSY - most likely Tuesday. |
Hi @Vanessa-SSY - PR deployed. Please confirm you are happy with the change. |
A summary of your pull request, including the what change you're making and why.
The Graphql request was improperly formatted and caused error:
"Expected NAME, actual: UNKNOWN_CHAR ("") at [17, 30]"
. Fixing the format and tested.Testing
Include any additional information about the testing you have completed to
ensure your changes behave as expected. For a speedy review, please check
any of the tasks you completed below during your testing.