avniproject / integration-service

Service for integration Avni with other systems
GNU Affero General Public License v3.0
0 stars 2 forks source link

Test for metadata changes #100

Open vinayvenu opened 11 months ago

vinayvenu commented 11 months ago

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.

himeshr commented 11 months ago

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 }