UpdateMembershipContactStoreNoteTypePayload
Payload returned when updating a note type in a membership contact store.
type UpdateMembershipContactStoreNoteTypePayload {
noteType: MembershipContactStoreNoteType!
}
Fields
UpdateMembershipContactStoreNoteTypePayload.noteType ● MembershipContactStoreNoteType! non-null object
The updated note type.
Returned By
updateMembershipContactStoreNoteType mutation