GraphQL reference

UpdateMeetingSubItemNotesInput

Input

Autogenerated input type of UpdateMeetingSubItemNotes

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

Example

mutation UpdateMeetingSubItemNotes(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdateMeetingSubItemNotesInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updateMeetingSubItemNotes(input: $input) {
        meetingSubItem
        errors
      }
    }
  }
}

Fields

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