Comment
Object Type
Fields
| Field | Type | Description |
|---|---|---|
| author required | User! | Associated user |
| authorId required | ModelId! | Author |
| authorInitials | String | Author initials |
| baseTags | ModelIdConnection | Collection of tags |
| categoryPath | String | Category path |
| content required | String! | Content |
| createdAt required | ISO8601DateTime! | Created at |
| id required | ModelId! | Id |
| idempotencyKey | String | Idempotency key |
| isOwnComment required | Boolean! | Se o comentário é do usuário atual |
| isResolved | Boolean | Se o comentário está resolvido |
| mentionedUsers required | [User!]! | Usuários mencionados no comentário |
| month required | String! | Month |
| parent | Comment | Associated comment |
| parentId | ModelId | Parent |
| replies | CommentConnection | Collection of comments |
| repliesCount | Int | Número de respostas |
| resolvedAt | ISO8601DateTime | Resolved at |
| resolvedBy | User | Associated user |
| resolvedById | ModelId | Resolved by |
| rowId required | ModelId! | Row |
| rowLabel required | String! | Row label |
| tagTaggings | ModelIdConnection | Collection of taggings |
| taggings | ModelIdConnection | Collection of taggings |
| tags | ModelIdConnection | Collection of tags |
| updatedAt required | ISO8601DateTime! | Updated at |
