DistributeMeetingInput
InputAutogenerated input type of DistributeMeeting
mutation { organization(id: $organizationId) { project(id: $projectId) { distributeMeeting } } }
Example
mutation DistributeMeeting(
$organizationId: ID!
$projectId: ID!
$input: DistributeMeetingInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
distributeMeeting(input: $input) {
meeting
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| additionalUserIds | [ID!] | — |
| body | String | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| createAttachments | [CreateAttachment!] | — |
| id | ID! | — |
| meetingItemAttachmentIds | [ID!] | — |
| meetingSectionAttachmentIds | [ID!] | — |
| meetingSubItemAttachmentIds | [ID!] | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime! | — |
| projectId | ID | — |
| selectedUserIds | [ID!] | — |
| sendEmail | Boolean | — |
| subject | String | — |