UpdateContactNoteInput
No description
input UpdateContactNoteInput {
id: ID!
patch: PatchableContactNoteFields!
}
Fields
UpdateContactNoteInput.id
● ID!
non-null scalar
UpdateContactNoteInput.patch
● PatchableContactNoteFields!
non-null input
Member Of
updateContactNote
mutation