This is an old revision of the document!
This page describes the use of the Bizweaver Encrypt Decrypt Tool.
For example:
query GetCountry {
country(code: "BR") {
name
native
capital
emoji
currency
languages {
code
name
}
}
}
- Use the **Beautify** button (if available) to format your query.
- ** Test the Query**
- Click **Test Run** to execute the query.
- The **Response** panel displays the returned data from your GraphQL endpoint