Delete a Daily Recap Question
Use the deleteDailyRecapEntry
mutation to delete an question entry with its corresponding answer for a specific date.
Required Arguments
Argument Name | Type | Description |
| String | Unique question ID. Use the |
| Date | Date when daily recap question is deleted. |
Available Fields
The following fields will be displayed in the response:
Field | Type | Description |
| Boolean | True if the daily recap entry has been deleted successfully. Otherwise, False |
| String | Description of the result |
Example
Last updated