Skip to content
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

Test for metadata changes #100

Open
vinayvenu opened this issue Oct 19, 2023 · 1 comment
Open

Test for metadata changes #100

vinayvenu opened this issue Oct 19, 2023 · 1 comment

Comments

@vinayvenu
Copy link
Member

It is possible for admins to change the metadata of a flow at Glific. With this story, we ensure that any change is identified in case of errors so that we can trouble shoot issues arising due to this.

@vinayvenu vinayvenu added the LAHI label Oct 19, 2023
@himeshr
Copy link

himeshr commented Oct 19, 2023

In-order to fetch the Glific Flow Data , make use of Postman GraphQL query to fetch its data:

API Query:

query exportFlow($id: ID!) {
exportFlow(id: $id) {
export_data
}
}

Variables:

{
"id": 10052
}

@mahalakshme mahalakshme removed the LAHI label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants