UpdateMeetingStatusInput
InputAutogenerated input type of UpdateMeetingStatus
mutation { organization(id: $organizationId) { project(id: $projectId) { updateMeetingStatus } } }
Example
mutation UpdateMeetingStatus(
$organizationId: ID!
$projectId: ID!
$input: UpdateMeetingStatusInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
updateMeetingStatus(input: $input) {
meeting
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| id | ID! | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| status | String! | — |