MoveMeetingSectionUpPayload
ObjectAutogenerated return type of MoveMeetingSectionUp.
mutation { organization(id: $organizationId) { project(id: $projectId) { moveMeetingSectionUp } } }
Example
mutation MoveMeetingSectionUp(
$organizationId: ID!
$projectId: ID!
$input: MoveMeetingSectionUpInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
moveMeetingSectionUp(input: $input) {
meetingSection
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| meetingSection | MeetingSection | — |