GraphQL reference

UpdateMeetingSectionInput

Input

Autogenerated input type of UpdateMeetingSection

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

Example

mutation UpdateMeetingSection(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdateMeetingSectionInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updateMeetingSection(input: $input) {
        meetingSection
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
createDocuments[CreateAttachment!]
deleteDocuments[DeleteAttachment!]
descriptionString
idID!
mutationMetadataJSON
nowISO8601DateTime
titleString