GraphQL reference

MoveMeetingSectionUpInput

Input

Autogenerated input 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

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