This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw2:tool [2025/05/07 16:46] afernandes |
bw2:tool [2025/05/08 11:43] (current) afernandes |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======Introduction (Encryption)====== | + | ======Introduction (GraphqL)====== |
| - | This page describes the use of the Bizweaver Encrypt Decrypt | + | This page describes the use of the GraphQL |
| + | ===Example: | ||
| + | |||
| + | {{ : | ||
| - **Add the GraphQL tool** . | - **Add the GraphQL tool** . | ||
| Line 11: | Line 14: | ||
| - **EndPoint URI**: This will auto-populate from the chosen connection but can be overidden if needed | - **EndPoint URI**: This will auto-populate from the chosen connection but can be overidden if needed | ||
| - **Enter the GraphQL Query** | - **Enter the GraphQL Query** | ||
| - | - **Operations**: | + | - **Operations**: |
| - | < | + | |
| - | For example: | + | |
| - | query GetCountry { | + | |
| - | country(code: | + | |
| - | name | + | |
| - | native | + | |
| - | capital | + | |
| - | emoji | + | |
| - | currency | + | |
| - | languages { | + | |
| - | code | + | |
| - | name | + | |
| - | } | + | |
| - | } | + | |
| - | } | + | |
| - | </ | + | |
| - | + | ||
| - | + | ||
| - Use the **Beautify** button (if available) to format your query. | - Use the **Beautify** button (if available) to format your query. | ||
| - | | + | |
| - Click **Test Run** to execute the query. | - Click **Test Run** to execute the query. | ||
| - The **Response** panel displays the returned data from your GraphQL endpoint | - The **Response** panel displays the returned data from your GraphQL endpoint | ||