Create a daily recap question
Last updated
Last updated
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.
The following fields will be displayed in the response:
Argument Name
Type
Description
questionId
String
Unique question ID. Use the dailyRecapQuestions
query to get the Id of the questions.
answerId
String
Unique answer ID. Use the dailyRecapQuestions
query to get the Id of the answers.
date
Date
Date when the question and the answer are created.
Field
Type
Description
success
Boolean
True if the daily recap entry has been added successfully. Otherwise, False
Message
String
Description of the result