GraphQL reference

MoveMeetingSectionDownInput

Input

Autogenerated input type of MoveMeetingSectionDown

mutation { organization(id: $organizationId) { project(id: $projectId) { moveMeetingSectionDown } } }

Example

mutation MoveMeetingSectionDown(
  $organizationId: ID!
  $projectId: ID!
  $input: MoveMeetingSectionDownInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      moveMeetingSectionDown(input: $input) {
        meetingSection
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
idID!
mutationMetadataJSON
nowISO8601DateTime