GraphQL reference

UpdateMeetingItemNotesInput

Input

Autogenerated input type of UpdateMeetingItemNotes

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

Example

mutation UpdateMeetingItemNotes(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdateMeetingItemNotesInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updateMeetingItemNotes(input: $input) {
        meetingItem
        errors
      }
    }
  }
}

Fields

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