GraphQL reference

MoveMeetingItemDownInput

Input

Autogenerated input type of MoveMeetingItemDown

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

Example

mutation MoveMeetingItemDown(
  $organizationId: ID!
  $projectId: ID!
  $input: MoveMeetingItemDownInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      moveMeetingItemDown(input: $input) {
        meetingItem
        errors
      }
    }
  }
}

Fields

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