Create a reflection
create_reflectionMUTATES Parabol data: add a reflection card to a running retrospective's reflect phase. Required: meetingId, promptId (the reflect-prompt/column), sortOrder (Float). content (optional) is a stringified TipTap/ProseMirror JSON document (<=2000 chars). Parabol GraphQL: createReflection(input). Requires MEETINGS_WRITE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Additional documented GraphQL input fields to send verbatim in this mutation's input (merged OVER the typed fields above). | |
| content | No | Reflection text as a stringified TipTap/ProseMirror JSON document. | |
| promptId | Yes | The reflect-prompt (column) id (required). | |
| meetingId | Yes | The retrospective meeting id (required). | |
| sortOrder | No | Sort order within the column (Float). Defaults to 0. |