Create a daily recap question
Use the createDailyRecapEntry
mutation to add a question with its corresponding answer for a specific date.
After adding the daily recap entry, use the dailyRecap
query to list it.
Required Arguments
Argument Name
Type
Description
questionId
String
Unique question ID. Use the dailyRecapQuestions
query to get the Id of the questions.
date
Date
Date when the question and the answer are created.
Available Fields
The following fields will be displayed in the response:
Field
Type
Description
success
Boolean
True if the daily recap entry has been added successfully. Otherwise, False
Message
String
Description of the result
Example
Last updated