UpdateMeetingItemInput
InputAutogenerated input type of UpdateMeetingItem
mutation { organization(id: $organizationId) { project(id: $projectId) { updateMeetingItem } } }
Example
mutation UpdateMeetingItem(
$organizationId: ID!
$projectId: ID!
$input: UpdateMeetingItemInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateMeetingItem(input: $input) {
meetingItem
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| contentRichText | String | — |
| createDocuments | [CreateAttachment!] | — |
| deleteDocuments | [DeleteAttachment!] | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |