GraphQL reference

UpdateMembershipNotesInput

Input

Autogenerated input type of UpdateMembershipNotes

mutation { organization(id: $organizationId) { updateMembershipNotes } }

Example

mutation UpdateMembershipNotes(
  $organizationId: ID!
  $input: UpdateMembershipNotesInput!
) {
  organization(id: $organizationId) {
    updateMembershipNotes(input: $input) {
        companyMembership
        organizationMembership
        errors
      }
  }
}

Fields

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