| Argument | Type | Description |
|---|---|---|
locationIdrequired | ID! | ID of the location |
query($locationId: ID!) { activeBoardRows(locationId: $locationId) { id # Add other fields you need }}{ "locationId": "1"}query($id: ID!) { boardCell(id: $id) { id # Add other fields you need }}{ "id": "1"}| Argument | Type | Description |
|---|---|---|
category | String | Category classification |
query($category: String) { boardGroups(category: $category) { id # Add other fields you need }}{ "category": "example"}query($id: ID!) { boardRow(id: $id) { id # Add other fields you need }}{ "id": "1"}