Create a daily recap question
Last updated
Was this helpful?
Last updated
Was this helpful?
Use the createDailyRecapEntry
mutation to add a question with its corresponding answer for a specific date.
After adding the daily recap entry, use the query to list it.
Argument Name
Type
Description
questionId
String
answerId
String
date
Date
Date when the question and the answer are created.
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
Unique question ID. Use the query to get the Id of the questions.
Unique answer ID. Use the query to get the Id of the answers.