Skip to content

Commit 42e3d5c

Browse files
committed
chore: add screenshot of graphql example query for Monday.com integration
1 parent c8b4611 commit 42e3d5c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

website/docs/connect-data/reference/monday.com.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,6 @@ Example configuration:
238238

239239
Use the `activity_logs` query to pull board-level audit info—this returns an array of log entries with metadata (timestamps, event names, payload) for the specified board. See Monday’s [activity logs reference](https://developer.monday.com/api-reference/reference/activity-logs) for limits, arguments, and fields.
240240

241-
```
242-
Method: POST
243-
URL: /
244-
Body:
245-
{
246-
"query": "query { boards(ids: [{{BoardIdInput.text}}]) { activity_logs(from: \"{{DatePickerFrom.selectedDate}}\", to: \"{{DatePickerTo.selectedDate}}\") { id event data } } }"
247-
}
248-
```
241+
![Screenshot of Monday.com custom GraphQL action in Appsmith showing query and variables](/img/monday.com_custom_action_example.png)
249242

250-
The double curly braces (`{{ }}`) let you inject widget or JS object values at runtime, so the GraphQL query stays dynamic without manual string concatenation.
251243

62.6 KB
Loading

0 commit comments

Comments
 (0)