GraphQL reference

UpdateMeetingSubItemInput

Input

Autogenerated input type of UpdateMeetingSubItem

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

Example

mutation UpdateMeetingSubItem(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdateMeetingSubItemInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updateMeetingSubItem(input: $input) {
        meetingSubItem
        errors
      }
    }
  }
}

Fields

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